mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
parent
04d0f855de
commit
e59806cb45
@ -75,6 +75,7 @@ DataGenerator.Content = {
|
||||
slug: 'static-page-test',
|
||||
mobiledoc: DataGenerator.markdownToMobiledoc('<h1>Static page test is what this is for.</h1><p>Hopefully you don\'t find it a bore.</p>'),
|
||||
page: true
|
||||
type: 'page'
|
||||
},
|
||||
{
|
||||
id: ObjectId.generate(),
|
||||
@ -82,6 +83,7 @@ DataGenerator.Content = {
|
||||
slug: 'static-page-draft',
|
||||
mobiledoc: DataGenerator.markdownToMobiledoc('<h1>Static page test is what this is for.</h1><p>Hopefully you don\'t find it a bore.</p>'),
|
||||
page: true,
|
||||
type: 'page',
|
||||
status: 'draft'
|
||||
},
|
||||
{
|
||||
@ -469,6 +471,7 @@ DataGenerator.forKnex = (function () {
|
||||
feature_image: null,
|
||||
featured: false,
|
||||
page: false,
|
||||
type: 'post',
|
||||
slug: 'slug',
|
||||
author_id: DataGenerator.Content.users[0].id,
|
||||
updated_at: new Date(),
|
||||
|
Loading…
Reference in New Issue
Block a user