Is there a way to re-enable the ZMI tabs for content — like Properties (manage_propertiesForm) and Security (manage_access) — which seem to be hidden by default in Plone 4? I know I can access them by URL, but it’s difficult to remember the URLs for them all.
Share
yes, using portal_action. There, you can add an action to the content types that point to manage_propertiesForm and manage_access.