2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00
Ghost/core/server/data
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
..
db Debug: MySQL logging hook 2017-10-04 10:05:35 +01:00
export 🐛 Fix ghost update with migrations (#8810) 2017-08-01 17:27:13 +04:00
importer 🐛 Fixed only save imported post ids if amp field is empty (#8967) 2017-09-04 09:48:56 +02:00
meta Misc cleanup & consistency amends (#9002) 2017-09-12 17:31:14 +02:00
migrations Custom post templates (#9073) 2017-10-10 13:36:35 +01:00
schema Custom post templates (#9073) 2017-10-10 13:36:35 +01:00
slack 📖 replace any support.ghost.org link (#8555) 2017-06-08 20:34:20 +01:00
validation 🔥 🎨 Themes & settings misc cleanup (#8061) 2017-02-27 23:30:49 +01:00
xml Removed hardcoded url structures from RSS (#9113) 2017-10-09 16:08:53 +02:00
timezones.json Adds UTC as select option to timezones select list 2016-06-10 15:19:16 +02:00