From 678093e4566652674d0407f3fa1196f9482610bc Mon Sep 17 00:00:00 2001 From: j Date: Sat, 18 Nov 2023 16:08:34 +0100 Subject: [PATCH] show year --- config.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.jsonc b/config.jsonc index f4e83ca..5402de6 100644 --- a/config.jsonc +++ b/config.jsonc @@ -583,7 +583,7 @@ }, { "id": "commissionedby", - "title": "commissioned by", + "title": "Commissioned By", "type": ["string"], "autocomplete": true, "columnWidth": 180, @@ -1287,7 +1287,7 @@ {"id": "location", "sort": [{"key": "name", "operator": "+"}]}, {"id": "methodologies", "sort": [{"key": "items", "operator": "-"}]}, {"id": "collaborators", "sort": [{"key": "items", "operator": "-"}]}, - {"id": "additionalfunding", "sort": [{"key": "items", "operator": "-"}]} + {"id": "year", "sort": [{"key": "items", "operator": "-"}]} ], "filtersSize": 176, "find": {"conditions": [], "operator": "&"},