From 72e80a1bcf78ff33948a313ee6c9cde002ff2673 Mon Sep 17 00:00:00 2001 From: shumit taher Date: Tue, 12 Aug 2025 11:24:16 +0000 Subject: [PATCH] added category in widget schema --- src/utils/ConfigSchema.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/utils/ConfigSchema.json b/src/utils/ConfigSchema.json index 2f4b1531..c59a5638 100644 --- a/src/utils/ConfigSchema.json +++ b/src/utils/ConfigSchema.json @@ -1180,6 +1180,11 @@ "title": "Widget Options", "type": "object", "description": "Configuration options for widget. Varies depending on widget type, see docs for all options" + }, + "category": { + "title": "Category", + "type": "string", + "description": "Single category tag." } } }