mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Updated default values for post model
no-issue
This commit is contained in:
parent
90af59d15c
commit
c64be968c1
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ Post = ghostBookshelf.Model.extend({
|
|||
}
|
||||
|
||||
return {
|
||||
send_email_when_published: false,
|
||||
uuid: uuid.v4(),
|
||||
status: 'draft',
|
||||
featured: false,
|
||||
|
|
Loading…
Add table
Reference in a new issue