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/6.0-upcoming-changes.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,9 +85,9 @@ paste_retain_style_properties:: The Microsoft Word specific paste handling funct
85
85
86
86
paste_word_valid_elements:: The Microsoft Word specific paste handling functionality will be removed from the `paste` plugin. As a result, the xref:paste.adoc#paste_word_valid_elements[`paste_word_valid_elements`] option will be removed in {productname} 6.0.
87
87
88
-
spellchecker_select_languages:: The xref:tinymcespellchecker.adoc#spellchecker_select_languages[`spellchecker_select_languages`] option was deprecated and replaced by the xref:configure-localization.adoc#content_langs[`content_langs`] option in {productname} 5.9. The new option provides better support for the BCP47 standard used for `lang` attributes and increased configuration capabilities.
88
+
spellchecker_select_languages:: The xref:premium-tinymcespellchecker.adoc#spellchecker_select_languages[`spellchecker_select_languages`] option was deprecated and replaced by the xref:configure-localization.adoc#content_langs[`content_langs`] option in {productname} 5.9. The new option provides better support for the BCP47 standard used for `lang` attributes and increased configuration capabilities.
89
89
90
-
spellchecker_whitelist:: The `spellchecker_whitelist` option was deprecated and replaced by the xref:tinymcespellchecker.adoc#spellchecker_ignore_list[`spellchecker_ignore_list`] option in {productname} 5.7. The new option provides additional functionality and avoids insensitive naming.
90
+
spellchecker_whitelist:: The `spellchecker_whitelist` option was deprecated and replaced by the xref:premium-tinymcespellchecker.adoc#spellchecker_ignore_list[`spellchecker_ignore_list`] option in {productname} 5.7. The new option provides additional functionality and avoids insensitive naming.
91
91
92
92
table_responsive_width:: The `table_responsive_width` option was deprecated and replaced by the xref:table.adoc#table_sizing_mode[`table_sizing_mode`] option in {productname} 5.4. Use the `'relative'` or `'fixed'` sizing modes to keep the same functionality.
93
93
@@ -177,7 +177,7 @@ tinymce.html.Schema API methods:: The `getSpecialElements` method has been depre
177
177
178
178
tinymce.html.Styles API methods:: The `toHex` method has been deprecated in {productname} 5.10. For information on the `toHex` method, see: xref:apis/tinymce.html.styles.adoc#toHex[tinymce.html.Styles - tohex].
179
179
180
-
tinymce API properties:: The `editors` and `settings` (undocumented) properties have been deprecated in {productname} 5.10. For information on the deprecated properties, see: xref:api/tinymce/root_tinymce.adoc#properties[tinymce - properties].
180
+
tinymce API properties:: The `editors` and `settings` (undocumented) properties have been deprecated in {productname} 5.10. For information on the deprecated properties, see: xref:apis/tinymce.root.adoc#properties[tinymce - properties].
181
181
182
182
tinymce.AddOnManager API methods:: The `addComponents` and `dependencies` (undocumented) methods have been deprecated in {productname} 5.10. For information on the deprecated methods, see: xref:apis/tinymce.addonmanager.adoc[tinymce.AddOnManager].
Copy file name to clipboardExpand all lines: modules/ROOT/pages/check-links.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
:keywords: enterprise pricing video youtube vimeo mp3 mp4 mov movie clip film link linkchecking linkchecker mediaembed media
4
4
:title_nav: Hyperlink checking
5
5
6
-
The xref:linkchecker.adoc[Link Checker plugin] provides a link checking service right within the {productname} editor.
6
+
The xref:premium-linkchecker.adoc[Link Checker plugin] provides a link checking service right within the {productname} editor.
7
7
8
8
Think of Link Checker as "spell-checking for URLs". But instead of checking spelling, it will let you know if a URL in the editor is valid, invalid or questionable. This is a huge time-saver for anyone who creates content -- no more having to double-check URLs, especially in imported content. Not to mention the benefit of no longer frustrating readers with broken hyperlinks.
9
9
@@ -16,7 +16,7 @@ Once you have the server-side component installed, additional configuration to y
16
16
17
17
For information on configuring the server-side component, see: xref:server.adoc[Configure server-side components].
18
18
19
-
You will also find more Self-hosted setup information on the xref:linkchecker.adoc[Link Checker plugin page].
19
+
You will also find more Self-hosted setup information on the xref:premium-linkchecker.adoc[Link Checker plugin page].
Copy file name to clipboardExpand all lines: modules/ROOT/pages/creating-a-plugin.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ If a custom plugin includes any custom UI created using {productname}'s xref:ui-
98
98
+
99
99
The files should be JavaScript files and use the relevant language code as the file name. For example: {productname} will search for a Spanish translation file at `'<your plugin>/langs/es_ES.js'`, where `<your plugin>` is to the directory that contains the plugin's entry point file. For a list of supported languages, see: xref:configure-localization.adoc#supportedlanguages[Supported languages].
100
100
101
-
. In each translation file, add translation strings by passing an object containing key-value pairs of source strings and translation strings to the xref:api/tinymce/root_tinymce.adoc#addI18n[`tinymce.addI18n()` API].
101
+
. In each translation file, add translation strings by passing an object containing key-value pairs of source strings and translation strings to the xref:apis/tinymce.root.adoc#addI18n[`tinymce.addI18n()` API].
102
102
. In the plugin's entry point file, call `tinymce.PluginManager.requireLangPack()` and pass it the plugin identifier and a comma-delimitated string of the language codes to load.
103
103
104
104
=== Example: The content of a translation file for additional Spanish translations
0 commit comments