Files
corteza/def/compose.page.yaml
T

24 lines
653 B
YAML

rbac:
resource:
references: [ namespace, ID ]
operations:
read:
description: Read page
update:
description: Update page
delete:
description: Delete page
locale:
resource:
references: [ namespace, ID ]
extended: true
keys:
- title
- description
- { name: blockTitle, path: "pageBlock.{{blockID}}.title", custom: true }
- { name: blockDescription, path: "pageBlock.{{blockID}}.description", custom: true }
- { name: blockAutomationButtonlabel, path: "pageBlock.{{blockID}}.button.{{buttonID}}.label", custom: true }