36 lines
403 B
Plaintext
36 lines
403 B
Plaintext
|
|
||
|
# Application-level permissions
|
||
|
|
||
|
[]
|
||
|
access = read : [ * ], write : [ admin, power ]
|
||
|
|
||
|
### EVENT TYPES
|
||
|
|
||
|
[eventtypes]
|
||
|
export = system
|
||
|
|
||
|
|
||
|
### PROPS
|
||
|
|
||
|
[props]
|
||
|
export = system
|
||
|
|
||
|
|
||
|
### TRANSFORMS
|
||
|
|
||
|
[transforms]
|
||
|
export = system
|
||
|
|
||
|
|
||
|
### LOOKUPS
|
||
|
|
||
|
[lookups]
|
||
|
export = system
|
||
|
|
||
|
|
||
|
### VIEWSTATES: even normal users should be able to create shared viewstates
|
||
|
|
||
|
[viewstates]
|
||
|
access = read : [ * ], write : [ * ]
|
||
|
export = system
|