Files
minecraft-bedrock-json-schemas/source/resource/ui/elements/properties/text_alignment.json

14 lines
247 B
JSON
Raw Normal View History

2023-10-24 19:49:51 +02:00
{
"title": "Text Alignment",
"description": "The alignment of the text.",
"$ref": "../../general/string.json",
"anyOf": [
{
"enum": ["left", "center", "right"]
},
{
"$ref": "../../general/variable.json"
}
]
}