Separating ui file into its components
This commit is contained in:
16
source/resource/ui/elements/properties/text_labels.json
Normal file
16
source/resource/ui/elements/properties/text_labels.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"title": "Text Labels",
|
||||
"description": "The labels of the text.",
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"title": "Text Label"
|
||||
}
|
||||
},
|
||||
{
|
||||
"$ref": "../../general/item_ref.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user