0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core/frontend/services/routing
Hannah Wolfe a0bdba2516 Added theme preview mode
- Allow the frontend to accept post messages to generate previews of the frontend
- Created a new endpoint in admin we can use to render these previews, which is possibly not necessary
- Supports a limited group of settings, which can easily be expanded, but care should be taken if expanding to use user-provided strings
2021-02-17 13:49:41 +00:00
..
config
controllers Enabled Members for all sites (#12582) 2021-02-02 16:12:53 +00:00
helpers 🐛 Fixed page preview 2020-12-04 11:35:15 +01:00
middlewares
bootstrap.js
CollectionRouter.js
index.js
ParentRouter.js Added theme preview mode 2021-02-17 13:49:41 +00:00
PreviewRouter.js
registry.js
RSSRouter.js
settings.js Removed global.Promise override (#12182) 2020-11-04 10:55:47 +00:00
StaticPagesRouter.js
StaticRoutesRouter.js
TaxonomyRouter.js
UnsubscribeRouter.js