2017-07-30 13:32:10 +02:00
|
|
|
{
|
|
|
|
"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
|
|
|
|
},
|
2019-07-13 00:06:58 +02:00
|
|
|
"watchedVersionBranch" :
|
2019-06-20 19:27:22 +02:00
|
|
|
{
|
|
|
|
"type" : "string",
|
2019-07-13 00:06:58 +02:00
|
|
|
"title" : "edt_conf_gen_watchedVersionBranch_title",
|
2020-02-19 17:29:11 +01:00
|
|
|
"enum" : ["Stable", "Beta", "Alpha"],
|
2019-06-20 19:27:22 +02:00
|
|
|
"required" : true,
|
|
|
|
"access" : "expert",
|
|
|
|
"default" : "Stable",
|
|
|
|
"options" : {
|
2020-02-19 17:29:11 +01:00
|
|
|
"enum_titles" : ["Stable", "Beta", "Alpha"]
|
2019-06-20 19:27:22 +02:00
|
|
|
},
|
|
|
|
"propertyOrder" : 2
|
|
|
|
},
|
2017-07-30 13:32:10 +02:00
|
|
|
"showOptHelp" :
|
|
|
|
{
|
|
|
|
"type" : "boolean",
|
|
|
|
"title" : "edt_conf_gen_showOptHelp_title",
|
|
|
|
"default" : true,
|
|
|
|
"required" : true,
|
2019-06-20 19:27:22 +02:00
|
|
|
"propertyOrder" : 3
|
2017-07-30 13:32:10 +02:00
|
|
|
}
|
2017-09-04 23:12:59 +02:00
|
|
|
},
|
|
|
|
"additionalProperties" : false
|
2017-07-30 13:32:10 +02:00
|
|
|
}
|