mirror of
https://github.com/Lissy93/dashy.git
synced 2026-01-08 17:06:21 +01:00
added category in widget schema
This commit is contained in:
parent
a6c7697a94
commit
72e80a1bcf
1 changed files with 5 additions and 0 deletions
|
|
@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue