Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable urls from rich text in planning xml [STTNHUB-252] #1870

Merged
merged 5 commits into from
Oct 25, 2023

Conversation

devketanpro
Copy link
Member

No description provided.

Copy link
Collaborator

@MarkLark86 MarkLark86 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You'll need to do this for all the text fields that have an Editor 3 option in the Content Profile (for Event and Planning profiles)

@MarkLark86
Copy link
Collaborator

Not all supported fields are covered. If you look at the ContentProfile files, you will find all TextField's (those that are configurable to Editor3): https://github.com/superdesk/superdesk-planning/tree/develop/server/planning/content_profiles/profiles. These will all need to be updated to be a supported core feature.

You will find the following fields:
Events:

  • definition_long
  • definition_short
  • ednote
  • internal_note
  • name
  • registration_details
  • invitation_details
  • accreditation_info

Planning:

  • description_text
  • ednote
  • internal_note
  • name

Coverages:

  • ednote
  • internal_note

@devketanpro devketanpro merged commit 9a422ae into superdesk:develop Oct 25, 2023
17 checks passed
@devketanpro devketanpro deleted the STTNHUB-252 branch October 25, 2023 06:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants