From ce417aa18fe47ee90587d2627363eddeca88de54 Mon Sep 17 00:00:00 2001 From: si458 Date: Thu, 20 Mar 2025 21:07:21 +0000 Subject: [PATCH] forgot consentMessages descriptions Signed-off-by: si458 --- meshcentral-config-schema.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/meshcentral-config-schema.json b/meshcentral-config-schema.json index 789c61e9..f451f629 100644 --- a/meshcentral-config-schema.json +++ b/meshcentral-config-schema.json @@ -1982,16 +1982,20 @@ "description": "This section is used to customize user consent prompts, these show up when asking if a remote session is allowed or not.", "properties": { "Title": { - "type": "string" + "type": "string", + "description": "Title of the consent message." }, "Desktop": { - "type": "string" + "type": "string", + "description": "Consent message that is shown when a remote desktop session is connected, you can use {0} to represent the realname and {1} to represent the username." }, "Terminal": { - "type": "string" + "type": "string", + "description": "Consent message that is shown when a remote terminal session is connected, you can use {0} to represent the realname and {1} to represent the username." }, "Files": { - "type": "string" + "type": "string", + "description": "Consent message that is shown when a remote file session is connected, you can use {0} to represent the realname and {1} to represent the username." }, "consentTimeout": { "type": "integer",