Assistant customization added to schema.

This commit is contained in:
Ylian Saint-Hilaire 2021-06-03 17:40:21 -07:00
parent e338101965
commit 64e3d30f50
1 changed files with 9 additions and 0 deletions

View File

@ -446,6 +446,15 @@
"fileName": { "type": "string", "default": "meshagent", "description": "The agent filename." }
}
},
"assistantCustomization": {
"type": "object",
"additionalProperties": false,
"description": "Use this section to customize the MeshCentral Assistant.",
"properties": {
"title": { "type": "string", "default": "MeshCentral Assistant", "description": "Name to show as MeshCentral Assistant dialog title." },
"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." }
}
},
"userAllowedIP": { "type": "string" },
"userBlockedIP": { "type": "string" },
"agentAllowedIP": { "type": "string" },