From 68df02da71ca8092481738686eaab06ac64c24b8 Mon Sep 17 00:00:00 2001 From: j Date: Thu, 4 Jun 2020 16:01:52 +0200 Subject: [PATCH] add canDownloadSource --- config.jsonc | 1 + 1 file changed, 1 insertion(+) diff --git a/config.jsonc b/config.jsonc index 1e0841e..e3227ee 100644 --- a/config.jsonc +++ b/config.jsonc @@ -38,6 +38,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": -1, "member": -1, "staff": 4, "admin": 4}, "canEditAnnotations": {"staff": true, "admin": true}, "canEditEntities": {"staff": true, "admin": true}, "canEditDocuments": {"staff": true, "admin": true},