mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
838008568a
* add JsonUtils * update * repair * update * ident * Schema correct msg other adjusts * fix effDel, ExceptionLog, cleanup * fix travis qt5.2 * not so funny * use Qthread interrupt instead abort bool * update services
33 lines
621 B
JSON
33 lines
621 B
JSON
{
|
|
"type" : "object",
|
|
"title" : "edt_conf_effp_heading_title",
|
|
"properties" :
|
|
{
|
|
"paths" :
|
|
{
|
|
"type" : "array",
|
|
"title" : "edt_conf_effp_paths_title",
|
|
"default" : ["$ROOT/custom-effects"],
|
|
"items" : {
|
|
"type": "string",
|
|
"title" : "edt_conf_effp_paths_itemtitle"
|
|
},
|
|
"minItems" : 1,
|
|
"propertyOrder" : 1
|
|
},
|
|
"disable" :
|
|
{
|
|
"type" : "array",
|
|
"title" : "edt_conf_effp_disable_title",
|
|
"default" : [""],
|
|
"items" : {
|
|
"type": "string",
|
|
"title" : "edt_conf_effp_disable_itemtitle"
|
|
},
|
|
"required" : true,
|
|
"propertyOrder" : 2
|
|
}
|
|
},
|
|
"additionalProperties" : false
|
|
}
|