You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I‘d really like to be able to prefix all inky tags with an XML namespace (like <inky:columns>). The current workflow of many of our email project is 1. create template with Foundation for Emails and 2. integrate it in a CMS. Along this path a XML prefix with corresponding XSD would ease hacking (IDE autocompletion) and validation (be it IDE or CI or the like).
What I tried is overriding component registry with namespaced tags (like inky\\:columns) but it would exceed maximum call stack - no clue why. I‘m no pro in cheerio nor node in general, so any help is appreciated.
btw: Thanks for Inky and for sharing it!
The text was updated successfully, but these errors were encountered:
I‘d really like to be able to prefix all inky tags with an XML namespace (like
<inky:columns>
). The current workflow of many of our email project is 1. create template with Foundation for Emails and 2. integrate it in a CMS. Along this path a XML prefix with corresponding XSD would ease hacking (IDE autocompletion) and validation (be it IDE or CI or the like).What I tried is overriding component registry with namespaced tags (like
inky\\:columns
) but it would exceed maximum call stack - no clue why. I‘m no pro in cheerio nor node in general, so any help is appreciated.btw: Thanks for Inky and for sharing it!
The text was updated successfully, but these errors were encountered: