Separating ui file into its components
This commit is contained in:
12
source/resource/ui/elements/properties/orientation.json
Normal file
12
source/resource/ui/elements/properties/orientation.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"title": "Orientation",
|
||||
"description": "The orientation of the element.",
|
||||
"anyOf": [
|
||||
{
|
||||
"enum": ["horizontal", "vertical"]
|
||||
},
|
||||
{
|
||||
"$ref": "../../general/item_ref.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user