Ghost/core/test/unit/controllers
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
..
frontend Custom post templates (#9073) 2017-10-10 13:36:35 +01:00
preview_spec.js Splitted preview & single controllers from index (#9121) 2017-10-09 13:56:44 +02:00
single_spec.js Splitted preview & single controllers from index (#9121) 2017-10-09 13:56:44 +02:00