From 683f12cab97335ad0e9e9dc9d4c9340cbcfed9ce Mon Sep 17 00:00:00 2001 From: j Date: Thu, 27 Jul 2023 13:43:55 +0200 Subject: [PATCH] add categories --- config.jsonc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config.jsonc b/config.jsonc index 4c1e6e8..f5dcf14 100644 --- a/config.jsonc +++ b/config.jsonc @@ -223,6 +223,16 @@ "find": true, "sort": true }, + { + "id": "category", + "title": "Categories", + "type": ["string"], + "autocomplete": true, + "columnWidth": 180, + "filter": true, + "find": true, + "sort": true + }, { "id": "id", "operator": "+",