config: add canEditDocuments capability

This commit is contained in:
rolux 2014-01-07 11:01:34 +05:30
commit 99bf49fc86
4 changed files with 4 additions and 0 deletions

View file

@ -29,6 +29,7 @@
"canAddItems": {"staff": true, "admin": true},
"canDownloadVideo": {"guest": -1, "member": -1, "friend": -1, "staff": -1, "admin": -1},
"canEditAnnotations": {"staff": true, "admin": true},
"canEditDocuments": {"staff": true, "admin": true},
"canEditEvents": {"staff": true, "admin": true},
"canEditFeaturedEdits": {"staff": true, "admin": true},
"canEditFeaturedLists": {"staff": true, "admin": true},