mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
update
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user