0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core/server/data/importer
Kevin Ansfield 25f91aa102
Fixed importer not handling post.page->post.type conversion (#11025)
no issue

- updates the attribute sanitiser of the posts importer to convert `post.page=true/false` to `post.type='page'/'post'
- gives precedence to `post.type` if an imported post somehow has both `post.page` and `post.type` attributes
2019-08-16 19:41:38 +01:00
..
handlers Migrated to use url-utils from Ghost-SDK (#10787) 2019-06-18 15:13:55 +02:00
importers Fixed importer not handling post.page->post.type conversion (#11025) 2019-08-16 19:41:38 +01:00
index.js Update Test & linting packages (major) (#10858) 2019-07-05 13:40:43 +02:00