add annotation highlights

This commit is contained in:
rolux 2018-10-09 18:30:25 +02:00
commit 93c654c014
3 changed files with 8 additions and 2 deletions

View file

@ -100,7 +100,7 @@
"clipLayers": ["transcripts", "keywords", "places", "events", "descriptions"],
/*
"documentKeys" defines the metadata associated with each document. Required keys
are "*", "id" and "title".
are "*", "id" and "title".
A documentKey must have the following properties:
"id": The unique id of the key (as used by the server)
"title": The title of the key (as displayed by the client)
@ -1003,7 +1003,7 @@
*/
"media": {
"importPosters": false,
"importFrames": false
"importFrames": false
},
/*
"menuExtras" can be used to add extra functionality to the main menu bar.
@ -1148,6 +1148,7 @@
"level": "guest",
"ui": {
"annotationsCalendarSize": 128,
"annotationsHighlight": false,
"annotationsMapSize": 128,
"annotationsRange": "position",
"annotationsSize": 256,

View file

@ -1095,6 +1095,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"level": "guest",
"ui": {
"annotationsCalendarSize": 128,
"annotationsHighlight": false,
"annotationsMapSize": 128,
"annotationsRange": "all",
"annotationsSize": 256,