https://github.com/idnan/mjml-cms
Extended version of the MJML editor with support for dynamic templating.
https://github.com/idnan/mjml-cms
email-template handlebars-template mjml mjml-editor mjml-template
Last synced: about 2 months ago
JSON representation
Extended version of the MJML editor with support for dynamic templating.
- Host: GitHub
- URL: https://github.com/idnan/mjml-cms
- Owner: Idnan
- License: mit
- Created: 2020-04-04T12:47:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-26T10:59:28.000Z (about 5 years ago)
- Last Synced: 2025-02-21T07:13:02.490Z (3 months ago)
- Topics: email-template, handlebars-template, mjml, mjml-editor, mjml-template
- Language: TypeScript
- Homepage:
- Size: 867 KB
- Stars: 45
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# MJML CMS
> Extended version of the MJML editor with support for dynamic templating.The official MJML editor doesn't support the dynamic variables or templating. This implementation of the MJML editor adds the support for dynamic templating using [handlebars](https://handlebarsjs.com/).
## Demo
[https://mjml-cms.herokuapp.com/](https://mjml-cms.herokuapp.com/)## Previews
Editor has three panels, one for template, other for data to populate and the preview

Put the template code and the data and click preview get a view of the email.
## Requirements
The editor only works in Chrome for now, however support for firefox and Safari is under way.
## Contributions
* Spread the word
* Open pull requests
* Reach out with any feedback [](https://twitter.com/idnan_se)## License
MIT © [Adnan Ahmed](https://adnanahmed.info)