From e6ecff098fa5d10c65dd98dd556d45f4d3b71883 Mon Sep 17 00:00:00 2001 From: j Date: Fri, 30 Apr 2021 10:32:57 +0200 Subject: [PATCH] default to highlight selection --- config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.jsonc b/config.jsonc index 8e0896b..2757bae 100644 --- a/config.jsonc +++ b/config.jsonc @@ -1190,7 +1190,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "level": "guest", "ui": { "annotationsCalendarSize": 128, - "annotationsHighlight": "none", + "annotationsHighlight": "selection", "annotationsMapSize": 128, "annotationsRange": "all", "annotationsSize": 256,