config updates
This commit is contained in:
parent
64d2d8b6de
commit
872d6ea039
1 changed files with 11 additions and 0 deletions
11
config.jsonc
11
config.jsonc
|
@ -14,6 +14,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
annotations by specific users can be turned on and off
|
||||
*/
|
||||
"annotations": {
|
||||
"separator": ";",
|
||||
"showUsers": false
|
||||
},
|
||||
/*
|
||||
|
@ -41,6 +42,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"canAddItems": {"member": true, "admin": true},
|
||||
"canAddDocuments": {"member": true, "admin": true},
|
||||
"canDownloadVideo": {"guest": 1, "member": 1, "admin": 1},
|
||||
"canDownloadSource": {"guest": -1, "member": -1, "admin": 4},
|
||||
"canEditAnnotations": {"member": true, "admin": true},
|
||||
"canEditDocuments": {"member": true, "admin": true},
|
||||
"canEditEntities": {"member": true, "admin": true},
|
||||
|
@ -71,6 +73,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"canRemoveDocuments": {"admin": true},
|
||||
"canSeeAccessed": {"admin": true},
|
||||
"canSeeAllTasks": {"admin": true},
|
||||
"canManageTranslations": {"admin": true},
|
||||
"canSeeDebugMenu": {"admin": true},
|
||||
"canSeeExtraItemViews": {"admin": true},
|
||||
"canSeeMedia": {"admin": true},
|
||||
|
@ -1140,6 +1143,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": "position",
|
||||
|
@ -1171,6 +1175,13 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
|||
"documentsSelection": {},
|
||||
"documentsSort": [{"key": "title", "operator": "+"}],
|
||||
"documentsView": "grid",
|
||||
"documentFilters": [
|
||||
{"id": "author", "sort": [{"key": "items", "operator": "-"}]},
|
||||
{"id": "place", "sort": [{"key": "items", "operator": "-"}]},
|
||||
{"id": "versionauthor", "sort": [{"key": "name", "operator": "-"}]},
|
||||
{"id": "type", "sort": [{"key": "items", "operator": "-"}]},
|
||||
{"id": "language", "sort": [{"key": "items", "operator": "-"}]}
|
||||
],
|
||||
"edit": "",
|
||||
"edits": {},
|
||||
"editSelection": [],
|
||||
|
|
Loading…
Reference in a new issue