forked from 0x2620/pandora
add canExportAnnotations to config.pandora.jsonc
This commit is contained in:
parent
8e21856672
commit
ae4349bcbb
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
|||
"canEditRightsLevel": {"member": true, "staff": true, "admin": true},
|
||||
"canEditSitePages": {"staff": true, "admin": true},
|
||||
"canEditUsers": {"admin": true},
|
||||
"canExportAnnotations": {"member": true, "staff": true, "admin": true},
|
||||
"canImportAnnotations": {"member": true, "staff": true, "admin": true},
|
||||
"canManageDocuments": {"member": true, "staff": true, "admin": true},
|
||||
"canManagePlacesAndEvents": {"member": true, "staff": true, "admin": true},
|
||||
|
|
Loading…
Reference in a new issue