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." } } }