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: 16/umbraco-cms/fundamentals/setup/upgrading/version-specific/README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,22 @@ Use the [general upgrade guide](../) to complete the upgrade of your project.
19
19
20
20
<details>
21
21
22
+
<summary>Umbraco 16</summary>
23
+
24
+
**TinyMCE is removed**
25
+
26
+
In Umbraco 15 there were two property editors available for a rich text editor - TinyMCE and TipTap.
27
+
28
+
With Umbraco 16 only TipTap is available as an option out-of-the-box. TinyMCE's [change of license](https://github.com/tinymce/tinymce/issues/9453#issuecomment-2327646149) precludes us from shipping it with the MIT licensed Umbraco CMS.
29
+
30
+
When upgrading to Umbraco 16 any data types using TinyMCE will be migrated to use TipTap.
31
+
32
+
To continue to use TinyMCE a third-party package will need to be installed prior to the upgrade. That will disable the migration and allow you to continue with TinyMCE.
0 commit comments