File size: 1,106 Bytes
27867f1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
{
"providers":{
"id": null,
"icon": "cast",
"label": "Providers",
"description": "Streaming Services",
"sections":{
"common":{
"label": "Common",
"sort": "Common2",
"icon": "cast_connected",
"description": "Common settings for plugin Instances",
"settings":{
"enabled":{
"label": "Enabled",
"type": "boolean",
"default": false,
"level": 0,
"help": "Will disable this instance only"
},
"label":{
"label": "Label",
"type": "string",
"default": null,
"level": 0,
"onChange": "lib.config.config_callbacks.update_instance_label",
"help": "Please restart app following a change."
}
}
}
}
}
}
|