Closed proddy closed 2 months ago
1 in 3.7.0 2 to customize it via a JSON we'll add to 3.7.1
Add 2 and 3 to 3.7.0.
You can create a JSON file like:
{
"type": "customSupport",
"Support": {
"html": [
"This product is installed and managed by:",
"",
"<b>Bosch Installer Example</b>",
"",
"Nefit Road 12",
"1234 AB Amsterdam",
"Phone: +31 123 456 789",
"email: support@boschinstaller.nl",
"",
"For help and questions please <a target='_blank' href='https://emsesp.org'>contact</a> your installer."
],
"img_url": "https://emsesp.org/_media/images/designer.png"
}
}
and upload it via the WebUI. It will be displayed in the Help page for both Admin and Guest users
The current Help page shows
The change