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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ The {productname} plugin ecosystem was significantly restructured in version 6.0
48
48
* **Now Premium Only**:
49
49
** `spellchecker`, `editimage`, `mediaembed`, `tableofcontents`: These features are available through premium plugins.
50
50
51
-
.Plugin Migration Examples
51
+
==== Plugin Migration Tips
52
52
53
53
* `contextmenu` (removed in v6):
54
54
** Use browser-native context menus or custom logic.
@@ -120,12 +120,12 @@ forced_root_block: "p"
120
120
121
121
* **Removed in {productname} 6.0**: Legacy mobile theme was removed, but mobile-specific configuration is still supported through the `mobile` option.
122
122
* **Default Changes in TinyMCE 7.0**:
123
-
* xref:content-filtering.adoc#sandbox-iframes[sandbox iframes]: Now defaults to `true` (adds sandbox attribute to iframes)
124
-
* xref:content-filtering.adoc#convert-unsafe-embeds[convert_unsafe_embeds]: Now defaults to `true` (converts object/embed elements to safer alternatives)
125
-
* xref:accessibility.adoc#highlight_on_focus[highlight_on_focus]: Now defaults to `true` (adds focus outline to editors)
123
+
** xref:content-filtering.adoc#sandbox-iframes[sandbox iframes]: Now defaults to `true` (adds sandbox attribute to iframes)
124
+
** xref:content-filtering.adoc#convert-unsafe-embeds[convert_unsafe_embeds]: Now defaults to `true` (converts object/embed elements to safer alternatives)
125
+
** xref:accessibility.adoc#highlight_on_focus[highlight_on_focus]: Now defaults to `true` (adds focus outline to editors)
126
126
* **New Options in {productname} 7.0**:
127
-
* xref:license-key.adoc[license_key]: Must be set to `gpl` or a valid license key
128
-
* xref:content-filtering.adoc#sandbox-iframes-exclusions[`sandbox_iframes_exclusions`]: List of URL hosts to exclude from iframe sandboxing
127
+
** xref:license-key.adoc[license_key]: Must be set to `gpl` or a valid license key
128
+
** xref:content-filtering.adoc#sandbox-iframes-exclusions[`sandbox_iframes_exclusions`]: List of URL hosts to exclude from iframe sandboxing
Copy file name to clipboardExpand all lines: modules/ROOT/pages/migration-from-5x.adoc
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ The {productname} plugin ecosystem underwent a significant overhaul starting in
49
49
** `toc`: Renamed to `tableofcontents` and now premium.
50
50
** `advtemplate`: Replaces the `template` plugin for advanced templating use cases.
51
51
52
-
.Plugin Migration Examples
52
+
==== Plugin Migration Examples
53
53
54
54
* `contextmenu` (removed in v6):
55
55
** Use browser-native context menus or custom logic.
@@ -133,13 +133,13 @@ tinymce.init({
133
133
** `table_responsive_width` replaced by `table_sizing_mode`.
134
134
135
135
* **Default Changes in TinyMCE 7.0**:
136
-
* xref:content-filtering.adoc#sandbox-iframes[sandbox iframes]: Now defaults to `true` (adds sandbox attribute to iframes)
137
-
* xref:content-filtering.adoc#convert-unsafe-embeds[convert_unsafe_embeds]: Now defaults to `true` (converts object/embed elements to safer alternatives)
138
-
* xref:accessibility.adoc#highlight_on_focus[highlight_on_focus]: Now defaults to `true` (adds focus outline to editors)
136
+
** xref:content-filtering.adoc#sandbox-iframes[sandbox iframes]: Now defaults to `true` (adds sandbox attribute to iframes)
137
+
** xref:content-filtering.adoc#convert-unsafe-embeds[convert_unsafe_embeds]: Now defaults to `true` (converts object/embed elements to safer alternatives)
138
+
** xref:accessibility.adoc#highlight_on_focus[highlight_on_focus]: Now defaults to `true` (adds focus outline to editors)
139
139
140
140
* **New Options in {productname} 7.0**:
141
-
* xref:license-key.adoc[license_key]: Must be set to `gpl` or a valid license key
142
-
* xref:content-filtering.adoc#sandbox-iframes-exclusions[`sandbox_iframes_exclusions`]: List of URL hosts to exclude from iframe sandboxing
141
+
** xref:license-key.adoc[license_key]: Must be set to `gpl` or a valid license key
142
+
** xref:content-filtering.adoc#sandbox-iframes-exclusions[`sandbox_iframes_exclusions`]: List of URL hosts to exclude from iframe sandboxing
143
143
144
144
.Example:
145
145
[source,js]
@@ -166,6 +166,7 @@ TIP: For up-to-date plugin availability and configuration references, see link:h
166
166
Refer to version-specific release notes for changes in toolbar button names and command availability across versions 5, 6, and 7. For example:
167
167
168
168
{productname} 5 → {productname} 6:
169
+
169
170
* `formatselect` → `blocks`
170
171
* `styleselect` → `styles`
171
172
* `fontselect` → `fontfamily`
@@ -174,6 +175,7 @@ Refer to version-specific release notes for changes in toolbar button names and
0 commit comments