mjml icon indicating copy to clipboard operation
mjml copied to clipboard

amp 4 email attribute

Open morriq opened this issue 2 years ago • 4 comments

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

morriq avatar Aug 25 '23 13:08 morriq

up :)

morriq avatar Sep 21 '23 09:09 morriq

Is this library maintained? @morriq did you solve your issue?

multivoltage avatar Dec 25 '23 21:12 multivoltage

@multivoltage not really. We postponed amp emails

morriq avatar Jan 10 '24 08:01 morriq

Feel free to open a PR with an attribute on mjml tag maybe ?

iRyusa avatar Jan 29 '24 15:01 iRyusa