forked from 0x2620/pandora
limit canEditFeatured* to staff/admin
This commit is contained in:
parent
5347c2e619
commit
5810efbc4a
1 changed files with 3 additions and 3 deletions
|
@ -39,9 +39,9 @@
|
|||
"canEditEntities": {"staff": true, "admin": true},
|
||||
"canEditDocuments": {"researcher": true, "staff": true, "admin": true},
|
||||
"canEditEvents": {"researcher": true, "staff": true, "admin": true},
|
||||
"canEditFeaturedEdits": {"researcher": true, "staff": true, "admin": true},
|
||||
"canEditFeaturedLists": {"researcher": true, "staff": true, "admin": true},
|
||||
"canEditFeaturedTexts": {"researcher": true, "staff": true, "admin": true},
|
||||
"canEditFeaturedEdits": {"staff": true, "admin": true},
|
||||
"canEditFeaturedLists": {"staff": true, "admin": true},
|
||||
"canEditFeaturedTexts": {"staff": true, "admin": true},
|
||||
"canEditMedia": {"researcher": true, "staff": true, "admin": true},
|
||||
"canEditMetadata": {"researcher": true, "staff": true, "admin": true},
|
||||
"canEditPlaces": {"researcher": true, "staff": true, "admin": true},
|
||||
|
|
Loading…
Reference in a new issue