-
Updated
Apr 28, 2020 - HTML
email-template
Here are 278 public repositories matching this topic...
-
Updated
Apr 19, 2020 - HTML
-
Updated
Apr 28, 2020 - Go
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
-
Updated
Mar 1, 2020 - Vue
-
Updated
Apr 10, 2020 - CSS
-
Updated
Oct 1, 2018 - HTML
-
Updated
May 25, 2020 - JavaScript
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("<!--", "");
Is this known? Or could this be fixed in the github so
-
Updated
Mar 26, 2019 - JavaScript
-
Updated
Feb 20, 2017 - HTML
-
Updated
Nov 9, 2018 - Java
-
Updated
Oct 20, 2019 - HTML
-
Updated
May 31, 2019 - HTML
-
Updated
Nov 13, 2018 - HTML
-
Updated
May 3, 2020 - Python
-
Updated
Nov 18, 2019 - JavaScript
-
Updated
Apr 27, 2020 - TypeScript
In http://django-templated-mail.readthedocs.io/en/latest/settings.html the variable DOMAIN is so open and it may clash with other plugins setups.
Proposals:
- Add a group like:
DJANGO_TEMPLATED_EMAIL = {
'DOMAIN' : ''
}
- Change it to
EMAIL_DOMAIN
-
Updated
Apr 27, 2020 - Vue
-
Updated
Feb 18, 2020 - HTML
-
Updated
Nov 11, 2019 - PowerShell
-
Updated
May 19, 2018 - JavaScript
-
Updated
Aug 17, 2019 - Python
-
Updated
May 5, 2020 - Java
-
Updated
Apr 9, 2019 - HTML
-
Updated
Dec 21, 2019 - C#
Improve this page
Add a description, image, and links to the email-template topic page so that developers can more easily learn about it.
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."
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
optionsprops like below, it should pass the user's object toinitmethod.