add canDownloadSource

This commit is contained in:
j 2019-11-01 19:50:14 +01:00
parent f485f76e5b
commit abed0f463b
2 changed files with 2 additions and 5 deletions

View File

@ -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

View File

@ -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},