mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
a080c7151d
* Moved Token Management to Network Settings * Fixed alignment of Token Settings Div if Help Tables are switched off * Added Chars counter, new format of the div panel (footer), change i18n * Added Explanation for Token Management * Moved Token Management to Network Settings * Fixed alignment of Token Settings Div if Help Tables are switched off * Added Chars counter, new format of the div panel (footer), change i18n * Added Explanation for Token Management * i18n Fix * Revert "i18n Fix" This reverts commit 0186290689d8b140310d5376617a3d43429bb632. * i18n Fix
60 lines
1.1 KiB
JSON
60 lines
1.1 KiB
JSON
{
|
|
"type" : "object",
|
|
"title" : "edt_conf_net_heading_title",
|
|
"required" : true,
|
|
"properties" :
|
|
{
|
|
"apiAuth" :
|
|
{
|
|
"type" : "boolean",
|
|
"title" : "edt_conf_net_apiAuth_title",
|
|
"required" : true,
|
|
"default" : true,
|
|
"propertyOrder" : 1
|
|
},
|
|
"internetAccessAPI" :
|
|
{
|
|
"type" : "boolean",
|
|
"title" : "edt_conf_net_internetAccessAPI_title",
|
|
"required" : true,
|
|
"default" : false,
|
|
"options": {
|
|
"dependencies": {
|
|
"apiAuth": true
|
|
}
|
|
},
|
|
"propertyOrder" : 2
|
|
},
|
|
"ipWhitelist" :
|
|
{
|
|
"type" : "array",
|
|
"title" : "edt_conf_net_ipWhitelist_title",
|
|
"required" : true,
|
|
"items" : {
|
|
"type": "string",
|
|
"title" : "edt_conf_net_ip_itemtitle"
|
|
},
|
|
"options": {
|
|
"dependencies": {
|
|
"internetAccessAPI": false
|
|
}
|
|
},
|
|
"propertyOrder" : 3
|
|
},
|
|
"localApiAuth" :
|
|
{
|
|
"type" : "boolean",
|
|
"title" : "edt_conf_net_localApiAuth_title",
|
|
"required" : true,
|
|
"default" : false,
|
|
"options": {
|
|
"dependencies": {
|
|
"apiAuth": true
|
|
}
|
|
},
|
|
"propertyOrder" : 4
|
|
}
|
|
},
|
|
"additionalProperties" : false
|
|
}
|