mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
18 lines
304 B
JSON
18 lines
304 B
JSON
{
|
|
"type" : "object",
|
|
"required" : true,
|
|
"title" : "edt_conf_cec_events_heading_title",
|
|
"properties" :
|
|
{
|
|
"enable" :
|
|
{
|
|
"type" : "boolean",
|
|
"required" : true,
|
|
"title" : "edt_conf_general_enable_title",
|
|
"default" : false,
|
|
"propertyOrder" : 1
|
|
}
|
|
},
|
|
"additionalProperties" : false
|
|
}
|