Skip to content

Commit 11d11a7

Browse files
Merge pull request #93 from plone/tinymce-toolbar-menu-fix
Fix outdated TinyMCE toolbar and menu button names
2 parents 402e324 + 27874bf commit 11d11a7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

news/86.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix outdated TinyMCE toolbar button and menu settings to match TinyMCE version 6. @petschki

src/plone/base/interfaces/controlpanel.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ class ITinyMCEPluginSchema(Interface):
623623
"format": {
624624
"title": "Format",
625625
"items": "bold italic underline strikethrough "
626-
"superscript subscript | formats | removeformat",
626+
"superscript subscript | styles | removeformat",
627627
},
628628
"table": {
629629
"title": "Table",
@@ -658,7 +658,7 @@ class ITinyMCEPluginSchema(Interface):
658658
default=("Enter how you would like the toolbar items to list."),
659659
),
660660
required=True,
661-
default="ltr rtl | undo redo | styleselect | bold italic | "
661+
default="ltr rtl | undo redo | styles | bold italic | "
662662
"alignleft aligncenter alignright alignjustify | "
663663
"bullist numlist outdent indent | "
664664
"inserttable | unlink plonelink ploneimage",

0 commit comments

Comments
 (0)