forked from 0x2620/pandora
fix json error
This commit is contained in:
parent
9de4e47ee0
commit
1a526664b1
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
"canEditFeaturedEdits": {"student": true, "staff": true, "admin": true},
|
||||
"canEditFeaturedLists": {"student": true, "staff": true, "admin": true},
|
||||
"canEditFeaturedTexts": {"student": true, "staff": true, "admin": true},
|
||||
"canEditMetadata": {"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},
|
||||
|
|
Loading…
Reference in a new issue