You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/backend/upgrading/version-specific-migration/upgrade-to-60.md
+12-15Lines changed: 12 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -554,23 +554,22 @@ In that case, you are advised to add the `image_scales` column manually to the c
554
554
555
555
Plone 6 ships with a new version of TinyMCE.
556
556
While Plone 5.2 ships with TinyMCE 4.7, Plone 6.0 ships with TinyMCE 5.10.
557
-
The TinyMCE integration, pat-tinymce has also changed, but the configuration options have been almost kept the same and are likely to be compatible with your existing installation.
557
+
The TinyMCE integration`pat-tinymce` has also changed, but the configuration options have been almost kept the same and are likely to be compatible with your existing installation.
- Added configuration options `text.enableImageZoom`, `defaultSrcset`, `imageCaptioningEnabled`, and `tiny.language`.
561
+
- Removed configuration option `imageScales`.
562
+
- Option values changed for `imageClasses`.
565
563
566
564
567
565
### TinyMCE templates
568
566
569
-
In Plone 6 the TinyMCE template plugin is build-in and can be enabled via checkbox.
570
-
While in Plone 5 you had to enable the template plugin, as an external plugin via the `custom_plugins` configuration option.
571
-
The template registration is the same as before, but in Plone 6 your templates need to have a `description`, otherwise TinyMCE will throw an JavaScript error and the templates won't be usable at all.
567
+
In Plone 6, the TinyMCE template plugin is built-in and can be enabled via a checkbox.
568
+
Whereas in Plone 5, you had to enable the template plugin as an external plugin via the `custom_plugins` configuration option.
569
+
The template registration is the same as before, but in Plone 6 your templates need to have a `description`.
570
+
Otherwise TinyMCE will throw a JavaScript error, and the templates won't be usable at all.
572
571
573
-
This is an example `registry.xml`snippet for configuring TinyMCE with some templates:
572
+
The following example {file}`registry.xml`may be used for configuring TinyMCE with some templates.
0 commit comments