Ticket #10724 (reopened Feature Request)
TinyMCE Toolbar Configuration with Permissions
Reported by: | frisi | Owned by: | robgietema |
---|---|---|---|
Priority: | minor | Milestone: | 4.x |
Component: | Visual Editor | Version: | 4.0 |
Keywords: | Cc: |
Description
the ability to limit the available buttons for novice users but to still give trained ones the full power of the editor is important.
tinymce should allow to restrict certain buttons to any tal condition, so one could display some buttons only for advanced users.
kupu can do that this way:
<element visible="True" id="anchors-button" expression="python:member and member.has_permission('Access kupu powerfeatures',portal)"/>
in addition kupus configuration panel (/kupu_library_tool/zmi_toolbar) displays the button icons (useful for plone starters) and their id (useful for developers that want to limit buttons per-field or configure them via GS), too (see attached screen)
(copied over from tracker in plone.org's products section: http://plone.org/products/tinymce/issues/153)
Attachments
Change History
Changed 6 years ago by frisi
-
attachment
kupu-buttons.png
added
Note: See
TracTickets for help on using
tickets.
kupus control panel allows to assign permissions to all buttons