forked from 0x2620/pandora
add keywords layer
This commit is contained in:
parent
dd7e1d0ba0
commit
ef4921b16d
1 changed files with 18 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue