22 lines
495 B
JSON
22 lines
495 B
JSON
|
|
{
|
||
|
|
"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"]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|