Pimcore: Workflow Management
Override Pimcore Permissions On Workflow Places
yaml
pimcore:
workflows:
my_workflow:
places:
my_place:
permissions:
- condition: "is_granted('ROLE_EDITOR')"
publish: true
delete: true
- publish: false
delete: falseIf a user has a ROLE_EDITOR, he can perform publish and delete operations even if his role does not have them.
Keywords
conditionallows you to set an expression that must be met for a given action to be availablesave,publish,unpublish,delete,rename,view,settings,versions,propertiesare availableDataObjectactionsmodifyis equivalent forsave,publish,unpublish,deleteandrename.