14 lines
247 B
JSON
14 lines
247 B
JSON
|
|
{
|
||
|
|
"title": "Text Alignment",
|
||
|
|
"description": "The alignment of the text.",
|
||
|
|
"$ref": "../../general/string.json",
|
||
|
|
"anyOf": [
|
||
|
|
{
|
||
|
|
"enum": ["left", "center", "right"]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"$ref": "../../general/variable.json"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|