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
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.
558
+
The configuration changes are:
559
+
560
+
- Added configuration options `text.enableImageZoom`, `defaultSrcset`, `imageCaptioningEnabled`, and `tiny.language`.
561
+
- Removed configuration option `imageScales`.
562
+
- Option values changed for `imageClasses`.
563
+
564
+
565
+
### TinyMCE templates
566
+
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.
571
+
572
+
The following example {file}`registry.xml` may be used for configuring TinyMCE with some templates.
0 commit comments