mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
41 lines
827 B
JSON
41 lines
827 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
|
|
},
|
|
"watchedVersionBranch" :
|
|
{
|
|
"type" : "string",
|
|
"title" : "edt_conf_gen_watchedVersionBranch_title",
|
|
"enum" : ["Stable", "Beta", "Alpha"],
|
|
"required" : true,
|
|
"access" : "expert",
|
|
"default" : "Stable",
|
|
"options" : {
|
|
"enum_titles" : ["Stable", "Beta", "Alpha"]
|
|
},
|
|
"propertyOrder" : 2
|
|
},
|
|
"showOptHelp" :
|
|
{
|
|
"type" : "boolean",
|
|
"title" : "edt_conf_gen_showOptHelp_title",
|
|
"default" : true,
|
|
"required" : true,
|
|
"propertyOrder" : 3
|
|
}
|
|
},
|
|
"additionalProperties" : false
|
|
}
|