Hello!
I’m pretty new to using the editor, so I have a few questions.
Can postMessages be used to insert an HTML from my backend to the editor render?
Like this:
<div style='text-align: center; font-family: arial,helvetica,sans-serif; font-size: small;'><img style='-webkit-user-select: none' src='loadimage.jpg'><br />This should be my text<br />#{variable}<br />#{variable}<br />Contato: (#{procevariable}) #{variable} - Email: #{variable}</div>
Right now I’m using the InsertText function to add it, but it adds this as text.
Also, is it possible to add a select element to the header? I’m using the “Insert_Button” postMessage to add a button that opens a modal for the user to get the info I need.