mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Added flag for sending email when post is published
no-issue
This commit is contained in:
parent
f29b734feb
commit
3fc3c52dd3
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ module.exports = {
|
|||
defaultTo: 'public',
|
||||
validations: {isIn: [['public', 'members', 'paid']]}
|
||||
},
|
||||
send_email_when_published: {type: 'bool', nullable: false, defaultTo: false},
|
||||
/**
|
||||
* @deprecated: `author_id`, might be removed in Ghost 3.0
|
||||
* If we keep it, then only, because you can easier query post.author_id than posts_authors[*].sort_order.
|
||||
|
|
Loading…
Add table
Reference in a new issue