0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/core/frontend/services/routing
Naz c65e62b7df Promoted email-only feature to general availability
closes https://github.com/TryGhost/Team/issues/1125
refs 3c822e0457

- Email-only is not considered a general availability feature and can be used without special flags.
- It allows to publish a new post type "email only" that only goes out as an email newletter and is available through an undescoverable URL (does not appear anywhere publicly similarly to preview posts) on the site.
2021-10-07 12:08:56 +02:00
..
config
controllers Promoted email-only feature to general availability 2021-10-07 12:08:56 +02:00
helpers
middlewares Removed remaining use of i18n from core/frontend 2021-09-28 11:58:29 +01:00
bootstrap.js Fixed lint error 2021-10-06 21:34:27 +02:00
CollectionRouter.js
EmailRouter.js Switched post routing to uuid instead of slug 2021-08-19 12:27:45 +04:00
index.js
ParentRouter.js
PreviewRouter.js
registry.js
RSSRouter.js
StaticPagesRouter.js
StaticRoutesRouter.js
TaxonomyRouter.js
UnsubscribeRouter.js