add stills layer
This commit is contained in:
parent
007a3c0b3d
commit
c382eb951d
1 changed files with 10 additions and 0 deletions
10
config.jsonc
10
config.jsonc
|
@ -1091,6 +1091,16 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
"showInfo": true,
|
"showInfo": true,
|
||||||
"type": "text"
|
"type": "text"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "stills",
|
||||||
|
"title": "Stills",
|
||||||
|
"canAddAnnotations": {"staff": true, "admin": true},
|
||||||
|
"getDefaults": "getCurrentFrameAnnotation",
|
||||||
|
"item": "Still",
|
||||||
|
"overlap": true,
|
||||||
|
"showInfo": true,
|
||||||
|
"type": "text"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "subtitles",
|
"id": "subtitles",
|
||||||
"title": "Subtitles",
|
"title": "Subtitles",
|
||||||
|
|
Loading…
Reference in a new issue