Separating ui file into its components
This commit is contained in:
12
source/resource/ui/elements/properties/font_size.json
Normal file
12
source/resource/ui/elements/properties/font_size.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"title": "Font Size",
|
||||
"description": "The size of the font.",
|
||||
"anyOf": [
|
||||
{
|
||||
"enum": ["normal"]
|
||||
},
|
||||
{
|
||||
"$ref": "../../general/item_ref.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user