forked from 0x2620/pandora
allow annotation import/export on 0x
This commit is contained in:
parent
ed0f4de0ee
commit
eb472b88ae
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@
|
|||
"canEditRightsLevel": {"staff": true, "admin": true},
|
||||
"canEditSitePages": {"staff": true, "admin": true},
|
||||
"canEditUsers": {"admin": true},
|
||||
"canExportAnnotations": {},
|
||||
"canImportAnnotations": {},
|
||||
"canExportAnnotations": {"friend": true, "staff": true, "admin": true},
|
||||
"canImportAnnotations": {"staff": true, "admin": true},
|
||||
"canManageDocuments": {"staff": true, "admin": true},
|
||||
"canManageEntities": {"staff": true, "admin": true},
|
||||
"canManagePlacesAndEvents": {"staff": true, "admin": true},
|
||||
|
|
Loading…
Reference in a new issue