Added mobiledoc.ghostVersion to blank mobiledoc document

refs https://github.com/TryGhost/Ghost/issues/12646

- when a blank mobiledoc document is created, ensure the correct Ghost version is added so content output is pinned to the version of Ghost that created it
This commit is contained in:
Kevin Ansfield 2021-02-15 18:10:51 +00:00
parent 21bea79848
commit ef76279084

View File

@ -13,6 +13,7 @@ module.exports = {
get blankDocument() {
return {
version: '0.3.1',
ghostVersion: '4.0',
markups: [],
atoms: [],
cards: [],