Ghost/ghost/email-service/test
Ronald Langeveld fb465e4704
Added hasFeature email template helper (#20271)
refs
https://ghost.slack.com/archives/C06TQR9SHSM/p1716816764653789?thread_ts=1716795330.737919&cid=C06TQR9SHSM MOM-158

- adds a new `hasFeature` helper for adding content behind a flag within
Email Templates.
- Usage: `{{#hasFeature 'flagname'}} <p>html behind flag</p>
{{/hasFeature}}`
- Added additional testing for testing the helpers
2024-05-29 11:43:46 +07:00
..
utils
.eslintrc.js
batch-sending-service.test.js Updated email error button text in case of partial email errors (#19877) 2024-03-19 10:31:21 +01:00
email-controller.test.js
email-event-processor.test.js
email-event-storage.test.js
email-helpers.test.js Added hasFeature email template helper (#20271) 2024-05-29 11:43:46 +07:00
email-renderer.test.js Removed Powered by Ghost clicks in publisher analytics (#19926) 2024-03-26 17:51:23 +01:00
email-segmenter.test.js
email-service.test.js Added [test] prefix to test emails (#19431) 2024-01-03 16:08:56 +00:00
mailgun-email-provider.test.js
sending-service.test.js