Open ma2web opened 4 years ago
is there any way that I can pass initial value to email editor?some defualt template landding or injecting html content to :
<div className="email-template-container"> <EmailEditor ref={editor => (this.editor = editor)} minHeight="75vh" /> </div>
data => <p>initial data </p>
@mohammadaminazimi you can pass an initial design using the loadDesign method.
loadDesign
is there any way that I can pass initial value to email editor?some defualt template landding or injecting html content to :
data => <p>initial data </p>