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
@@ -117,11 +117,11 @@ forced_root_block: "p"
117
117
118
118
* **Removed in {productname} 6.0**: Legacy mobile theme was removed, but mobile-specific configuration is still supported through the `mobile` option.
119
119
* **Default Changes in TinyMCE 7.0**:
120
-
** xref:content-filtering.adoc#sandbox-iframes[sandbox iframes]: Now defaults to `true` (adds sandbox attribute to iframes)
121
-
** xref:content-filtering.adoc#convert-unsafe-embeds[convert_unsafe_embeds]: Now defaults to `true` (converts object/embed elements to safer alternatives)
122
-
** xref:accessibility.adoc#highlight_on_focus[highlight_on_focus]: Now defaults to `true` (adds focus outline to editors)
120
+
** xref:content-filtering.adoc#sandbox-iframes[`sandbox iframes`]: Now defaults to `true` (adds sandbox attribute to iframes)
121
+
** xref:content-filtering.adoc#convert-unsafe-embeds[`convert_unsafe_embeds`]: Now defaults to `true` (converts object/embed elements to safer alternatives)
122
+
** xref:accessibility.adoc#highlight_on_focus[`highlight_on_focus`]: Now defaults to `true` (adds focus outline to editors)
123
123
* **New Options in {productname} 7.0**:
124
-
** xref:license-key.adoc[license_key]: Must be set to `gpl` or a valid license key
124
+
** xref:license-key.adoc[`license_key`]: Must be set to `gpl` or a valid license key
125
125
** xref:content-filtering.adoc#sandbox-iframes-exclusions[`sandbox_iframes_exclusions`]: List of URL hosts to exclude from iframe sandboxing
.. Update `theme`, `skin`, and to refect the new oxide theme and skin.
166
166
... In {productname} 4, there were multiple themes available including 'modern', 'inlite', and 'mobile'. These themes were removed in {productname} 5 and combined into a single responsive theme called "Silver".
167
-
.. Update `forced_root_block: false` options to `forced_root_block: "<p>"`.
167
+
.. Update `forced_root_block: false` options to `forced_root_block: "p"`.
168
168
.. Consolidate toolbars.
169
169
.. Review new v{release-version} defaults for security settings.
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
@@ -130,12 +130,12 @@ tinymce.init({
130
130
** `table_responsive_width` replaced by `table_sizing_mode`.
131
131
132
132
* **Default Changes in TinyMCE 7.0**:
133
-
** xref:content-filtering.adoc#sandbox-iframes[sandbox iframes]: Now defaults to `true` (adds sandbox attribute to iframes)
134
-
** xref:content-filtering.adoc#convert-unsafe-embeds[convert_unsafe_embeds]: Now defaults to `true` (converts object/embed elements to safer alternatives)
135
-
** xref:accessibility.adoc#highlight_on_focus[highlight_on_focus]: Now defaults to `true` (adds focus outline to editors)
133
+
** xref:content-filtering.adoc#sandbox-iframes[`sandbox iframes`]: Now defaults to `true` (adds sandbox attribute to iframes)
134
+
** xref:content-filtering.adoc#convert-unsafe-embeds[`convert_unsafe_embeds`]: Now defaults to `true` (converts object/embed elements to safer alternatives)
135
+
** xref:accessibility.adoc#highlight_on_focus[`highlight_on_focus`]: Now defaults to `true` (adds focus outline to editors)
136
136
137
137
* **New Options in {productname} 7.0**:
138
-
** xref:license-key.adoc[license_key]: Must be set to `gpl` or a valid license key
138
+
** xref:license-key.adoc[`license_key`]: Must be set to `gpl` or a valid license key
139
139
** xref:content-filtering.adoc#sandbox-iframes-exclusions[`sandbox_iframes_exclusions`]: List of URL hosts to exclude from iframe sandboxing
.. Update `theme`, `skin`, and to refect the new oxide theme and skin.
200
200
... In {productname} 4, there were multiple themes available including 'modern', 'inlite', and 'mobile'. These themes were removed in {productname} 5 and combined into a single responsive theme called "Silver".
201
-
.. Update `forced_root_block: false` options to `forced_root_block: "<p>"`.
201
+
.. Update `forced_root_block: false` options to `forced_root_block: "p"`.
202
202
.. Consolidate toolbars.
203
203
.. Review new v{release-version} defaults for security settings.
0 commit comments