From 872d6ea0394c445cc0cdbf3074c8eead7ff3cc2a Mon Sep 17 00:00:00 2001 From: j Date: Sat, 6 Jun 2020 13:29:01 +0200 Subject: [PATCH] config updates --- config.jsonc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/config.jsonc b/config.jsonc index adaa914..48c7bab 100644 --- a/config.jsonc +++ b/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": [],