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