mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
e6c2e7ebf9
- added native RPi docker image instruction to CompileHowto.md - version channel is received from JsonAPI instead of reading from the configuration file Signed-off-by: Paulchen-Panther <Paulchen-Panter@protonmail.com>
28 lines
507 B
JSON
28 lines
507 B
JSON
{
|
|
"type" : "object",
|
|
"title" : "edt_conf_gen_heading_title",
|
|
"required" : true,
|
|
"properties" :
|
|
{
|
|
"name" :
|
|
{
|
|
"type" : "string",
|
|
"title" : "edt_conf_gen_name_title",
|
|
"default" : "My Hyperion Config",
|
|
"minLength" : 4,
|
|
"maxLength" : 20,
|
|
"required" : true,
|
|
"propertyOrder" : 1
|
|
},
|
|
"showOptHelp" :
|
|
{
|
|
"type" : "boolean",
|
|
"title" : "edt_conf_gen_showOptHelp_title",
|
|
"default" : true,
|
|
"required" : true,
|
|
"propertyOrder" : 3
|
|
}
|
|
},
|
|
"additionalProperties" : false
|
|
}
|