Separating ui file into its components
This commit is contained in:
16
source/resource/ui/elements/properties/control_ids.json
Normal file
16
source/resource/ui/elements/properties/control_ids.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"title": "Control IDs",
|
||||
"description": "The IDs of the controls that will be created by the factory.",
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"title": "Control ID",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user