Skip to content

Commit 2b66e7a

Browse files
committed
Clarify what needs to be upgraded in regards to TinyMCE
1 parent 2747f09 commit 2b66e7a

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

docs/backend/upgrading/version-specific-migration/upgrade-to-61.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,15 @@ Plone 6.1 has seen the following major changes.
1515
Some may require changes in your setup.
1616

1717

18-
## TinyMCE upgraded
18+
## TinyMCE upgraded in Classic UI
1919

20-
Plone 6.0 uses TinyMCE, a rich text editor for websites.
20+
In Plone 6.0, the Classic UI frontend uses TinyMCE 5, a rich text editor for websites.
2121
TinyMCE 5 reached its end of support on April 20, 2023.
22-
For Plone 6.1, TinyMCE has been upgraded from version 5 to 7.
22+
For Plone 6.1, Classic UI upgraded TinyMCE from version 5 to 7.
23+
24+
If you upgrade a site using Classic UI from Plone 6.0 to 6.1, you do not need to take any action, unless you implemented custom plugins, or you use a plugin which got removed or moved to premium in TinyMCE versions 6 or 7.
25+
To upgrade your plugin implementation to TinyMCE 7, see the [upgrade guides](https://www.tiny.cloud/docs/tinymce/6/migration-from-5x/#plugins).
2326

24-
```{seealso}
25-
- [How to upgrade TinyMCE 5 to TinyMCE 6](https://www.tiny.cloud/blog/upgrade-to-tinymce-6/)
26-
- [Upgrading TinyMCE](https://www.tiny.cloud/docs/tinymce/latest/upgrading/)
27-
```
2827

2928
### Enable the TinyMCE accordion plugin
3029

0 commit comments

Comments
 (0)