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
|
text of clips (in grid view, below the icon). Excluding a layer from this
|
||||||
list means it will not be included in find annotations.
|
list means it will not be included in find annotations.
|
||||||
*/
|
*/
|
||||||
"clipLayers": ["subtitles"],
|
"clipLayers": ["subtitles", "keywords"],
|
||||||
"documentKeys": [
|
"documentKeys": [
|
||||||
{
|
{
|
||||||
"id": "*",
|
"id": "*",
|
||||||
|
@ -710,6 +710,14 @@
|
||||||
"advanced": true,
|
"advanced": true,
|
||||||
"find": true
|
"find": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "keywords",
|
||||||
|
"title": "Keywords",
|
||||||
|
"type": "layer",
|
||||||
|
"autocomplete": true,
|
||||||
|
"filter": true,
|
||||||
|
"find": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "subtitles",
|
"id": "subtitles",
|
||||||
"title": "Subtitles",
|
"title": "Subtitles",
|
||||||
|
@ -998,6 +1006,15 @@
|
||||||
tooltip that appears on mouseover.
|
tooltip that appears on mouseover.
|
||||||
*/
|
*/
|
||||||
"layers": [
|
"layers": [
|
||||||
|
{
|
||||||
|
"id": "keywords",
|
||||||
|
"title": "Keywords",
|
||||||
|
"canAddAnnotations": {"member": true, "staff": true, "admin": true},
|
||||||
|
"item": "Keyword",
|
||||||
|
"autocomplete": true,
|
||||||
|
"overlap": true,
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "privatenotes",
|
"id": "privatenotes",
|
||||||
"title": "Private Notes",
|
"title": "Private Notes",
|
||||||
|
|
Loading…
Reference in a new issue