0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/data/migrations/versions
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
..
1.3
1.4
1.5 Facebook and Twitter data per post feature (#8827) 2017-08-03 15:48:39 +04:00
1.7 Fix lint error 2017-08-22 14:06:36 +01:00
1.9 Allow Upload/Download of redirects.json (#9029) 2017-09-21 16:01:03 +01:00
1.13 Custom post templates (#9073) 2017-10-10 13:36:35 +01:00