Separating ui file into its components
This commit is contained in:
12
source/resource/ui/elements/properties/checked_control.json
Normal file
12
source/resource/ui/elements/properties/checked_control.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"title": "Checked Control",
|
||||
"description": "The control that will be checked.",
|
||||
"anyOf": [
|
||||
{
|
||||
"enum": ["checked"]
|
||||
},
|
||||
{
|
||||
"$ref": "../../general/item_ref.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user