Ghost/core/server/services/settings
Naz c2a3297f5d Restructured public settings cache hash
refs https://github.com/TryGhost/Team/issues/509

- Flipping around key/newKey pair allows to map multiple keys to the same field in the settings
- This becomes handy when there's a need to deprecate a field. For example, we are about to introduce a 'locale' setting which would need to map to 'lang' db key, with current structure it's impossible to have many:1 mapping because it's impossible to have duplicate keys in the JS object ("hash")
2021-03-04 15:24:08 +13:00
..
cache.js Restructured public settings cache hash 2021-03-04 15:24:08 +13:00
index.js Fixed settings reinit to only emit changed settings events (#12184) 2020-09-23 14:35:03 +01:00
public.js Added migrations for support and reply email address setting (#12163) 2020-08-31 17:16:53 +05:30