From 841d18da7b5b98582f098f584e5b36c3eec1cf37 Mon Sep 17 00:00:00 2001 From: j Date: Wed, 23 Oct 2019 15:49:01 +0200 Subject: [PATCH] reduce itemViews --- config.jsonc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.jsonc b/config.jsonc index 3156324..72d4fe5 100644 --- a/config.jsonc +++ b/config.jsonc @@ -840,9 +840,9 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. {"id": "editor", "title": "Editor"}, {"id": "timeline", "title": "Timeline"}, {"id": "clips", "title": "Clips"}, - {"id": "map", "title": "Map"}, - {"id": "calendar", "title": "Calendar"}, - {"id": "documents", "title": "Documents"}, + // {"id": "map", "title": "Map"}, + // {"id": "calendar", "title": "Calendar"}, + // {"id": "documents", "title": "Documents"}, {"id": "data", "title": "Data"}, {"id": "media", "title": "Media"} ], @@ -1228,7 +1228,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "videoLoop": false, "videoMuted": false, "videoPoints": {}, - "videoResolution": 240, + "videoResolution": 480, "videoScale": "fit", "videoSize": "small", "videoSubtitles": true,