neon-jungle / wagtail-birdsong

Create, send, preview, edit and test email campaigns from within Wagtail
BSD 3-Clause "New" or "Revised" License
103 stars 27 forks source link

Update base_email template to be compatible with mjml v4 #13

Closed brian101co closed 2 years ago

brian101co commented 2 years ago

Removed mj-container from the base_email template which was throwing a breaking error Runtime error.

Error: RuntimeError: MJML stderr is not empty: mjml-migrate is deprecated and will be removed in mjml 5.

Based on the mjml docs, mj-sections are added directly to mj-body now without the container. Source: https://documentation.mjml.io/#getting-started.