Skip to content

Commit

Permalink
Add help plugin as an option in TinyMCE controlpanel
Browse files Browse the repository at this point in the history
  • Loading branch information
rber474 committed Feb 23, 2024
1 parent 10b2ee4 commit 8f3bb32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plone/base/interfaces/controlpanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,7 @@ class ITinyMCEPluginSchema(Interface):
SimpleTerm("emoticons", "emoticons", "emoticons"),
SimpleTerm("fullpage", "fullpage", "fullpage"),
SimpleTerm("fullscreen", "fullscreen", "fullscreen"),
SimpleTerm("help", "help", "help"),
SimpleTerm("hr", "hr", "hr"),
SimpleTerm("insertdatetime", "insertdatetime", "insertdatetime"),
SimpleTerm("layer", "layer", "layer"),
Expand Down

0 comments on commit 8f3bb32

Please sign in to comment.