From 2bf2fb0fd9ec43ecd60e0e0ef5f2b01c2f5d7791 Mon Sep 17 00:00:00 2001 From: j Date: Fri, 7 Jun 2019 16:34:14 +0100 Subject: [PATCH] filters --- config.jsonc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config.jsonc b/config.jsonc index 422661f..0347868 100644 --- a/config.jsonc +++ b/config.jsonc @@ -239,6 +239,7 @@ "type": "string", "columnWidth": 120, //"format": {"type": "date", "args": ["%a, %b %e, %Y"]}, + "filter": true, "sort": true }, { @@ -1281,10 +1282,17 @@ "document": "", "documents": {}, "documentSize": 256, + "documentFiltersSize": 176, "documentView": "view", "documentsSelection": {}, "documentsSort": [{"key": "name", "operator": "+"}], "documentsView": "grid", + "documentFilters": [ + {"id": "source", "sort": [{"key": "items", "operator": "-"}]}, + {"id": "author", "sort": [{"key": "items", "operator": "-"}]}, + {"id": "associatedgroups", "sort": [{"key": "items", "operator": "-"}]}, + {"id": "movement", "sort": [{"key": "items", "operator": "-"}]} + ], "edit": "", "edits": {}, "editSelection": [], @@ -1348,6 +1356,7 @@ "showCalendarControls": true, // fixme: should be false "showClips": true, "showDocument": true, + "showDocumentFilters": false, "showFilters": true, "showIconBrowser": false, "showInfo": true,