0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core
Naz 93af11bdec Simplified knowSettings usage
refs https://linear.app/tryghost/issue/CORE-35/refactor-route-and-redirect-settings

- 'knowSettings' was based on a "configurable" array of settings that might be configured in Ghost. The multitude never happened! The only setting the frontend takes care of is routes.yaml file (redirects is also kind of a setting but is a separate concept for now).
- Having just one type of file to deal with allows to simplify implementation significantly, which helps before a big refactor
2021-09-28 04:59:41 +13:00
..
client@1e0d0a066d Updated Admin to v4.16.0 2021-09-23 16:04:56 +01:00
frontend Simplified knowSettings usage 2021-09-28 04:59:41 +13:00
server Simplified knowSettings usage 2021-09-28 04:59:41 +13:00
shared Added syncing and theme exposure of custom theme settings (#13354) 2021-09-23 12:44:39 +01:00
app.js Added Sentry to new boot process 2021-02-19 09:20:41 +00:00
boot.js Simplified knowSettings usage 2021-09-28 04:59:41 +13:00
bridge.js Removed unnecessary error parameter in bridge 2021-09-23 18:39:43 +02:00