Alerts
Alert Components are shown inline either before or after the answer text

No ExtensionHelper available but you just need to provide and "extensions" output parameter with the following JSON.
Icons are sourced from MDI icons and the options for border are ["top", "right", "bottom", "right"] or you can omit it and there will not be a sided border.
Verbose with defaults:
{
"name":"displayAlert",
"light": false,
"inline":true,
"text": "Lorem ipsum <a href='https://www.google.com' target='_blank'>dolor sit amet</a>",
"color":"blue",
"beforeAnswer":true,
"icon":"asterisk",
"elevation":2,
"dense":false,
"prominent":false,
"border":"left",
"outlined":false
} Minimal config
{
"name":"displayAlert",
"inline":true,
"text": "Lorem ipsum <a href='https://www.google.com' target='_blank'>dolor sit amet</a>",
}Last updated