mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
Update the cover image in default fixtures (#15817)
- updated the cover image to be simpler - made the change in text fixtures as well, just to keep the fixtures in sync Co-authored-by: Hannah Wolfe <github.erisds@gmail.com>
This commit is contained in:
parent
64f71a9cb4
commit
78bff39c23
@ -83,7 +83,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"cover_image": {
|
||||
"defaultValue": "https://static.ghost.org/v4.0.0/images/publication-cover.jpg",
|
||||
"defaultValue": "https://static.ghost.org/v5.0.0/images/publication-cover.jpg",
|
||||
"type": "string"
|
||||
},
|
||||
"icon": {
|
||||
|
@ -22,7 +22,7 @@ Object {
|
||||
},
|
||||
Object {
|
||||
"key": "cover_image",
|
||||
"value": "https://static.ghost.org/v4.0.0/images/publication-cover.jpg",
|
||||
"value": "https://static.ghost.org/v5.0.0/images/publication-cover.jpg",
|
||||
},
|
||||
Object {
|
||||
"key": "icon",
|
||||
@ -369,7 +369,7 @@ Object {
|
||||
},
|
||||
Object {
|
||||
"key": "cover_image",
|
||||
"value": "https://static.ghost.org/v4.0.0/images/publication-cover.jpg",
|
||||
"value": "https://static.ghost.org/v5.0.0/images/publication-cover.jpg",
|
||||
},
|
||||
Object {
|
||||
"key": "icon",
|
||||
@ -666,7 +666,7 @@ Object {
|
||||
},
|
||||
Object {
|
||||
"key": "cover_image",
|
||||
"value": "https://static.ghost.org/v4.0.0/images/publication-cover.jpg",
|
||||
"value": "https://static.ghost.org/v5.0.0/images/publication-cover.jpg",
|
||||
},
|
||||
Object {
|
||||
"key": "icon",
|
||||
@ -962,7 +962,7 @@ Object {
|
||||
},
|
||||
Object {
|
||||
"key": "cover_image",
|
||||
"value": "https://static.ghost.org/v4.0.0/images/publication-cover.jpg",
|
||||
"value": "https://static.ghost.org/v5.0.0/images/publication-cover.jpg",
|
||||
},
|
||||
Object {
|
||||
"key": "icon",
|
||||
@ -1263,7 +1263,7 @@ Object {
|
||||
},
|
||||
Object {
|
||||
"key": "cover_image",
|
||||
"value": "https://static.ghost.org/v4.0.0/images/publication-cover.jpg",
|
||||
"value": "https://static.ghost.org/v5.0.0/images/publication-cover.jpg",
|
||||
},
|
||||
Object {
|
||||
"key": "icon",
|
||||
@ -1559,7 +1559,7 @@ Object {
|
||||
},
|
||||
Object {
|
||||
"key": "cover_image",
|
||||
"value": "https://static.ghost.org/v4.0.0/images/publication-cover.jpg",
|
||||
"value": "https://static.ghost.org/v5.0.0/images/publication-cover.jpg",
|
||||
},
|
||||
Object {
|
||||
"key": "icon",
|
||||
@ -1918,7 +1918,7 @@ Object {
|
||||
},
|
||||
Object {
|
||||
"key": "cover_image",
|
||||
"value": "https://static.ghost.org/v4.0.0/images/publication-cover.jpg",
|
||||
"value": "https://static.ghost.org/v5.0.0/images/publication-cover.jpg",
|
||||
},
|
||||
Object {
|
||||
"key": "icon",
|
||||
|
@ -8,7 +8,7 @@ Object {
|
||||
"codeinjection_foot": null,
|
||||
"codeinjection_head": null,
|
||||
"comments_enabled": null,
|
||||
"cover_image": "https://static.ghost.org/v4.0.0/images/publication-cover.jpg",
|
||||
"cover_image": "https://static.ghost.org/v5.0.0/images/publication-cover.jpg",
|
||||
"description": "Thoughts, stories and ideas",
|
||||
"facebook": "ghost",
|
||||
"firstpromoter_account": null,
|
||||
|
@ -522,7 +522,7 @@ Object {
|
||||
"codeinjection_foot": null,
|
||||
"codeinjection_head": null,
|
||||
"comments_enabled": null,
|
||||
"cover_image": "https://static.ghost.org/v4.0.0/images/publication-cover.jpg",
|
||||
"cover_image": "https://static.ghost.org/v5.0.0/images/publication-cover.jpg",
|
||||
"description": "Thoughts, stories and ideas",
|
||||
"facebook": "ghost",
|
||||
"firstpromoter_account": null,
|
||||
@ -616,7 +616,7 @@ Object {
|
||||
"codeinjection_foot": null,
|
||||
"codeinjection_head": null,
|
||||
"comments_enabled": null,
|
||||
"cover_image": "https://static.ghost.org/v4.0.0/images/publication-cover.jpg",
|
||||
"cover_image": "https://static.ghost.org/v5.0.0/images/publication-cover.jpg",
|
||||
"description": "Thoughts, stories and ideas",
|
||||
"facebook": "ghost",
|
||||
"firstpromoter_account": null,
|
||||
|
@ -37,7 +37,7 @@ describe('DB version integrity', function () {
|
||||
// Only these variables should need updating
|
||||
const currentSchemaHash = 'bb48c3c754f74f02a6ce020af6b0e6a7';
|
||||
const currentFixturesHash = 'dcb7ba7c66b4b98d6c26a722985e756a';
|
||||
const currentSettingsHash = 'aa0014a3b9fd9e69a1402fb1b5d4210b';
|
||||
const currentSettingsHash = '9acce72858e75420b831297718595bbd';
|
||||
const currentRoutesHash = '3d180d52c663d173a6be791ef411ed01';
|
||||
|
||||
// If this test is failing, then it is likely a change has been made that requires a DB version bump,
|
||||
|
@ -91,7 +91,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"cover_image": {
|
||||
"defaultValue": "https://static.ghost.org/v4.0.0/images/publication-cover.jpg",
|
||||
"defaultValue": "https://static.ghost.org/v5.0.0/images/publication-cover.jpg",
|
||||
"type": "string"
|
||||
},
|
||||
"icon": {
|
||||
|
Loading…
Reference in New Issue
Block a user