Ghost/ghost/custom-theme-settings-service/lib
Kevin Ansfield e28415abf4 Added CustomThemeSettingsService.listSettings()
refs https://github.com/TryGhost/Team/issues/1070

- return re-fetched settings after sync so they can be used in later activation steps
- added internal `activeThemeSettings` cache that stores full setting data along with saved values for use in API output
- added `listSettings()` that converts internal cache object into a settings array that matches API format
2021-09-23 20:34:35 +01:00
..
bread.js First pass at custom-theme-settings-service functionality 2021-09-22 21:56:45 +01:00
cache.js Removed model dependency in custom theme settings cache 2021-09-23 09:16:59 +01:00
service.js Added CustomThemeSettingsService.listSettings() 2021-09-23 20:34:35 +01:00