Plone 6.1 switched to TinyMCE 7 version and plone/Products.CMFPlone#3954 stated:
All done. We will point here from the roadmap document.
In mockup (plone.staticresources) there is temporary JS patch (see plone/mockup@eac9e4b and here), with comment:
// BBB: TinyMCE 6 has renamed toolbar and menuitem plugins.Add commentMore actions
// map them here until they are updated in Plone's configuration:
while TinyMCE settings are outdated still using the TinyMCE 5 values:
|
"superscript subscript | formats | removeformat", |
|
default="ltr rtl | undo redo | styleselect | bold italic | " |
Plone 6.1 switched to TinyMCE 7 version and plone/Products.CMFPlone#3954 stated:
In mockup (plone.staticresources) there is temporary JS patch (see plone/mockup@eac9e4b and here), with comment:
while TinyMCE settings are outdated still using the TinyMCE 5 values:
plone.base/src/plone/base/interfaces/controlpanel.py
Line 630 in 3aa2941
plone.base/src/plone/base/interfaces/controlpanel.py
Line 665 in 3aa2941