From ef4921b16dacee5aedc0f35c2dac2659b01e3ef8 Mon Sep 17 00:00:00 2001 From: j Date: Wed, 13 Nov 2019 18:09:12 +0000 Subject: [PATCH] add keywords layer --- pandora/config.0xdb.jsonc | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/pandora/config.0xdb.jsonc b/pandora/config.0xdb.jsonc index bcae7125..343c44b0 100644 --- a/pandora/config.0xdb.jsonc +++ b/pandora/config.0xdb.jsonc @@ -98,7 +98,7 @@ text of clips (in grid view, below the icon). Excluding a layer from this list means it will not be included in find annotations. */ - "clipLayers": ["subtitles"], + "clipLayers": ["subtitles", "keywords"], "documentKeys": [ { "id": "*", @@ -710,6 +710,14 @@ "advanced": true, "find": true }, + { + "id": "keywords", + "title": "Keywords", + "type": "layer", + "autocomplete": true, + "filter": true, + "find": true + }, { "id": "subtitles", "title": "Subtitles", @@ -998,6 +1006,15 @@ tooltip that appears on mouseover. */ "layers": [ + { + "id": "keywords", + "title": "Keywords", + "canAddAnnotations": {"member": true, "staff": true, "admin": true}, + "item": "Keyword", + "autocomplete": true, + "overlap": true, + "type": "string" + }, { "id": "privatenotes", "title": "Private Notes",