Assistant customization added to schema.
Ylian Saint-Hilaire committed
Jun 3, 2021 at 17:40 UTC
64e3d30f506af7a28b8c6e22e802a69d819c7646
1 file changed
+9
meshcentral-config-schema.json
+9
@@ -446,6 +446,15 @@
446
"fileName": { "type": "string", "default": "meshagent", "description": "The agent filename." }
447
}
448
},
449
+ "assistantCustomization": {
450
+ "type": "object",
451
+ "additionalProperties": false,
452
+ "description": "Use this section to customize the MeshCentral Assistant.",
453
+ "properties": {
454
+ "title": { "type": "string", "default": "MeshCentral Assistant", "description": "Name to show as MeshCentral Assistant dialog title." },
455
+ "image": { "type": "string", "default": null, "description": "The filename of a image file in .png format located in meshcentral-data to display in MeshCentral Assistant, image should be square and from 64x64 to 128x128." }
456
+ }
457
+ },
458
"userAllowedIP": { "type": "string" },
459
"userBlockedIP": { "type": "string" },
460
"agentAllowedIP": { "type": "string" },