Ghost/ghost/core/test/unit
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
..
api Updated to use assert/strict everywhere (#17047) 2023-06-21 09:56:59 +01:00
frontend Corrected image CORS (#17119) 2023-06-23 14:33:00 +02:00
server Fixed importer breaking any posts written in the new editor (#17230) 2023-07-06 18:37:19 -07:00
shared Updated to use assert/strict everywhere (#17047) 2023-06-21 09:56:59 +01:00