diff --git a/config.jsonc b/config.jsonc index 380747a..315f92a 100644 --- a/config.jsonc +++ b/config.jsonc @@ -21,7 +21,7 @@ for items of a rights level up to and including x */ "capabilities": { - "canAddItems": {"staff": true, "admin": true}, + "canAddItems": {"member": true, "staff": true, "admin": true}, "canDownloadVideo": {"guest": 0, "member": 0, "staff": 4, "admin": 4}, "canEditAnnotations": {"staff": true, "admin": true}, "canEditDocuments": {"staff": true, "admin": true},