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: modules/ROOT/pages/migration-from-4x.adoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,16 +36,16 @@ content_css: "dark",
36
36
37
37
Plugin Migration Examples:
38
38
39
-
* **contextmenu** (Removed in v5):
39
+
* `contextmenu` (Removed in v5):
40
40
** Replace with browser-native context menus or custom menu logic.
41
41
** Consider using link:https://www.tiny.cloud/docs/tinymce/latest/apis/tinymce.editor.ui.registry/#addContextMenu[editor.ui.registry.addContextMenu] for custom right-click actions.
42
-
* **bbcode** (Removed in v6):
42
+
* `bbcode` (Removed in v6):
43
43
** Replace with custom parsing or server-side processing if needed.
44
-
* **fullpage** (Removed in v6):
44
+
* `fullpage (Removed in v6):
45
45
** No direct replacement. Use custom templates or server-side processing for full HTML documents.
46
-
* **template** (Removed in v{release-version}):
46
+
* `template` (Removed in v{release-version}):
47
47
** Use premium xref:advanced-templates.adoc[advtemplate] or implement custom modal dialogs for templating.
48
-
* **textcolor** (Removed in v6):
48
+
* `textcolor` (Removed in v6):
49
49
** Use `forecolor` and `backcolor` buttons instead.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/migration-from-5x.adoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,16 +35,16 @@ content_css: "dark",
35
35
36
36
Plugin Migration Examples:
37
37
38
-
* **contextmenu** (Removed in v5):
38
+
* `contextmenu` (Removed in v5):
39
39
** Replace with browser-native context menus or custom menu logic.
40
40
** Consider using link:https://www.tiny.cloud/docs/tinymce/latest/apis/tinymce.editor.ui.registry/#addContextMenu[editor.ui.registry.addContextMenu] for custom right-click actions.
41
-
* **bbcode** (Removed in v6):
41
+
* `bbcode` (Removed in v6):
42
42
** Replace with custom parsing or server-side processing if needed.
43
-
* **fullpage** (Removed in v6):
43
+
* `fullpage` (Removed in v6):
44
44
** No direct replacement. Use custom templates or server-side processing for full HTML documents.
45
-
* **template** (Removed in v{release-version}):
45
+
* `template` (Removed in v{release-version}):
46
46
** Use premium xref:advanced-templates.adoc[advtemplate] or implement custom modal dialogs for templating.
47
-
* **textcolor** (Removed in v6):
47
+
* `textcolor` (Removed in v6):
48
48
** Use `forecolor` and `backcolor` buttons instead.
0 commit comments