hyperion.ng/libsrc/hyperion/schema/schema-effects.json
brindosch 838008568a JsonUtils & improvements (#476)
* 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
2017-10-12 11:55:03 +02:00

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
}