From 0f6e1530c8c535f493848d23765534caee33d9ab Mon Sep 17 00:00:00 2001 From: j Date: Tue, 6 Nov 2018 15:37:23 +0100 Subject: [PATCH] defaults --- config.jsonc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.jsonc b/config.jsonc index edd1eb8..171bd74 100644 --- a/config.jsonc +++ b/config.jsonc @@ -65,6 +65,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "canManagePlacesAndEvents": {"member": true, "staff": true, "admin": true}, "canManageTitlesAndNames": {"member": true, "staff": true, "admin": true}, "canManageUsers": {"staff": true, "admin": true}, + "canManageTranslations": {"staff": true, "admin": true}, "canPlayClips": {"guest": 0, "member": 0, "visitor": 1, "staff": 1, "admin": 2}, "canPlayVideo": {"guest": 0, "member": 0, "visitor": 1, "staff": 1, "admin": 2}, "canReadText": {"guest": 0, "member": 0, "visitor": 1, "staff": 1, "admin": 2}, @@ -1291,6 +1292,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "user": { "level": "guest", "ui": { + "annotationsHighlight": "none", "annotationsCalendarSize": 128, "annotationsMapSize": 128, "annotationsRange": "all",