forked from 0x2620/pandora
fix config
This commit is contained in:
parent
6ca9d97575
commit
30f61d0ed5
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
for items of a rights level up to and including x
|
||||
*/
|
||||
"capabilities": {
|
||||
"canAddItems": {"student": true, "staff": true, "admin": true}
|
||||
"canAddItems": {"student": true, "staff": true, "admin": true},
|
||||
"canDownloadVideo": {"guest": -1, "member": -1, "student": -1, "staff": -1, "admin": -1},
|
||||
"canEditAnnotations": {"staff": true, "admin": true},
|
||||
"canEditEvents": {"student": true, "staff": true, "admin": true},
|
||||
|
|
Loading…
Reference in a new issue