From 8553fdbb3fc0420d1a8ac36e24e05de3aac8af60 Mon Sep 17 00:00:00 2001 From: rlx Date: Mon, 24 Jun 2019 13:32:33 +0200 Subject: [PATCH] config: add ui.documentFilters --- config.jsonc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.jsonc b/config.jsonc index 916db56..f0e99d6 100644 --- a/config.jsonc +++ b/config.jsonc @@ -1213,6 +1213,13 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. }, "document": "", "documents": {}, + "documentFilters": [ + {"id": "author", "sort": [{"key": "items", "operator": "-"}]}, + {"id": "place", "sort": [{"key": "items", "operator": "-"}]}, + {"id": "date", "sort": [{"key": "name", "operator": "-"}]}, + {"id": "publisher", "sort": [{"key": "items", "operator": "-"}]}, + {"id": "language", "sort": [{"key": "items", "operator": "-"}]} + ], "documentSize": 256, "documentView": "view", "documentsSelection": {},