mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 11:55:01 +03:00
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:
parent
21bea79848
commit
ef76279084
@ -13,6 +13,7 @@ module.exports = {
|
||||
get blankDocument() {
|
||||
return {
|
||||
version: '0.3.1',
|
||||
ghostVersion: '4.0',
|
||||
markups: [],
|
||||
atoms: [],
|
||||
cards: [],
|
||||
|
Loading…
Reference in New Issue
Block a user