add canDownloadSource
This commit is contained in:
parent
f485f76e5b
commit
abed0f463b
2 changed files with 2 additions and 5 deletions
|
|
@ -45,6 +45,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"canAddItems": {"member": true, "admin": true},
|
||||
"canAddDocuments": {"member": true, "admin": true},
|
||||
"canDownloadVideo": {"guest": 1, "member": 1, "staff": 4, "admin": 4},
|
||||
"canDownloadSource": {"guest": -1, "member": -1, "staff": 4, "admin": 4},
|
||||
"canEditAnnotations": {"staff": true, "admin": true},
|
||||
"canEditDocuments": {"staff": true, "admin": true},
|
||||
"canEditEntities": {"staff": true, "admin": true},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue