mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
30 lines
556 B
JSON
30 lines
556 B
JSON
|
{
|
||
|
"type" : "object",
|
||
|
"title" : "edt_conf_effp_heading_title",
|
||
|
"properties" :
|
||
|
{
|
||
|
"paths" :
|
||
|
{
|
||
|
"type" : "array",
|
||
|
"title" : "edt_conf_effp_paths_title",
|
||
|
"default" : ["../custom-effects"],
|
||
|
"items" : {
|
||
|
"type": "string",
|
||
|
"title" : "edt_conf_effp_paths_itemtitle"
|
||
|
},
|
||
|
"propertyOrder" : 1
|
||
|
},
|
||
|
"disable" :
|
||
|
{
|
||
|
"type" : "array",
|
||
|
"title" : "edt_conf_effp_disable_title",
|
||
|
"items" : {
|
||
|
"type": "string",
|
||
|
"title" : "edt_conf_effp_disable_itemtitle"
|
||
|
},
|
||
|
"propertyOrder" : 2
|
||
|
}
|
||
|
},
|
||
|
"additionalProperties" : false
|
||
|
}
|