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
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -553,7 +553,7 @@ In that case, you are advised to add the `image_scales` column manually to the c
553
553
## New version of TinyMCE
554
554
555
555
Plone 6 ships with a new version of TinyMCE.
556
-
While Mockup for Plone 5.2 ships with TinyMCE 4.7 Plone 6.0 ships with TinyMCE 5.10.
556
+
While Plone 5.2 ships with TinyMCE 4.7, Plone 6.0 ships with TinyMCE 5.10.
557
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
558
The configuration changes are:
559
559
@@ -566,8 +566,9 @@ But there is more.
566
566
567
567
### TinyMCE templates
568
568
569
-
While in Plone 5 you had to enable the template plugin (which was already shipped but not exposed to the UI) via the `custom_plugins` configuration option, Plone 6 has this option built-in.
570
-
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.
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.
571
572
572
573
This is an example `registry.xml` snippet for configuring TinyMCE with some templates:
573
574
@@ -600,11 +601,6 @@ This is an example `registry.xml` snippet for configuring TinyMCE with some temp
600
601
Please make sure you write valid JSON for the `template` option.
601
602
602
603
603
-
### Custom Plugins
604
-
605
-
TODO
606
-
607
-
608
604
### More information on TinyMCE 4 to 5 migration
609
605
610
606
For more information on the TinyMCE 4 to 5 upgrade consult the TinyMCE upgrade guide: https://www.tiny.cloud/docs/migration-from-4x/
0 commit comments