Skip to content

Commit

Permalink
Fix tiny format icon names
Browse files Browse the repository at this point in the history
  • Loading branch information
petschki committed Feb 21, 2024
1 parent 259d28b commit 9285c7c
Showing 1 changed file with 2 additions and 2 deletions.
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 9285c7c

Please sign in to comment.