0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/web/api
Kevin Ansfield 2947db0e6b
Added API endpoint for browsing custom theme settings (#13362)
refs https://github.com/TryGhost/Team/issues/1070

- bumped `@tryghost/custom-theme-settings-service` to get access to `.listSettings()` method
- added GET `/api/canary/admin/theme_settings/` route behind `'customThemeSettings'` feature flag that uses the custom theme settings service to return settings resources that are a combination of the theme-provided definition and the saved value
2021-09-27 11:31:47 +01:00
..
canary Added API endpoint for browsing custom theme settings (#13362) 2021-09-27 11:31:47 +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