forked from trilbymedia/grav-plugin-flex-objects
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpermissions.yaml
More file actions
54 lines (48 loc) · 847 Bytes
/
permissions.yaml
File metadata and controls
54 lines (48 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
actions:
admin.flex-object:
type: crudl
label: Flex Objects
admin.pages:
type: crudpl
label: Pages
admin.users:
type: crudl
label: User Accounts
admin.user_groups:
type: crudl
label: User Groups
types:
crudpl:
type: crud
use:
- crudp
- crudl
crudp:
type: crud
letters:
p:
action: publish
label: PLUGIN_ADMIN.PUBLISH
crudl:
type: crud
letters:
l:
action: list
label: PLUGIN_ADMIN.LIST
crud:
type: compact
letters:
c:
action: create
label: PLUGIN_ADMIN.CREATE
r:
action: read
label: PLUGIN_ADMIN.READ
u:
action: update
label: PLUGIN_ADMIN.UPDATE
d:
action: delete
label: PLUGIN_ADMIN.DELETE
default:
type: access