From eaea26c23046944b640ff35fd5e85715d5d38d89 Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Mon, 10 May 2021 12:53:49 -0700 Subject: [PATCH] Added welcomePictureFullScreen to schema/sample. --- meshcentral-config-schema.json | 1 + sample-config-advanced.json | 1 + 2 files changed, 2 insertions(+) diff --git a/meshcentral-config-schema.json b/meshcentral-config-schema.json index d26ee2a1..12e5832c 100644 --- a/meshcentral-config-schema.json +++ b/meshcentral-config-schema.json @@ -284,6 +284,7 @@ "newAccountsRights": { "type": "array", "uniqueItems": true, "items": { "type": "string" } }, "welcomeText": { "type": "string", "description": "Text that will be shown on the login screen." }, "welcomePicture": { "type": "string", "description": "Name of the PNG or JPEG file that will be shown on the login screen. Put this file in the meshcentral-data folder and place the file name here." }, + "welcomePictureFullScreen": { "type": "boolean", "default": false, "description": "When enabled, the welcomePicture will show as a fullscreen background on the login screen." }, "meshMessengerTitle": { "type": "string", "default": "MeshMessenger", "description": "Text that will be displayed on the top of the messenger window when no username or device name is displayed." }, "meshMessengerPicture": { "type": "string", "default": null, "description": "Name of a .png image file that is placed in meshcentral-data that is displayed on the top of the messenger web page. When null, the default image is displayed." }, "hide": { "type": "integer", "default": 0 }, diff --git a/sample-config-advanced.json b/sample-config-advanced.json index 68430147..6a33cbbb 100644 --- a/sample-config-advanced.json +++ b/sample-config-advanced.json @@ -145,6 +145,7 @@ "_newAccountsRights": [ "nonewgroups", "notools" ], "_welcomeText": "Sample Text on Login Page.", "_welcomePicture": "mainwelcome.jpg", + "_welcomePictureFullScreen": false, "_meshMessengerTitle": "MeshMessenger", "_meshMessengerPicture": "messenger.png", "___hide__": "Sum of: 1 = Hide header, 2 = Hide tab, 4 = Hide footer, 8 = Hide title, 16 = Hide left bar",