Ghost/core/frontend/services
Naz Gargol 0bf1542bc6
Extracted settings service part manipulating routes.yaml (#10800)
refs #10790
refs #9528

- The settings service was designed to handle more settings then just routing, but till this day there wasn't anything else added. As routes.yaml is only being used by frontend router so conceptually it fits better to have this code in frontend, so that it doesn't have to reach out to server
- The code left in server settings is the one that interacts with the database `settings` table and only partially provides information to frontend. That part is known as 'settings cache' and will be accessed through API controllers.
2019-06-25 18:33:56 +02:00
..
redirects Fixed redirects.json file validation 2019-06-24 10:56:30 +02:00
routing Extracted settings service part manipulating routes.yaml (#10800) 2019-06-25 18:33:56 +02:00
rss Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
settings Extracted settings service part manipulating routes.yaml (#10800) 2019-06-25 18:33:56 +02:00
sitemap Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
themes Fixed a crash when theme is changed 2019-06-24 13:59:41 +02:00
url Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00