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
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
..
canary Added route for updating custom theme settings 2021-09-28 16:09:39 +01:00
middleware
testmode Added guards against parentPort being null 2021-06-29 12:14:48 +01:00
v2 Refactor imports in API's routes files 2021-07-07 18:33:25 +04:00
v3 Refactor imports in API's routes files 2021-07-07 18:33:25 +04:00
app.js
index.js