From b9b5f00618caa2c7123f1bc4c037b80dc0a4832b Mon Sep 17 00:00:00 2001 From: j Date: Fri, 15 Nov 2019 14:56:46 +0100 Subject: [PATCH] can download source --- config.jsonc | 1 + 1 file changed, 1 insertion(+) diff --git a/config.jsonc b/config.jsonc index 60b6a7b..e7557f9 100644 --- a/config.jsonc +++ b/config.jsonc @@ -25,6 +25,7 @@ "canAddItems": {"member": true, "staff": true, "admin": true}, "canAddDocuments": {"member": true, "staff": true, "admin": true}, "canDownloadVideo": {"guest": 0, "member": 0, "staff": 4, "admin": 4}, + "canDownloadSource": {"guest": 0, "member": 0, "staff": 4, "admin": 4}, "canEditAnnotations": {"staff": true, "admin": true}, "canEditDocuments": {"staff": true, "admin": true}, "canEditEntities": {"staff": true, "admin": true},