diff --git a/config.jsonc b/config.jsonc index 3125fbd..f92f224 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": 2}, + "canSeeDocument": {"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}, @@ -1091,16 +1091,6 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "showInfo": true, "type": "text" }, - { - "id": "stills", - "title": "Stills", - "canAddAnnotations": {"staff": true, "admin": true}, - "getDefaults": "getCurrentFrameAnnotation", - "item": "Still", - "overlap": true, - "showInfo": true, - "type": "text" - }, { "id": "subtitles", "title": "Subtitles",