🚧 Commiting to switch computers...

This commit is contained in:
Alicia Sykes
2021-12-23 08:58:52 +00:00
parent c1d10d2791
commit 0074c636b6
4 changed files with 110 additions and 9 deletions

View File

@@ -488,8 +488,7 @@
"title": "Items",
"type": "object",
"required": [
"name",
"items"
"name"
],
"additionalProperties": false,
"properties": {
@@ -716,9 +715,30 @@
}
}
}
},
"widgets": {
"type": "array",
"items": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"title": "Widget Type",
"type": "string",
"description": "The type of widget to use, see docs for supported options"
},
"options": {
"title": "Widget Options",
"type": "object",
"description": "Configuration options for widget. Varies depending on widget type, see docs for all options"
}
}
}
}
}
}
}
}
}
}