From fbc69296dd11723893f3ac85eb4eb2d7e9ec82cb Mon Sep 17 00:00:00 2001 From: j Date: Fri, 16 Nov 2018 17:54:47 +0000 Subject: [PATCH] add defaults --- config.jsonc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.jsonc b/config.jsonc index 0ece04c..692d338 100644 --- a/config.jsonc +++ b/config.jsonc @@ -10,6 +10,7 @@ annotations by specific users can be turned on and off */ "annotations": { + "separator": ";", "showUsers": true }, /* @@ -54,6 +55,7 @@ "canExportAnnotations": {"member": true, "staff": true, "admin": true}, "canImportAnnotations": {"member": true, "staff": true, "admin": true}, "canImportItems": {"member": true, "staff": true, "admin": true}, + "canManageTranslations": {"admin": true}, "canManageDocuments": {"member": true, "staff": true, "admin": true}, "canManageEntities": {"member": true, "staff": true, "admin": true}, "canManageHome": {"staff": true, "admin": true}, @@ -1185,6 +1187,7 @@ "level": "guest", "ui": { "annotationsCalendarSize": 128, + "annotationsHighlight": "none", "annotationsMapSize": 128, "annotationsRange": "all", "annotationsSize": 256,