diff --git a/config.jsonc b/config.jsonc index 7769b73..d968cd5 100644 --- a/config.jsonc +++ b/config.jsonc @@ -664,6 +664,20 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "filter": 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", "title": "Subtitles", @@ -953,6 +967,15 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "overlap": true, "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", "title": "Private Notes", @@ -972,6 +995,16 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "showInfo": true, "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", "title": "Subtitles",