From 5cb565c0056c36f25815b4baabb500fe038f683d Mon Sep 17 00:00:00 2001 From: tobias9931 Date: Wed, 19 Mar 2025 10:06:05 +0100 Subject: [PATCH] Update meshcentral-config-schema.json (#6897) siteStyle 3 option added --- meshcentral-config-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshcentral-config-schema.json b/meshcentral-config-schema.json index 91cec3b8..b629766d 100644 --- a/meshcentral-config-schema.json +++ b/meshcentral-config-schema.json @@ -1171,7 +1171,7 @@ "siteStyle": { "type": "integer", "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": { "type": "boolean",