0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/services/mega
Kevin Ansfield a09a6caf5f Fixed in-browser email preview showing raw replacement strings
no issue

- fixed plaintext templates being word wrapped and breaking across replacement strings
- updated `postEmailSerializer.serialize` to return the email template plus a replacements array that can be used for creating Mailgun-like recipient variable objects or more straight forward replacement
- updated email-preview API to work with the replacements data to show fallback data when previewing
2020-04-20 12:24:05 +01:00
..
index.js Extracted post email serializer from mega service 2019-11-05 12:15:50 +07:00
mega.js Fixed in-browser email preview showing raw replacement strings 2020-04-20 12:24:05 +01:00
post-email-serializer.js Fixed in-browser email preview showing raw replacement strings 2020-04-20 12:24:05 +01:00
template.js 🐛 Fixed missing publication icon in newsletter emails 2020-03-12 09:52:54 +05:30