From 007a3c0b3d8029c4b3d5f7304ff2735e424cadc4 Mon Sep 17 00:00:00 2001 From: j Date: Fri, 5 Oct 2018 12:24:47 +0200 Subject: [PATCH] document permissions --- config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.jsonc b/config.jsonc index f92f224..5e49ff1 100644 --- a/config.jsonc +++ b/config.jsonc @@ -75,7 +75,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "canSeeDebugMenu": {"staff": true, "admin": true}, "canSeeExtraItemViews": {"staff": true, "admin": true}, "canSeeMedia": {"staff": true, "admin": true}, - "canSeeDocument": {"guest": 0, "member": 0, "visitor": 1, "staff": 1, "admin": 1}, + "canSeeDocument": {"guest": 0, "member": 0, "visitor": 1, "staff": 1, "admin": 2}, "canSeeItem": {"guest": 0, "member": 0, "visitor": 1, "staff": 1, "admin": 2}, "canSeeSize": {"staff": true, "admin": true}, "canSeeSoftwareVersion": {"staff": true, "admin": true},