Ghost-Admin/mirage/config
Kevin Ansfield 5606b9c068 Implemented first iteration of content snippets
closes https://github.com/TryGhost/Team/issues/411

- adds "Create snippet" icon to the editor toolbar
- uses the same link input component design for specifying snippet titles
- snippets are loaded in the background when the editor is accessed
- snippets are listed at the bottom of the card menus of the + and / menus
- clicking a snippet inserts the snippet's contents in place of the current blank section
2020-10-15 18:03:35 +01:00
..
api-keys.js Added initial custom integrations UI (#1051) 2018-10-18 00:18:29 +01:00
authentication.js Fix linting errors 2019-07-22 11:21:24 +01:00
config.js 🎨 Added auto-login to private site when viewing site preview in admin (#1286) 2019-08-12 09:11:10 +01:00
emails.js Fixed tests 2019-11-08 11:14:04 +07:00
integrations.js 🐛 Fixed missing error notification when attempting to activate an invalid theme 2019-03-25 11:32:29 +00:00
invites.js 🐛 Fixed missing error notification when attempting to activate an invalid theme 2019-03-25 11:32:29 +00:00
labels.js Fixed tests for labels (#1493) 2020-02-14 16:37:25 +05:30
members.js Added first pass bulk members delete confirmation and results display 2020-06-19 18:14:41 +01:00
pages.js Resolved "already declared in upper scope" linting warnings 2020-10-05 09:56:21 +01:00
posts.js 🐛 Fixed missing error notification when attempting to activate an invalid theme 2019-03-25 11:32:29 +00:00
roles.js deps: ember-cli-mirage@0.2.0 2017-01-13 15:59:37 +00:00
settings.js Updated to fetch settings using `/settings/?group=` instead of `?type=` 2020-06-24 14:23:51 +01:00
site.js Updated config service to use new /site/ and /config/ endpoints 2019-02-25 21:47:17 +07:00
slugs.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
snippets.js Implemented first iteration of content snippets 2020-10-15 18:03:35 +01:00
tags.js Fixed normalization of attrs in Mirage config and tests (#872) 2017-09-28 09:33:00 +07:00
themes.js Improved theme upload/activate flow and error styles (#1142) 2019-04-05 17:27:14 +01:00
uploads.js Updated gh-uploader to work with new /images/upload/ endpoint 2019-02-25 23:01:49 +07:00
users.js 🐛 Fixed missing error notification when attempting to activate an invalid theme 2019-03-25 11:32:29 +00:00
webhooks.js 🐛 Fixed missing error notification when attempting to activate an invalid theme 2019-03-25 11:32:29 +00:00