Ghost/ghost/admin/tests/integration
Kevin Ansfield 24df9781cc Custom Post Templates UI (#878)
refs https://github.com/TryGhost/Ghost/issues/9060

- add `{{gh-psm-template-select}}` component
  - allows selection of a custom template for a post if the active theme has custom templates
  - loads themes on render, only hitting the server if not already in the store
  - disables select if post slug matches a `post-*.hbs` or `page-*.hbs` template
- adds `customTemplate` attr to `Post` model
- adds `templates` attr to `Theme` model with CPs to pull out custom vs post/page override templates
- add `.gh-select.disabled` styles to make disabled selects look visually disabled
2017-10-10 14:26:19 +02:00
..
adapters 💄🐷 sort-imports eslint rule (#712) 2017-05-29 20:50:03 +02:00
components Custom Post Templates UI (#878) 2017-10-10 14:26:19 +02:00
services Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00