File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/plone/base/interfaces Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1+ Fix outdated TinyMCE toolbar button and menu settings to match TinyMCE version 6. @petschki
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments