Ghost/ghost/admin/mirage/config
Kevin Ansfield 8984c0ae32 Updated to fetch settings using /settings/?group= instead of ?type=
refs https://github.com/TryGhost/Ghost/issues/10318

- primary change is in the settings service which is the only place we fetch the settings endpoint
- mocked APIs and fixture data updated to expect and to filter on `?group` rather than `?type`
2020-06-24 14:23:51 +01:00
..
api-keys.js
authentication.js
config.js
emails.js
integrations.js
invites.js
labels.js
members.js Added first pass bulk members delete confirmation and results display 2020-06-19 18:14:41 +01:00
pages.js
posts.js
roles.js
settings.js Updated to fetch settings using /settings/?group= instead of ?type= 2020-06-24 14:23:51 +01:00
site.js
slugs.js
tags.js
themes.js
uploads.js
users.js
webhooks.js