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

Bugfix: RTE TinyMCE data-type sorts configuration field order #2279

Merged
merged 2 commits into from
Sep 13, 2024

Conversation

leekelleher
Copy link
Member

@leekelleher leekelleher commented Sep 12, 2024

Description

In v14, the order of the RTE TinyMCE configuration fields was skewed due to the combination of the Umbraco.RichText schema properties. This PR adds a weighting to each of the properties to correct the order so that it matches the order in Umbraco v13 (and prior).

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

How to test?

Go to a TinyMCE RTE data-type, notice that the order should be...

  1. Toolbar
  2. Stylesheets
  3. Dimensions
  4. Maximum size for inserted images
  5. Mode
  6. Available Blocks
  7. Overlay Size
  8. Hide Label
  9. Image Upload Folder
  10. Ignore User Start Nodes

Copy link

sonarcloud bot commented Sep 13, 2024

@leekelleher leekelleher merged commit 94c4a00 into main Sep 13, 2024
8 checks passed
@leekelleher leekelleher deleted the v14/bugfix/rte-tinymce-datatype-config-weight branch September 13, 2024 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants