add effects and transcripts layer
This commit is contained in:
parent
7f80458c2e
commit
4dab3238b3
1 changed files with 33 additions and 0 deletions
33
config.jsonc
33
config.jsonc
|
@ -664,6 +664,20 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
"filter": true,
|
"filter": true,
|
||||||
"find": true
|
"find": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "effects",
|
||||||
|
"title": "Image Manipulations",
|
||||||
|
"type": "layer",
|
||||||
|
"autocomplete": true,
|
||||||
|
"filter": true,
|
||||||
|
"find": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "transcripts",
|
||||||
|
"title": "Transcripts",
|
||||||
|
"type": "layer",
|
||||||
|
"find": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "subtitles",
|
"id": "subtitles",
|
||||||
"title": "Subtitles",
|
"title": "Subtitles",
|
||||||
|
@ -953,6 +967,15 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
"overlap": true,
|
"overlap": true,
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "effects",
|
||||||
|
"title": "Image Manipulations",
|
||||||
|
"canAddAnnotations": {"member": true, "staff": true, "admin": true},
|
||||||
|
"item": "Image Manipulation",
|
||||||
|
"autocomplete": true,
|
||||||
|
"overlap": true,
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "privatenotes",
|
"id": "privatenotes",
|
||||||
"title": "Private Notes",
|
"title": "Private Notes",
|
||||||
|
@ -972,6 +995,16 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
"showInfo": true,
|
"showInfo": true,
|
||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "transcripts",
|
||||||
|
"title": "Transcripts",
|
||||||
|
"canAddAnnotations": {"member": true, "staff": true, "admin": true},
|
||||||
|
"item": "Transcript",
|
||||||
|
"overlap": true,
|
||||||
|
"private": true,
|
||||||
|
"showInfo": true,
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "subtitles",
|
"id": "subtitles",
|
||||||
"title": "Subtitles",
|
"title": "Subtitles",
|
||||||
|
|
Loading…
Reference in a new issue