2023-10-24 19:49:51 +02:00
|
|
|
{
|
|
|
|
|
"title": "Font Size",
|
|
|
|
|
"description": "The size of the font.",
|
|
|
|
|
"anyOf": [
|
|
|
|
|
{
|
2025-06-25 20:35:53 +02:00
|
|
|
"enum": [ "small", "normal", "large", "extra_large" ]
|
2023-10-24 19:49:51 +02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"$ref": "../../general/item_ref.json"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|