...
- ROLE_ADMIN: Administrator-Rolle
- ROLE_CNT_USER: Content-Rolle
Wird eine Attribute durch eine Anwenderaktion auf einen bestimmten Wert gesetzt, kann eine Folgeaktion pro gesetzten neuen Wert über das Attribut custom-article-action-key-for-value angeben werden.
Aufbau in der YML-Datei
dynAttribs:
{Attributkategorie: [booleanAttributes, textAttributes, selectAttributes]}
booleanAttributes:
-
key: [Schlüssel - String]
name: [Name - String]
enabled: [aktiv - Boolean]
defaultValue: [Standard - Boolean]
roles: [Rollen]
- ROLE_ADMIN
- ROLE_CNT_USER
custom-article-action-for-value:
- true: <Schlüssel der Aktion>
- false: <Schlüssel der Aktion>
textAttributes:
-
key: [Schlüssel - String]
name: [Name - String]
enabled: [aktiv - Boolean]
defaultValue: [Vorbelegung - String]
roles: [Rollen]
custom-article-action-for-value:
- [Wert]: [Schlüssel der Aktion]
selectAttributes:
-
key: [Schlüssel - String]
name: [Name - String]
enabled: [aktiv - Boolean]
nullSelectionAllowed: [Leereintrag - Boolean]
roles: [Rollen]
entries: [Auswahl]
-
key: [Schlüssel - Integer]
label: [Name - String]
defaultValue: [Default - Boolean]
custom-article-action-for-value:
- [Schlüssel des Eintrags]: [Schlüssel der Aktion]
Beispiel einer Testate-Konfiguration
...