From 7b7771831574c0f84ec413c4b029b79cc2219140 Mon Sep 17 00:00:00 2001 From: j Date: Fri, 1 Nov 2019 15:25:35 +0100 Subject: [PATCH] add config --- config.jsonc | 1 + 1 file changed, 1 insertion(+) diff --git a/config.jsonc b/config.jsonc index bba9e9c..a3ab5c1 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, "staff": true, "admin": true}, "canAddDocuments": {"member": true, "staff": 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},