Updated schema help.

This commit is contained in:
Ylian Saint-Hilaire 2021-01-28 13:59:07 -08:00
parent 29c6b7877e
commit a9987c5bff

View File

@ -291,7 +291,7 @@
"desktopprivacybar": { "type": "boolean", "default": false, "description": "Enable remote desktop privacy bar for this domain." } "desktopprivacybar": { "type": "boolean", "default": false, "description": "Enable remote desktop privacy bar for this domain." }
} }
}, },
"urlSwitching": { "type": "boolean" }, "urlSwitching": { "type": "boolean", "default": true, "description": "When users navigate thru the web interface, the URL on top will change to point to the current screen. This allows a user to refresh or bookmark the URL and come back to the correct screen. Setting false here will disable this feature." },
"desktopPrivacyBarText": { "type": "string" }, "desktopPrivacyBarText": { "type": "string" },
"limits": { "limits": {
"type": "object", "type": "object",
@ -433,7 +433,8 @@
}, },
"redirects": { "redirects": {
"type": "object", "type": "object",
"additionalProperties": { "type": "string" } "additionalProperties": { "type": "string" },
"description": "This is used to create HTTP redirections. For example setting \"redirects\": { \"example\":\"https://example.com\" } will make it so that anyone accessing /example on the server will get redirected to the specified URL."
}, },
"yubikey": { "yubikey": {
"type": "object", "type": "object",