Ghost/core/test/unit/themes
Katharina Irrgang 594b0c2d14 Custom post templates (#9073)
closes #9060

- Update `gscan` - it now extracts custom templates and exposes them to Ghost
- Add `custom_template` field to post schema w/ 1.13 migration
- Return `templates` array for the active theme in `/themes/` requests
- Users with Author/Editor roles can now request `/themes/`
- Front-end will render `custom_template` for posts if it exists, template priority is now:
  1. `post/page-{{slug}}.hbs`
  2. `{{custom_template}}.hbs`
  3. `post/page.hbs`
2017-10-10 13:36:35 +01:00
..
active_spec.js Custom post templates (#9073) 2017-10-10 13:36:35 +01:00
config_spec.js 🎨 🚨 Split theme tests, clean config & add tests (#8205) 2017-03-22 07:52:58 +01:00
list_spec.js 🎨 🚨 Split theme tests, clean config & add tests (#8205) 2017-03-22 07:52:58 +01:00
loader_spec.js 🎨 🚨 Split theme tests, clean config & add tests (#8205) 2017-03-22 07:52:58 +01:00
middleware_spec.js 🐛 Remove trailing slash for {{@blog.url}} (#8596) 2017-06-19 16:11:53 +02:00