Add Pandora layers and adjust config

This commit is contained in:
Disassembler 2017-10-23 22:38:18 +02:00
parent 5e61766914
commit 3deb5a6c17

View File

@ -99,7 +99,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
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": ["publicnotes", "keywords", "subtitles"], "clipLayers": ["publicnotes", "keywords", "subtitles", "places", "events"],
/* /*
"documentKeys" defines the metadata associated with each document. Required keys "documentKeys" defines the metadata associated with each document. Required keys
are "*", "id" and "title". are "*", "id" and "title".
@ -796,6 +796,20 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"title": "Random", "title": "Random",
"type": "integer", "type": "integer",
"sort": true "sort": true
},
{
"id": "places",
"title": "Places",
"type": "layer",
"filter": true,
"find": true
},
{
"id": "events",
"title": "Events",
"type": "layer",
"filter": true,
"find": true
} }
], ],
/* /*
@ -907,6 +921,22 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"isSubtitles": true, "isSubtitles": true,
"item": "Subtitle", "item": "Subtitle",
"type": "text" "type": "text"
},
{
"id": "places",
"title": "Places",
"canAddAnnotations": {"member": true, "staff": true, "admin": true},
"item": "Place",
"overlap": true,
"type": "place"
},
{
"id": "events",
"title": "Events",
"canAddAnnotations": {"member": true, "staff": true, "admin": true},
"item": "Event",
"overlap": true,
"type": "event"
} }
], ],
/* /*
@ -1142,7 +1172,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"findDocuments": {"conditions": [], "operator": "&"}, "findDocuments": {"conditions": [], "operator": "&"},
"followPlayer": true, "followPlayer": true,
"help": "", "help": "",
"icons": "posters", "icons": "frames",
"infoIconSize": 256, "infoIconSize": 256,
"item": "", "item": "",
"itemFind": "", "itemFind": "",
@ -1186,7 +1216,9 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"keywords": true, "keywords": true,
"privatenotes": true, "privatenotes": true,
"publicnotes": true, "publicnotes": true,
"subtitles": true "subtitles": true,
"places": true,
"events": true
}, },
"showMapControls": false, "showMapControls": false,
"showMapLabels": false, "showMapLabels": false,
@ -1216,7 +1248,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"sidebarSize": 256, "sidebarSize": 256,
"text": "", "text": "",
"texts": {}, "texts": {},
"theme": "oxmedium", "theme": "oxdark",
"updateAdvancedFindResults": false, "updateAdvancedFindResults": false,
"videoLoop": false, "videoLoop": false,
"videoMuted": false, "videoMuted": false,