Ghost/ghost/email-service
Sanne de Vries 95a4895e8f
Center aligned feature image in email template (#20491)
REF DES-380
- Center aligned feature image in email template
- Updated feature image css in editor to better display image overlay
and improve caption spacing
2024-07-01 08:43:26 +00:00
..
lib Center aligned feature image in email template (#20491) 2024-07-01 08:43:26 +00:00
test Refined newsletter typography (#20406) 2024-06-19 11:57:29 +02:00
.eslintrc.js
index.js
package.json Update Koenig packages (#20415) 2024-06-19 12:00:21 +00:00
README.md

Email Service

Manages how posts are sent via email

Usage

Develop

This is a monorepo package.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Test

  • yarn lint run just eslint
  • yarn test run lint and tests