hide subtitle track by default
This commit is contained in:
parent
04abbcf2b9
commit
6d25d7ea42
1 changed files with 1 additions and 1 deletions
|
@ -1356,7 +1356,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
"showLayers": {
|
"showLayers": {
|
||||||
"keywords": true,
|
"keywords": true,
|
||||||
"notes": true,
|
"notes": true,
|
||||||
"subtitles": true
|
"subtitles": false
|
||||||
},
|
},
|
||||||
"showMapControls": false,
|
"showMapControls": false,
|
||||||
"showMapLabels": false,
|
"showMapLabels": false,
|
||||||
|
|
Loading…
Reference in a new issue