mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
8d55154164
* update schemas * update schemas * update schemas * schema update * update translation * upd
39 lines
793 B
JSON
39 lines
793 B
JSON
{
|
|
"type":"object",
|
|
"script" : "snake.py",
|
|
"title":"edt_eff_snake_header_title",
|
|
"required":true,
|
|
"properties":{
|
|
"color": {
|
|
"type": "array",
|
|
"title":"edt_eff_color_title",
|
|
"format":"colorpicker",
|
|
"default": [255,0,0],
|
|
"items" : {
|
|
"type": "integer",
|
|
"minimum": 0,
|
|
"maximum": 255
|
|
},
|
|
"minItems": 3,
|
|
"maxItems": 3,
|
|
"propertyOrder" : 1
|
|
},
|
|
"rotation-time": {
|
|
"type": "number",
|
|
"title":"edt_eff_rotationtime_title",
|
|
"default": 12.0,
|
|
"minimum" : 0.1,
|
|
"append" : "edt_append_s",
|
|
"propertyOrder" : 2
|
|
},
|
|
"percentage": {
|
|
"type": "integer",
|
|
"title":"edt_eff_length_title",
|
|
"default": 10,
|
|
"append" : "edt_append_percent",
|
|
"propertyOrder" : 3
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
}
|