Updated default values for post model

no-issue
This commit is contained in:
Fabien O'Carroll 2019-11-06 17:31:42 +07:00
parent 90af59d15c
commit c64be968c1

View File

@ -49,6 +49,7 @@ Post = ghostBookshelf.Model.extend({
}
return {
send_email_when_published: false,
uuid: uuid.v4(),
status: 'draft',
featured: false,