Is there a way to hide an existing action from the page browser (right click menu and in the sidebar) in Magnolia version is 5.7?
Update: I managed to accomplish the task by using the info.magnolia.module.delta.RemoveNodesTaskand and including this task in the ModuleVersionHandler. Is there a better way of doing it? Can I use override!
for this?
These contents for the decorator file did not work: pages.subApps.browser.actionbar.sections.pageActions.groups
versionActions: !override
items:
export: {}
import: {}
or
versionActions: !override
items:
or
versionActions: !override
items:
export:
name: export
import:
name: import