Ghost/core/server/data/meta
Katharina Irrgang 0201c431d7 🔥 do not store settings in config (#7924)
* 🎨  🔥  do not store settings in config and make settings cache easier available

- remove remembering settings value in theme config
- if we need a cache value, we are asking the settings cache directly
- instead of settings.getSettingSync we use settings.cache.get

- added TODO:
  - think about moving the settings cache out of api/settings
  - we could create a folder named cache cache/settings
  - this settings cache listens on model changes for settings
  - decoupling

* 🔥  remove timezone from config

- no need to store in overrides config and in defaults settings

* 🎨  context object helper

- replace config.get('theme') by settings cache

* 🎨  replace config.get('theme') by settings.cache.get

* 🎨  adapt tests

* fixes from comments
2017-02-03 13:15:11 +00:00
..
amp_url.js
asset_url.js 🔥 do not store settings in config (#7924) 2017-02-03 13:15:11 +00:00
author_fb_url.js
author_image.js
author_url.js
canonical_url.js
context_object.js 🔥 do not store settings in config (#7924) 2017-02-03 13:15:11 +00:00
cover_image.js
creator_url.js
description.js 🔥 do not store settings in config (#7924) 2017-02-03 13:15:11 +00:00
excerpt.js
image-dimensions.js
index.js 🔥 do not store settings in config (#7924) 2017-02-03 13:15:11 +00:00
keywords.js
modified_date.js
og_type.js
paginated_url.js
published_date.js
rss_url.js
schema.js
structured_data.js
title.js 🔥 do not store settings in config (#7924) 2017-02-03 13:15:11 +00:00
url.js