Skip to content
#

email-template

Here are 278 public repositories matching this topic...

react-email-editor
MobeenAshraf
MobeenAshraf commented Mar 21, 2020

As per the documentation in this link, providing user object in unlayer's init method should enable 'User Saved Blocks` feature.

However, when providing user's object via options props like below, it should pass the user's object to init method.

<EmailEditor
 ref={editor => (this.editor = editor)}
 options = { 
     user: {  id: 
Stani-icomia
Stani-icomia commented Jan 15, 2020

Hello, I recently started putting my newsletters on mosaico template and love the flexibility and the look of it. However, I can't work out how to link to word or pdf docs. for example i want the button to read Download Full Report and link it to a pdf/or word doc. how do i do that?

thanks,
Stani

horch004
horch004 commented Dec 11, 2017

Hi,

We noticed that when a style block within a document is surrounded by the first rule has the <!-- characters before its selector.

I solved this by altering the DocumentStyleTagCssSource class GetCss method by adding two replaces.
The line now looks:
return _node.InnerHtml.Replace("<!--", "").Replace("&lt;!--", "");

Is this known? Or could this be fixed in the github so

Improve this page

Add a description, image, and links to the email-template topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the email-template topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.