From fc7e812f80d5f6099b44f4a430e1e2a4884c866c Mon Sep 17 00:00:00 2001 From: j Date: Fri, 5 Oct 2018 11:33:55 +0200 Subject: [PATCH] add restricted --- config.jsonc | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/config.jsonc b/config.jsonc index 8abfacc..f92f224 100644 --- a/config.jsonc +++ b/config.jsonc @@ -41,7 +41,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "capabilities": { "canAddItems": {"staff": true, "admin": true}, "canAddDocuments": {"staff": true, "admin": true}, - "canDownloadVideo": {"guest": 0, "member": 0, "visitor": 0, "staff": 1, "admin": 1}, + "canDownloadVideo": {"guest": 0, "member": 0, "visitor": 0, "staff": 1, "admin": 2}, "canEditAnnotations": {"staff": true, "admin": true}, "canEditDocuments": {"staff": true, "admin": true}, "canEditEntities": {"staff": true, "admin": true}, @@ -65,9 +65,9 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "canManagePlacesAndEvents": {"member": true, "staff": true, "admin": true}, "canManageTitlesAndNames": {"member": true, "staff": true, "admin": true}, "canManageUsers": {"staff": true, "admin": true}, - "canPlayClips": {"guest": 0, "member": 0, "visitor": 1, "staff": 1, "admin": 1}, - "canPlayVideo": {"guest": 0, "member": 0, "visitor": 1, "staff": 1, "admin": 1}, - "canReadText": {"guest": 0, "member": 0, "visitor": 1, "staff": 1, "admin": 1}, + "canPlayClips": {"guest": 0, "member": 0, "visitor": 1, "staff": 1, "admin": 2}, + "canPlayVideo": {"guest": 0, "member": 0, "visitor": 1, "staff": 1, "admin": 2}, + "canReadText": {"guest": 0, "member": 0, "visitor": 1, "staff": 1, "admin": 2}, "canRemoveItems": {"admin": true}, "canRemoveDocuments": {"admin": true}, "canSeeAccessed": {"staff": true, "admin": true}, @@ -76,7 +76,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "canSeeExtraItemViews": {"staff": true, "admin": true}, "canSeeMedia": {"staff": true, "admin": true}, "canSeeDocument": {"guest": 0, "member": 0, "visitor": 1, "staff": 1, "admin": 1}, - "canSeeItem": {"guest": 0, "member": 0, "visitor": 1, "staff": 1, "admin": 1}, + "canSeeItem": {"guest": 0, "member": 0, "visitor": 1, "staff": 1, "admin": 2}, "canSeeSize": {"staff": true, "admin": true}, "canSeeSoftwareVersion": {"staff": true, "admin": true}, "canSendMail": {"admin": true} @@ -363,6 +363,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. */ "documentRightsLevels": [ {"name": "Public", "color": [128, 255, 128]}, + {"name": "Restricted", "color": [255, 212, 128]}, {"name": "Private", "color": [255, 128, 128]} ], /* @@ -1169,6 +1170,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. */ "rightsLevels": [ {"name": "Public", "color": [128, 255, 128]}, + {"name": "Restricted", "color": [255, 212, 128]}, {"name": "Private", "color": [255, 128, 128]} ], /* @@ -1228,6 +1230,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. */ "textRightsLevels": [ {"name": "Public", "color": [128, 255, 128]}, + {"name": "Restricted", "color": [255, 212, 128]}, {"name": "Private", "color": [255, 128, 128]} ], /*