Skip to content

Commit 4688e86

Browse files
committed
DOC-3202: Fix formatting for plugin migration examples in migration guides.
1 parent d6c410c commit 4688e86

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

modules/ROOT/pages/migration-from-4x.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ content_css: "dark",
3636

3737
Plugin Migration Examples:
3838

39-
* **contextmenu** (Removed in v5):
39+
* `contextmenu` (Removed in v5):
4040
** Replace with browser-native context menus or custom menu logic.
4141
** 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):
4343
** Replace with custom parsing or server-side processing if needed.
44-
* **fullpage** (Removed in v6):
44+
* `fullpage (Removed in v6):
4545
** 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}):
4747
** Use premium xref:advanced-templates.adoc[advtemplate] or implement custom modal dialogs for templating.
48-
* **textcolor** (Removed in v6):
48+
* `textcolor` (Removed in v6):
4949
** Use `forecolor` and `backcolor` buttons instead.
5050

5151
.Example:

modules/ROOT/pages/migration-from-5x.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@ content_css: "dark",
3535

3636
Plugin Migration Examples:
3737

38-
* **contextmenu** (Removed in v5):
38+
* `contextmenu` (Removed in v5):
3939
** Replace with browser-native context menus or custom menu logic.
4040
** 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):
4242
** Replace with custom parsing or server-side processing if needed.
43-
* **fullpage** (Removed in v6):
43+
* `fullpage` (Removed in v6):
4444
** 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}):
4646
** Use premium xref:advanced-templates.adoc[advtemplate] or implement custom modal dialogs for templating.
47-
* **textcolor** (Removed in v6):
47+
* `textcolor` (Removed in v6):
4848
** Use `forecolor` and `backcolor` buttons instead.
4949

5050
.Example:

0 commit comments

Comments
 (0)