0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/services
Kevin Ansfield 446993a905
Added additional newsletter customisation settings (#13074)
refs https://github.com/TryGhost/Team/issues/793

New settings added for newsletter customisation options:

- `newsletter_header_image` - `null/"$url"`
- `newsletter_show_header_icon` - `"true/false"`
- `newsletter_show_header_title` - `"true/false"`
- `newsletter_title_alignment` - `"center/left"`
- `newsletter_title_font_category` - `"serif/sans_serif"`
- `newsletter_show_feature_image` - `"true/false"`

`newsletter_show_header` has been dropped because the same functionality can be achieved by setting both `newsletter_show_header_icon` and `newsletter_show_header_title` to `false`

---

- migration to convert and delete `newsletter_show_header` setting
- removed `newsletter_show_header` from default settings to ensure it doesn't get re-created
- replaced main labs template and template settings generation with the labs template
- deleted labs template
2021-06-21 13:40:40 +01:00
..
adapter-manager Moved config from server to shared (#11850) 2020-05-27 18:47:53 +01:00
auth Change to use @tryghost/logging 2021-06-15 15:59:11 +01:00
bulk-email Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00
email-analytics Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00
invitations Moved i18n to shared 2021-05-04 13:03:38 +01:00
invites Change to use @tryghost/logging 2021-06-15 15:59:11 +01:00
jobs Change to use @tryghost/logging 2021-06-15 15:59:11 +01:00
mail Switch to @trghost/validator, remove validator 2021-06-16 08:11:22 +01:00
mega Added additional newsletter customisation settings (#13074) 2021-06-21 13:40:40 +01:00
members Added sentry config to frontend site settings for Portal (#13086) 2021-06-21 17:59:20 +05:30
notifications Replaced ghost-version.js with @tryghost/version 2021-06-16 13:16:15 +01:00
permissions Moved i18n to shared 2021-05-04 13:03:38 +01:00
public-config Replaced ghost-version.js with @tryghost/version 2021-06-16 13:16:15 +01:00
settings Fixed type errors in post-email-serializer 2021-06-18 15:37:42 +01:00
themes Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00
webhooks Replaced request module with @tryghost/request 2021-06-16 13:16:15 +01:00
labs.js Added feature image caption and alt to labs email template 2021-06-18 16:03:58 +01:00
limits.js Added support for max periodic limit check 2021-05-07 18:43:47 +04:00
oembed.js Moved the OEmbed service to use our DI pattern 2021-01-15 15:35:30 +01:00
slack.js Replaced request module with @tryghost/request 2021-06-16 13:16:15 +01:00
users.js Moved the users service to use our DI pattern 2021-01-15 17:58:36 +01:00
xmlrpc.js Replaced request module with @tryghost/request 2021-06-16 13:16:15 +01:00