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

Fixed the <pre> tags in the rich text widget so now line breaks inside <pre> tags will work #4362

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

thatsachin
Copy link

Issue #4288 which is "Line breaks don't work inside

 tags in rich text widget" is now resolved

allowedTags: [...self.toolbarToAllowedTags(options), 'pre'],
allowedAttributes: {
...self.toolbarToAllowedAttributes(options),
'pre': ['*']
Copy link
Member

Choose a reason for hiding this comment

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

If a change to allowed attributes is needed it should be added to toolbarToAllowedAttributes rather than being merged in afterward.

However allowing all attributes is a security issue, and I also don't understand why allowing all attributes would help with line breaks.

Can you clarify the reasoning behind this code?

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.

None yet

3 participants