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
16 lines
294 B
JSON
16 lines
294 B
JSON
{
|
|
"type":"object",
|
|
"script" : "light-clock.py",
|
|
"title":"edt_eff_lightclock_header_title",
|
|
"required":true,
|
|
"properties":{
|
|
"show_seconds": {
|
|
"type": "boolean",
|
|
"title":"edt_eff_showseconds_title",
|
|
"default": true,
|
|
"propertyOrder" : 1
|
|
}
|
|
},
|
|
"additionalProperties": false
|
|
}
|