You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
437 B
30 lines
437 B
# Application-level permissions
|
|
|
|
[]
|
|
access = read : [ * ], write : [ * ]
|
|
|
|
### EVENT TYPES
|
|
|
|
[eventtypes]
|
|
export = system
|
|
|
|
[savedsearches]
|
|
export = system
|
|
|
|
[props]
|
|
export = system
|
|
|
|
[transforms]
|
|
export = system
|
|
|
|
[macros]
|
|
export = system
|
|
|
|
[lookups]
|
|
export = system
|
|
|
|
### VIEWSTATES: even normal users should be able to create shared viewstates
|
|
|
|
[viewstates]
|
|
access = read : [ * ], write : [ * ]
|
|
export = system |