diff --git a/config.jsonc b/config.jsonc index 9219a49..f6a32d4 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 }, /* @@ -59,6 +60,7 @@ "canManageHome": {"staff": true, "admin": true}, "canManagePlacesAndEvents": {"member": true, "staff": true, "admin": true}, "canManageTitlesAndNames": {"member": true, "staff": true, "admin": true}, + "canManageTranslations": {"admin": true}, "canManageUsers": {"staff": true, "admin": true}, "canPlayClips": {"guest": 1, "member": 1, "staff": 4, "admin": 4}, "canPlayVideo": {"guest": 1, "member": 1, "staff": 4, "admin": 4}, @@ -1109,6 +1111,7 @@ "level": "guest", "ui": { "annotationsCalendarSize": 128, + "annotationsHighlight": "none", "annotationsMapSize": 128, "annotationsRange": "all", "annotationsSize": 256,