add canDownloadSource
This commit is contained in:
parent
f485f76e5b
commit
abed0f463b
2 changed files with 2 additions and 5 deletions
|
@ -1,8 +1,4 @@
|
|||
# pan.do/ra site config overlay
|
||||
|
||||
fork this repo into pandora_<sitename> and add your pan.do/ra customizations
|
||||
|
||||
place your config as config.jsonc, add custom files to static/js, poster scripts to scripts
|
||||
# pan.do/ra site overlay for collective-cinema.net
|
||||
|
||||
custom files should be in the form <file>.<sitename>.js
|
||||
|
||||
|
|
|
@ -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…
Reference in a new issue