76 lines
No EOL
1.8 KiB
JSON
76 lines
No EOL
1.8 KiB
JSON
{
|
|
"proxy_mode": {
|
|
"path": "proxy_mode",
|
|
"name": "proxy_mode",
|
|
"description": "Configure Proxy Access to the Internet.",
|
|
"properties": [
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory",
|
|
"ori_name": "mandatory",
|
|
"access_control": false
|
|
}
|
|
],
|
|
"mode": "standard",
|
|
"type": "variable",
|
|
"default": {
|
|
"name": "Default",
|
|
"values": "No proxy"
|
|
},
|
|
"variable_type": "choice",
|
|
"choices": {
|
|
"name": "Choices",
|
|
"values": [
|
|
"No proxy",
|
|
"Auto-detect proxy settings for this network",
|
|
"Use system proxy settings",
|
|
"Manual proxy configuration",
|
|
"Automatic proxy configuration URL"
|
|
]
|
|
}
|
|
},
|
|
"manual": {
|
|
"type": "family",
|
|
"informations": {
|
|
"path": "manual",
|
|
"name": "manual",
|
|
"description": "Manual proxy configuration",
|
|
"properties": [],
|
|
"mode": "basic"
|
|
},
|
|
"children": {
|
|
"http_proxy": {
|
|
"type": "family",
|
|
"informations": {
|
|
"path": "manual.http_proxy",
|
|
"name": "http_proxy",
|
|
"description": "HTTP Proxy",
|
|
"properties": [],
|
|
"mode": "basic"
|
|
},
|
|
"children": {
|
|
"address": {
|
|
"path": "manual.http_proxy.address",
|
|
"name": "address",
|
|
"description": "HTTP address.",
|
|
"properties": [
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory",
|
|
"ori_name": "mandatory",
|
|
"access_control": false
|
|
}
|
|
],
|
|
"mode": "basic",
|
|
"type": "variable",
|
|
"variable_type": "domainname",
|
|
"validators": {
|
|
"name": "Validator",
|
|
"values": "type domainname"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |