mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Update webui (#301)
* update * update * fix * implement opt groups * spaces [skip ci] * page wrapper adjust [skip ci] * implement optgroups for remote, adjust effect schemas * lost id [skip ci]
This commit is contained in:
@@ -34,8 +34,9 @@
|
||||
},
|
||||
"colors_count": {
|
||||
"type": "integer",
|
||||
"title":"Colors count",
|
||||
"default": "10",
|
||||
"title":"Color length",
|
||||
"default": 10,
|
||||
"minimum" : 0,
|
||||
"propertyOrder" : 3
|
||||
},
|
||||
"rotation-time": {
|
||||
@@ -43,6 +44,7 @@
|
||||
"title":"Rotation time",
|
||||
"default": 2.0,
|
||||
"minimum" : 0.1,
|
||||
"append" : "s",
|
||||
"propertyOrder" : 4
|
||||
},
|
||||
"reverse": {
|
||||
|
Reference in New Issue
Block a user