added category in widget schema

This commit is contained in:
shumit taher 2025-08-12 11:24:16 +00:00
parent a6c7697a94
commit 72e80a1bcf

View file

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