Separating ui file into its components
This commit is contained in:
14
source/resource/ui/elements/properties/alpha.json
Normal file
14
source/resource/ui/elements/properties/alpha.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"title": "Alpha",
|
||||
"description": "The alpha of the element.",
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "../../general/item_ref.json"
|
||||
},
|
||||
{
|
||||
"type": "number",
|
||||
"minimum": 0,
|
||||
"maximum": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user