This commit is contained in:
brindosch
2017-04-17 19:16:22 +02:00
parent a5b40a7ea8
commit 9c3388d1bb
3 changed files with 30 additions and 10 deletions

View File

@@ -970,14 +970,24 @@
},
"minItems" : 3,
"maxItems" : 3,
"propertyOrder" : 3
"propertyOrder" : 3,
"options": {
"dependencies": {
"type": "color"
}
}
},
"effect" :
{
"type" : "string",
"format" : "select",
"title" : "edt_conf_fge_effect_title",
"propertyOrder" : 4
"propertyOrder" : 4,
"options": {
"dependencies": {
"type": "effect"
}
}
},
"duration_ms" :
{
@@ -1028,14 +1038,24 @@
},
"minItems" : 3,
"maxItems" : 3,
"propertyOrder" : 3
"propertyOrder" : 3,
"options": {
"dependencies": {
"type": "color"
}
}
},
"effect" :
{
"type" : "string",
"format" : "select",
"title" : "edt_conf_fge_effect_title",
"propertyOrder" : 4
"propertyOrder" : 4,
"options": {
"dependencies": {
"type": "effect"
}
}
}
},
"additionalProperties" : false