Separating ui file into its components

This commit is contained in:
DaanV2
2023-10-24 19:49:51 +02:00
parent b7667bd8da
commit 9ddf4d225e
206 changed files with 1824 additions and 1450 deletions

View File

@@ -0,0 +1,21 @@
{
"title": "Button Mappings",
"description": "The button mappings that are contained within this element.",
"anyOf": [
{
"$ref": "../../general/item_ref.json"
},
{
"type": "array",
"items": {
"type": "object",
"title": "Button Mappings",
"additionalProperties": {
"type": ["string", "boolean"],
"title": "Button Mapping",
"examples": ["button.menu", "button.back", "global"]
}
}
}
]
}