0
Fork 0
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:
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 { return {
send_email_when_published: false,
uuid: uuid.v4(), uuid: uuid.v4(),
status: 'draft', status: 'draft',
featured: false, featured: false,