mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
8a794039cf
* update * update * update * . * . * . * update * . * . * . * . * update * . * update * . * update * update * update * update * update * update * . * update * update * update * . * . * . * Revert "." This reverts commit 4dd6404b32c9ec66b91064d7c8a7bc74458386b1. * update * . * . * . * . * . * . * . * . * . * . * . * ... * . * . * . * . * . * . * . * . * . * update * update * update * remove svg and pic * colorpicker imgs to base64 to prevent delayed load if not cached * fix json2python func * update swirl with rgba * add double swirl, tune default val in schema, update explanation * adjust swirl.py * FileObserver for config checks with timer as fallback (#4)
59 lines
1.0 KiB
JSON
59 lines
1.0 KiB
JSON
{
|
|
"type" : "object",
|
|
"title" : "edt_conf_bge_heading_title",
|
|
"properties" :
|
|
{
|
|
"enable" :
|
|
{
|
|
"type" : "boolean",
|
|
"title" : "edt_conf_general_enable_title",
|
|
"default" : true,
|
|
"propertyOrder" : 1
|
|
},
|
|
"type" :
|
|
{
|
|
"type" : "string",
|
|
"title" : "edt_conf_fge_type_title",
|
|
"enum" : ["color", "effect"],
|
|
"default" : "effect",
|
|
"options" : {
|
|
"enum_titles" : ["edt_conf_enum_color", "edt_conf_enum_effect"]
|
|
},
|
|
"propertyOrder" : 2
|
|
},
|
|
"color" :
|
|
{
|
|
"type" : "array",
|
|
"format" : "colorpicker",
|
|
"title" : "edt_conf_fge_color_title",
|
|
"default" : [255,138,0],
|
|
"items" : {
|
|
"type" : "integer",
|
|
"minimum" : 0,
|
|
"maximum" : 255
|
|
},
|
|
"minItems" : 3,
|
|
"maxItems" : 3,
|
|
"propertyOrder" : 3,
|
|
"options": {
|
|
"dependencies": {
|
|
"type": "color"
|
|
}
|
|
}
|
|
},
|
|
"effect" :
|
|
{
|
|
"type" : "string",
|
|
"format" : "select",
|
|
"title" : "edt_conf_fge_effect_title",
|
|
"propertyOrder" : 4,
|
|
"options": {
|
|
"dependencies": {
|
|
"type": "effect"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"additionalProperties" : false
|
|
}
|