Implemented Allow HTML in style property descriptions (explain text)

This suggestion has been implemented. Votes are no longer accepted.
Also to add, you can add HTML to property descriptions that use the color_picker_macros template.
HTML:
        <xf:formrow rowtype="{$rowtype}"
            rowclass="formRow--input {$rowClass}"
            label="{$label}"
            hint="{$hint}"
            explain="{$explain}"
            html="{$html}">

            {$picker|raw}
        </xf:formrow>
 
Top Bottom