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,