From abed0f463b974f38829ff424bdf23b2f999bf855 Mon Sep 17 00:00:00 2001 From: j Date: Fri, 1 Nov 2019 19:50:14 +0100 Subject: [PATCH] add canDownloadSource --- README.md | 6 +----- config.jsonc | 1 + 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5c8390a..a96e758 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,4 @@ -# pan.do/ra site config overlay - -fork this repo into pandora_ 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 ..js diff --git a/config.jsonc b/config.jsonc index b255bbc..66ff883 100644 --- a/config.jsonc +++ b/config.jsonc @@ -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},