Ghost/ghost/core/test/unit/server/data
Chris Raible fc7e150cc2
Fixed importer breaking any posts written in the new editor (#17230)
refs @TryGhost/Product#3551

- PostsImporter would convert the HTML from the import file into
Mobiledoc, even if the post was written in Lexical
- As a result, the imported posts would have both mobiledoc & lexical
fields populated, which prevents the post from being updated in the
Lexical editor
- Added a check to see if the post was written in Lexical, and if so,
skip the HTML > Mobiledoc conversion
2023-07-06 18:37:19 -07:00
..
db Removed all unused variables from test files 2023-03-10 14:29:55 +01:00
exporter Add endpoint to record mail events (#16990) 2023-06-23 12:22:01 +01:00
importer Fixed importer breaking any posts written in the new editor (#17230) 2023-07-06 18:37:19 -07:00
migrations Removed all unused variables from test files 2023-03-10 14:29:55 +01:00
schema Added migration and schema change for posts_meta.hide_title_and_feature_image (#17187) 2023-07-05 14:48:25 +01:00