From 007a3c0b3d8029c4b3d5f7304ff2735e424cadc4 Mon Sep 17 00:00:00 2001 From: j Date: Fri, 5 Oct 2018 12:24:47 +0200 Subject: [PATCH 1/2] 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}, From c382eb951d6c0cb16dcf5d62afc4e1aba1d452ba Mon Sep 17 00:00:00 2001 From: j Date: Tue, 9 Oct 2018 18:18:37 +0200 Subject: [PATCH 2/2] add stills layer --- config.jsonc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config.jsonc b/config.jsonc index 5e49ff1..3125fbd 100644 --- a/config.jsonc +++ b/config.jsonc @@ -1091,6 +1091,16 @@ 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",