Ticket #10724 (reopened Feature Request)

Opened 6 years ago

Last modified 4 years ago

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

kupu-buttons.png Download (9.3 KB) - added by frisi 6 years ago.
kupus control panel allows to assign permissions to all buttons

Change History

Changed 6 years ago by frisi

kupus control panel allows to assign permissions to all buttons

comment:1 Changed 4 years ago by kleist

  • Status changed from new to closed
  • Version set to 3.3
  • Resolution set to wontfix

Plone 3 no longer supported. Please re-open if still an issue in Plone 4.

comment:2 Changed 4 years ago by frisi

  • Status changed from closed to reopened
  • Version changed from 3.3 to 4.0
  • Resolution wontfix deleted
  • Milestone changed from 3.3.x to 4.x

it's still the same issue in plone4

Note: See TracTickets for help on using tickets.