Indiancine.ma config: update download capability

This commit is contained in:
rolux 2014-02-02 18:52:31 +00:00
parent 401c4bfc86
commit 9f1d524069

View file

@ -29,7 +29,7 @@
*/ */
"capabilities": { "capabilities": {
"canAddItems": {"student": true, "staff": true, "admin": true}, "canAddItems": {"student": true, "staff": true, "admin": true},
"canDownloadVideo": {"guest": -1, "member": -1, "student": -1, "staff": 3, "admin": 3}, "canDownloadVideo": {"guest": -1, "member": -1, "student": 3, "staff": 3, "admin": 3},
"canEditAnnotations": {"staff": true, "admin": true}, "canEditAnnotations": {"staff": true, "admin": true},
"canEditDocuments": {"staff": true, "admin": true}, "canEditDocuments": {"staff": true, "admin": true},
"canEditEvents": {"student": true, "staff": true, "admin": true}, "canEditEvents": {"student": true, "staff": true, "admin": true},