reduce itemViews
This commit is contained in:
parent
da5713addf
commit
841d18da7b
1 changed files with 4 additions and 4 deletions
|
@ -840,9 +840,9 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
{"id": "editor", "title": "Editor"},
|
{"id": "editor", "title": "Editor"},
|
||||||
{"id": "timeline", "title": "Timeline"},
|
{"id": "timeline", "title": "Timeline"},
|
||||||
{"id": "clips", "title": "Clips"},
|
{"id": "clips", "title": "Clips"},
|
||||||
{"id": "map", "title": "Map"},
|
// {"id": "map", "title": "Map"},
|
||||||
{"id": "calendar", "title": "Calendar"},
|
// {"id": "calendar", "title": "Calendar"},
|
||||||
{"id": "documents", "title": "Documents"},
|
// {"id": "documents", "title": "Documents"},
|
||||||
{"id": "data", "title": "Data"},
|
{"id": "data", "title": "Data"},
|
||||||
{"id": "media", "title": "Media"}
|
{"id": "media", "title": "Media"}
|
||||||
],
|
],
|
||||||
|
@ -1228,7 +1228,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
"videoLoop": false,
|
"videoLoop": false,
|
||||||
"videoMuted": false,
|
"videoMuted": false,
|
||||||
"videoPoints": {},
|
"videoPoints": {},
|
||||||
"videoResolution": 240,
|
"videoResolution": 480,
|
||||||
"videoScale": "fit",
|
"videoScale": "fit",
|
||||||
"videoSize": "small",
|
"videoSize": "small",
|
||||||
"videoSubtitles": true,
|
"videoSubtitles": true,
|
||||||
|
|
Loading…
Reference in a new issue