Skip to content

Commit

Permalink
Merge pull request #57 from plone/petschki-tinyicons-fix
Browse files Browse the repository at this point in the history
Fix tiny format icon names
  • Loading branch information
mauritsvanrees authored Feb 21, 2024
2 parents 259d28b + 071c94c commit c275712
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions news/3905.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fix TinyMCE format icon names.
[petschki]
4 changes: 2 additions & 2 deletions src/plone/base/interfaces/controlpanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,10 +440,10 @@ class ITinyMCELayoutSchema(Interface):
"Bold|bold|bold",
"Italic|italic|italic",
"Underline|underline|underline",
"Strikethrough|strikethrough|strikethrough",
"Strikethrough|strikethrough|strike-through",
"Superscript|superscript|superscript",
"Subscript|subscript|subscript",
"Code|code|code",
"Code|code|sourcecode",
"Text in 2 columns|textcolumns2",
"Text in 3 columns|textcolumns3",
],
Expand Down

0 comments on commit c275712

Please sign in to comment.