forked from 0x2620/pandora
update config (files capabilities)
This commit is contained in:
parent
dc71040e2a
commit
704ef75fb5
4 changed files with 10 additions and 2 deletions
|
@ -33,11 +33,13 @@
|
|||
"canEditFeaturedEdits": {"staff": true, "admin": true},
|
||||
"canEditFeaturedLists": {"staff": true, "admin": true},
|
||||
"canEditFeaturedTexts": {"staff": true, "admin": true},
|
||||
"canEditFiles": {"staff": true, "admin": true},
|
||||
"canEditMetadata": {"staff": true, "admin": true},
|
||||
"canEditPlaces": {"staff": true, "admin": true},
|
||||
"canEditSitePages": {"staff": true, "admin": true},
|
||||
"canEditUsers": {"admin": true},
|
||||
"canImportAnnotations": {},
|
||||
"canManageFiles": {"staff": true, "admin": true},
|
||||
"canManagePlacesAndEvents": {"staff": true, "admin": true},
|
||||
"canManageTitlesAndNames": {"staff": true, "admin": true},
|
||||
"canManageUsers": {"staff": true, "admin": true},
|
||||
|
|
|
@ -34,13 +34,15 @@
|
|||
"canEditFeaturedEdits": {"student": true, "staff": true, "admin": true},
|
||||
"canEditFeaturedLists": {"student": true, "staff": true, "admin": true},
|
||||
"canEditFeaturedTexts": {"student": true, "staff": true, "admin": true},
|
||||
"canEditFiles": {"student": true, "staff": true, "admin": true},
|
||||
"canEditMetadata": {"student": true, "staff": true, "admin": true},
|
||||
"canEditPlaces": {"student": true, "staff": true, "admin": true},
|
||||
"canEditSitePages": {"staff": true, "admin": true},
|
||||
"canEditUsers": {"staff": true, "admin": true},
|
||||
"canImportAnnotations": {"student": true, "staff": true, "admin": true},
|
||||
"canManagePlacesAndEvents": {"student": true, "staff": true, "admin": true},
|
||||
"canManageTitlesAndNames": {"student": true, "staff": true, "admin": true},
|
||||
"canManageFiles": {"member": true, "student": true, "staff": true, "admin": true},
|
||||
"canManagePlacesAndEvents": {"member": true, "student": true, "staff": true, "admin": true},
|
||||
"canManageTitlesAndNames": {"member": true, "student": true, "staff": true, "admin": true},
|
||||
"canManageUsers": {"staff": true, "admin": true},
|
||||
"canPlayClips": {"guest": 3, "member": 3, "student": 3, "staff": 3, "admin": 3},
|
||||
"canPlayVideo": {"guest": 1, "member": 1, "student": 3, "staff": 3, "admin": 3},
|
||||
|
|
|
@ -31,11 +31,13 @@
|
|||
"canEditFeaturedEdits": {"staff": true, "admin": true},
|
||||
"canEditFeaturedLists": {"staff": true, "admin": true},
|
||||
"canEditFeaturedTexts": {"staff": true, "admin": true},
|
||||
"canEditFiles": {"staff": true, "admin": true},
|
||||
"canEditMetadata": {"staff": true, "admin": true},
|
||||
"canEditPlaces": {"staff": true, "admin": true},
|
||||
"canEditSitePages": {"staff": true, "admin": true},
|
||||
"canEditUsers": {"admin": true},
|
||||
"canImportAnnotations": {"member": true, "staff": true, "admin": true},
|
||||
"canManageFiles": {"member": true, "staff": true, "admin": true},
|
||||
"canManagePlacesAndEvents": {"member": true, "staff": true, "admin": true},
|
||||
"canManageTitlesAndNames": {"member": true, "staff": true, "admin": true},
|
||||
"canManageUsers": {"staff": true, "admin": true},
|
||||
|
|
|
@ -31,11 +31,13 @@
|
|||
"canEditFeaturedEdits": {"staff": true, "admin": true},
|
||||
"canEditFeaturedLists": {"staff": true, "admin": true},
|
||||
"canEditFeaturedTexts": {"staff": true, "admin": true},
|
||||
"canEditFiles": {"staff": true, "admin": true},
|
||||
"canEditMetadata": {"staff": true, "admin": true},
|
||||
"canEditPlaces": {"staff": true, "admin": true},
|
||||
"canEditSitePages": {"staff": true, "admin": true},
|
||||
"canEditUsers": {"admin": true},
|
||||
"canImportAnnotations": {"member": true, "staff": true, "admin": true},
|
||||
"canManageFiles": {"member": true, "staff": true, "admin": true},
|
||||
"canManagePlacesAndEvents": {"member": true, "staff": true, "admin": true},
|
||||
"canManageTitlesAndNames": {"member": true, "staff": true, "admin": true},
|
||||
"canManageUsers": {"staff": true, "admin": true},
|
||||
|
|
Loading…
Reference in a new issue