wix-incubator / mjml-react

React component library to generate the HTML emails on the fly
MIT License
993 stars 50 forks source link

Support for templating fields within style attributes #73

Closed nick-avi-say closed 2 years ago

nick-avi-say commented 2 years ago

Hi, currently when using variables in fields. The render method strips out the value. Tried setting validation to skip, and that alleviates the error thrown, but the string "{{myVariable}}" is still stripped

<MjmlBody backgroundColor="{{myVariable}}">

nick-avi-say commented 2 years ago

PR created here https://github.com/wix-incubator/mjml-react/pull/74

daliusd commented 2 years ago

This project is not maintained anymore so there will be no fix proposal.