0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/test/unit
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
..
api Moved URL service to backend 2021-10-19 07:29:09 +13:00
frontend Moved server/web/site to frontend/web 2021-10-21 19:28:18 +01:00
server Added ability for themes to define custom settings (#13661) 2021-10-22 15:02:16 +01:00
shared Moved core/shared/i18n to theme-engine/i18n 2021-10-15 20:25:56 +01:00