mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 05:50:35 +03:00
Updated default values for post model
no-issue
This commit is contained in:
parent
90af59d15c
commit
c64be968c1
@ -49,6 +49,7 @@ Post = ghostBookshelf.Model.extend({
|
||||
}
|
||||
|
||||
return {
|
||||
send_email_when_published: false,
|
||||
uuid: uuid.v4(),
|
||||
status: 'draft',
|
||||
featured: false,
|
||||
|
Loading…
Reference in New Issue
Block a user