Include Properties, Security Tabs, and Other ZMIs in Plone 4
Is there a way to re-enable ZMI tabs for content - such as Properties (manage_propertiesForm) and Security (manage_access) - which are apparently hidden by default in Plone 4? I know I can access them by url, but it's hard to remember urls for everyone.
+3
Mike rhodes
source
to share
1 answer
yes using portal_action. There you can add an action to the content types that point to manage_propertiesForm and manage_access.
+4
Yuri
source
to share