Ghost/ghost/email-service
Kevin Ansfield 9ca1f3ce24
Renamed subtitle to excerpt (#20334)
no issue

We've settled on using "excerpt" naming in place of "subtitle" to better reflect the underlying property name and tie in with themes and historical usage.

- added migration to rename the `show_subtitle` newsletter setting to `show_excerpt`
- renamed all places in the codebase that referenced subtitle
2024-06-05 17:59:30 +01:00
..
lib Renamed subtitle to excerpt (#20334) 2024-06-05 17:59:30 +01:00
test Renamed subtitle to excerpt (#20334) 2024-06-05 17:59:30 +01:00
.eslintrc.js
index.js
package.json Update TryGhost packages 2024-05-27 16:58:32 +02: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