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 by specific users can be turned on and off
|
||||||
*/
|
*/
|
||||||
"annotations": {
|
"annotations": {
|
||||||
|
"separator": ";",
|
||||||
"showUsers": false
|
"showUsers": false
|
||||||
},
|
},
|
||||||
/*
|
/*
|
||||||
|
@ -41,6 +42,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
"canAddItems": {"member": true, "admin": true},
|
"canAddItems": {"member": true, "admin": true},
|
||||||
"canAddDocuments": {"member": true, "admin": true},
|
"canAddDocuments": {"member": true, "admin": true},
|
||||||
"canDownloadVideo": {"guest": 1, "member": 1, "admin": 1},
|
"canDownloadVideo": {"guest": 1, "member": 1, "admin": 1},
|
||||||
|
"canDownloadSource": {"guest": -1, "member": -1, "admin": 4},
|
||||||
"canEditAnnotations": {"member": true, "admin": true},
|
"canEditAnnotations": {"member": true, "admin": true},
|
||||||
"canEditDocuments": {"member": true, "admin": true},
|
"canEditDocuments": {"member": true, "admin": true},
|
||||||
"canEditEntities": {"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},
|
"canRemoveDocuments": {"admin": true},
|
||||||
"canSeeAccessed": {"admin": true},
|
"canSeeAccessed": {"admin": true},
|
||||||
"canSeeAllTasks": {"admin": true},
|
"canSeeAllTasks": {"admin": true},
|
||||||
|
"canManageTranslations": {"admin": true},
|
||||||
"canSeeDebugMenu": {"admin": true},
|
"canSeeDebugMenu": {"admin": true},
|
||||||
"canSeeExtraItemViews": {"admin": true},
|
"canSeeExtraItemViews": {"admin": true},
|
||||||
"canSeeMedia": {"admin": true},
|
"canSeeMedia": {"admin": true},
|
||||||
|
@ -1140,6 +1143,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
"user": {
|
"user": {
|
||||||
"level": "guest",
|
"level": "guest",
|
||||||
"ui": {
|
"ui": {
|
||||||
|
"annotationsHighlight": "none",
|
||||||
"annotationsCalendarSize": 128,
|
"annotationsCalendarSize": 128,
|
||||||
"annotationsMapSize": 128,
|
"annotationsMapSize": 128,
|
||||||
"annotationsRange": "position",
|
"annotationsRange": "position",
|
||||||
|
@ -1171,6 +1175,13 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
|
||||||
"documentsSelection": {},
|
"documentsSelection": {},
|
||||||
"documentsSort": [{"key": "title", "operator": "+"}],
|
"documentsSort": [{"key": "title", "operator": "+"}],
|
||||||
"documentsView": "grid",
|
"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": "",
|
"edit": "",
|
||||||
"edits": {},
|
"edits": {},
|
||||||
"editSelection": [],
|
"editSelection": [],
|
||||||
|
|
Loading…
Reference in a new issue