defaults
This commit is contained in:
parent
0b8364268d
commit
0f6e1530c8
1 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue