node-red-dashboard
node-red-dashboard copied to clipboard
support HTML in msg.payload of ui-text.
Description
I sometimes use HTML in the format property of dashboard 1.0 ui-text.
As this is no longer available, I tried to use HTML in msg.payload instead.
This HTML code is not executed but just written out:
It's clear that this is due to injection attacks. Would it be possible to have a switch in the ui-text to allow HTML in the mag.payload?
Have you provided an initial effort estimate for this issue?
I am no FlowFuse team member
This is similar to #615 "Markdown-UI & Template-UI node do not process HTML\Markdown sent to it by NR Template node"
This is now supported and was closed with https://github.com/FlowFuse/node-red-dashboard/pull/1046