Ghost/test/unit/server
Kevin Ansfield a6982d5606
Added ability for themes to define custom settings (#13661)
closes https://github.com/TryGhost/Team/issues/1164

Themes can now define custom settings via their `package.json` file, and use them in templates via `@custom.{setting}`. Values for custom settings can be changed by site owners through a redesigned "Design settings" area in the admin interface.

Full announcement, documentation, and examples will be made available soon.

Co-authored-by:
- Sanne de Vries (@sanne-san)
- Thibaut Patel (@tpatel)
2021-10-22 15:02:16 +01:00
..
adapters Reworked LocalFileStore methods to use async syntax 2021-10-20 10:29:46 +04:00
data Removed NOT NULL constraint from portal_title (#13659) 2021-10-22 14:14:49 +02:00
lib Removed remaining usage of i18n & translation file 2021-10-15 11:39:07 +01:00
models Moved URL service to backend 2021-10-19 07:29:09 +13:00
services Added ability for themes to define custom settings (#13661) 2021-10-22 15:02:16 +01:00
web Moved server/web/site to frontend/web 2021-10-21 19:28:18 +01:00
notify.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
overrides.test.js Set global Luxon timezone override to UTC 2021-10-20 09:19:29 +02:00