From c382eb951d6c0cb16dcf5d62afc4e1aba1d452ba Mon Sep 17 00:00:00 2001 From: j Date: Tue, 9 Oct 2018 18:18:37 +0200 Subject: [PATCH] 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",