admin: add setting to hide background on login

for #288.
This commit is contained in:
Harvey Tindall
2023-10-02 10:34:14 +01:00
parent ff1ea8549a
commit 9956bbd974
9 changed files with 50 additions and 5 deletions
+12
View File
@@ -274,6 +274,18 @@
"value": false,
"advanced": true,
"description": "Navigate directly to the above URL instead of needing the user to click \"Continue\"."
},
"login_appearance": {
"name": "Login screen appearance",
"required": false,
"requires_restart": false,
"type": "select",
"options": [
["clear", "Transparent"],
["opaque", "Opaque"]
],
"value": "clear",
"description": "Appearance of the Admin login screen."
}
}
},