Ghost/ghost/custom-theme-settings-service/lib
Kevin Ansfield 2951da002c Added name argument to .activateTheme()
no issue

Ghost allows multiple themes with the same `name` value in `package.json` so it assigns custom names based on the file name. When syncing we were only looking at the package.json `name` value so there could be a syncing clash when swapping between active themes.

- added `name` as the first argument to `.activateTheme(name, theme)` so that the service's consumer is in control of settings sync applying to it's known theme name
2021-10-20 11:04:44 +01:00
..
bread.js First pass at custom-theme-settings-service functionality 2021-09-22 21:56:45 +01:00
cache.js Added tests for Cache class, fixed singular .get('key') behaviour 2021-10-06 13:12:26 +01:00
service.js Added name argument to .activateTheme() 2021-10-20 11:04:44 +01:00