Update meshcentral-config-schema.json (#6897)

siteStyle 3 option added
This commit is contained in:
tobias9931 2025-03-19 10:06:05 +01:00 committed by GitHub
parent 7a33270e9a
commit 5cb565c005
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1171,7 +1171,7 @@
"siteStyle": { "siteStyle": {
"type": "integer", "type": "integer",
"default": 2, "default": 2,
"description": "Valid numbers are 1 and 2, changes the style of the login page and some secondary pages." "description": "Valid numbers are 1, 2 or 3. Changes the style of the login page and some secondary pages. 3 is the new Bootstrap style"
}, },
"showModernUIToggle": { "showModernUIToggle": {
"type": "boolean", "type": "boolean",