s/member: true, //
This commit is contained in:
parent
7463a89177
commit
109814a4fa
1 changed files with 7 additions and 7 deletions
14
config.jsonc
14
config.jsonc
|
@ -53,13 +53,13 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"canEditRightsLevel": {"admin": true},
|
||||
"canEditSitePages": {"admin": true},
|
||||
"canEditUsers": {"admin": true},
|
||||
"canExportAnnotations": {"member": true, "admin": true},
|
||||
"canImportAnnotations": {"member": true, "admin": true},
|
||||
"canImportItems": {"member": true, "admin": true},
|
||||
"canManageDocuments": {"member": true, "admin": true},
|
||||
"canManageEntities": {"member": true, "admin": true},
|
||||
"canManagePlacesAndEvents": {"member": true, "admin": true},
|
||||
"canManageTitlesAndNames": {"member": true, "admin": true},
|
||||
"canExportAnnotations": {"admin": true},
|
||||
"canImportAnnotations": {"admin": true},
|
||||
"canImportItems": {"admin": true},
|
||||
"canManageDocuments": {"admin": true},
|
||||
"canManageEntities": {"admin": true},
|
||||
"canManagePlacesAndEvents": {"admin": true},
|
||||
"canManageTitlesAndNames": {"admin": true},
|
||||
"canManageUsers": {"admin": true},
|
||||
"canPlayClips": {"guest": -1, "member": -1, "admin": 0},
|
||||
"canPlayVideo": {"guest": -1, "member": -1, "admin": 0},
|
||||
|
|
Loading…
Reference in a new issue