0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/web/api/canary/admin
Kevin Ansfield 59adb9a9cb Added route for updating custom theme settings
refs https://github.com/TryGhost/Team/issues/1070

- bumped `@tryghost/custom-theme-settings-service` for access to `.updateSettings()`
- added `PUT /custom_theme_settings` route that delegates to `customThemeSettingsService.updateSettings()` to perform the db and cache updates
- invalidates the cache in Ghost because a theme setting change will mean the front-end output will change
2021-09-28 16:09:39 +01:00
..
app.js Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00
middleware.js Moved i18n to shared 2021-05-04 13:03:38 +01:00
routes.js Added route for updating custom theme settings 2021-09-28 16:09:39 +01:00