[Explanation]
Type | modal |
Require | |
Options | |
Class | Enhavo\Bundle\AppBundle\Action\Type\ModalActionType |
Parent | Enhavo\Bundle\AppBundle\Action\AbstractActionType |
[Explanation]
type: string default: null
Overwrite the default label. It will be translated over the translation service automatically (See translationDomain)
actions:
myAction:
label: myLabel
# ... further option
type: string default: null
Overwrite the default icon. The Icon is part of the clickable button.
actions:
myAction:
icon: myIcon
# ... further option
type: string default: null
Overwrites the default translationDomain. The selected bundle implements a translation service for automatic translation all translatable designations, e.g. the label
actions:
myAction:
translation_domain: myTranslationDomain
# ... further option
type: string default: null
Defines the minimum access rights a user needs to use this action.
actions:
myAction:
permission: myPermission
# ... further options