Separating ui file into its components
This commit is contained in:
13
source/resource/ui/elements/properties/text_alignment.json
Normal file
13
source/resource/ui/elements/properties/text_alignment.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"title": "Text Alignment",
|
||||
"description": "The alignment of the text.",
|
||||
"$ref": "../../general/string.json",
|
||||
"anyOf": [
|
||||
{
|
||||
"enum": ["left", "center", "right"]
|
||||
},
|
||||
{
|
||||
"$ref": "../../general/variable.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user