Separating ui file into its components
This commit is contained in:
16
source/resource/ui/elements/properties/property_bag.json
Normal file
16
source/resource/ui/elements/properties/property_bag.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"title": "Property Bag",
|
||||
"description": "The property bag that will be used by the element.",
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"title": "Property Bag Property",
|
||||
"$ref": "../../general/any.json"
|
||||
}
|
||||
},
|
||||
{
|
||||
"$ref": "../../general/string.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user