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

fix: allow <code> elements in TinyMCE #2434

Merged
merged 2 commits into from
Oct 9, 2024

Conversation

iOvergaard
Copy link
Collaborator

@iOvergaard iOvergaard commented Oct 9, 2024

This allows <code> elements to exist in the html used in the code snippet plugin. It has the - modifier to remove empty elements.

This has been picked from the V13 Backoffice (umbraco/Umbraco-CMS#17227) and fixes umbraco/Umbraco-CMS#17225

This allows `<code>` elements to exist in the html used in the code snippet plugin. It has the `-` modifier to remove empty elements.

Co-authored-by: Wojciech Wróbel <wrobel_w@wp.pl>
@iOvergaard iOvergaard merged commit 2acf895 into release/15.0 Oct 9, 2024
7 of 8 checks passed
@iOvergaard iOvergaard deleted the v15/bugfix/tinymce-code branch October 9, 2024 15:38
iOvergaard added a commit that referenced this pull request Oct 9, 2024
This allows `<code>` elements to exist in the HTML used in the code snippet plugin. It has the `-` modifier to remove empty elements.

Co-authored-by: Wojciech Wróbel <wrobel_w@wp.pl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants