forked from 0x2620/pandora
add default values for missing capabilities and user.ui setting to config.jsonc from config.pandora.jsonc, fixes #1604
This commit is contained in:
parent
3c539ffc28
commit
662c7ec12a
4 changed files with 45 additions and 14 deletions
|
|
@ -729,7 +729,9 @@
|
|||
"level": "guest",
|
||||
"newsletter": true,
|
||||
"ui": {
|
||||
"annotationsCalendarSize": 128,
|
||||
"annotationsFont": "small",
|
||||
"annotationsMapSize": 128,
|
||||
"annotationsRange": "all",
|
||||
"annotationsSize": 256,
|
||||
"annotationsSort": "position",
|
||||
|
|
@ -777,6 +779,8 @@
|
|||
"sequenceSort": [{"key": "director", "operator": "+"}],
|
||||
"showAdvancedEmbedOptions": false,
|
||||
"showAnnotations": true,
|
||||
"showAnnotationsCalendar": true,
|
||||
"showAnnotationsMap": true,
|
||||
"showBrowser": true,
|
||||
"showCalendarControls": true, // fixme: should be false
|
||||
"showFilters": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue