From 4491abc277d6643affdbcd75b189266409699e43 Mon Sep 17 00:00:00 2001 From: j Date: Thu, 19 Oct 2023 15:52:12 +0100 Subject: [PATCH] add editing tags --- config.jsonc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config.jsonc b/config.jsonc index 4345d24..23e4036 100644 --- a/config.jsonc +++ b/config.jsonc @@ -547,6 +547,16 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "filter": true, "sort": true }, + { + "id": "editingtags", + "title": "Editing Tags", + "type": ["string"], + "autocomplete": true, + "columnRequired": true, + "columnWidth": 180, + "filter": true, + "sort": true + }, { "id": "tags", "title": "Tags",