Files
minecraft-bedrock-json-schemas/source/resource/ui/elements/properties/button_mappings.json
2023-10-24 19:49:51 +02:00

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"]
}
}
}
]
}