Separating ui file into its components
This commit is contained in:
15
source/resource/ui/elements/properties/anims.json
Normal file
15
source/resource/ui/elements/properties/anims.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"title": "Animations",
|
||||
"description": "The animations that are contained within this element.",
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "../../general/item_ref.json"
|
||||
},
|
||||
{
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "../../general/item_ref.json"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user