2017-07-30 13:32:10 +02:00
|
|
|
{
|
|
|
|
"type" : "object",
|
|
|
|
"title" : "edt_conf_fge_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,0,0],
|
|
|
|
"items" : {
|
|
|
|
"type" : "integer",
|
|
|
|
"minimum" : 0,
|
|
|
|
"maximum" : 255
|
|
|
|
},
|
|
|
|
"minItems" : 3,
|
|
|
|
"maxItems" : 3,
|
2017-07-30 14:36:23 +02:00
|
|
|
"propertyOrder" : 3,
|
|
|
|
"options": {
|
|
|
|
"dependencies": {
|
|
|
|
"type": "color"
|
|
|
|
}
|
|
|
|
}
|
2017-07-30 13:32:10 +02:00
|
|
|
},
|
|
|
|
"effect" :
|
|
|
|
{
|
|
|
|
"type" : "string",
|
|
|
|
"format" : "select",
|
|
|
|
"title" : "edt_conf_fge_effect_title",
|
2017-07-30 14:36:23 +02:00
|
|
|
"propertyOrder" : 4,
|
|
|
|
"options": {
|
|
|
|
"dependencies": {
|
|
|
|
"type": "effect"
|
|
|
|
}
|
|
|
|
}
|
2017-07-30 13:32:10 +02:00
|
|
|
},
|
|
|
|
"duration_ms" :
|
|
|
|
{
|
|
|
|
"type" : "integer",
|
|
|
|
"title" : "edt_conf_fge_duration_ms_title",
|
|
|
|
"default" : 3000,
|
|
|
|
"minimum" : 100,
|
|
|
|
"append" : "edt_append_ms",
|
|
|
|
"propertyOrder" : 5
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"additionalProperties" : false
|
|
|
|
}
|