mjml
mjml copied to clipboard
amp 4 email attribute
Hello,
I'm trying to create amp email, but to do it, I need to add attribute to html tag:
<html ⚡4email> or <html amp4email>
I tried this way:
<mj-html-attributes>
<mj-selector path="html">
<mj-html-attribute name="amp4email">test</mj-html-attribute>
</mj-selector>
</mj-html-attributes>
or even this
<mjml amp4email>
but compiler ignores it.
Any chance to implement it? Thanks
up :)
Is this library maintained? @morriq did you solve your issue?
@multivoltage not really. We postponed amp emails
Feel free to open a PR with an attribute on mjml tag maybe ?