Added welcomePictureFullScreen to schema/sample.

Ylian Saint-Hilaire committed May 10, 2021 at 12:53 UTC eaea26c23046944b640ff35fd5e85715d5d38d89
2 files changed +2
meshcentral-config-schema.json
+1
@@ -284,6 +284,7 @@
284 "newAccountsRights": { "type": "array", "uniqueItems": true, "items": { "type": "string" } },
285 "welcomeText": { "type": "string", "description": "Text that will be shown on the login screen." },
286 "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." },
287 + "welcomePictureFullScreen": { "type": "boolean", "default": false, "description": "When enabled, the welcomePicture will show as a fullscreen background on the login screen." },
288 "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." },
289 "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." },
290 "hide": { "type": "integer", "default": 0 },
sample-config-advanced.json
+1
@@ -145,6 +145,7 @@
145 "_newAccountsRights": [ "nonewgroups", "notools" ],
146 "_welcomeText": "Sample Text on Login Page.",
147 "_welcomePicture": "mainwelcome.jpg",
148 + "_welcomePictureFullScreen": false,
149 "_meshMessengerTitle": "MeshMessenger",
150 "_meshMessengerPicture": "messenger.png",
151 "___hide__": "Sum of: 1 = Hide header, 2 = Hide tab, 4 = Hide footer, 8 = Hide title, 16 = Hide left bar",