update config
This commit is contained in:
parent
a775ed3055
commit
440e5e5a86
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue