mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Added send_email_when_published to post input schema
no-issue This is required to allow us to send the flag into the api
This commit is contained in:
parent
3fc3c52dd3
commit
a30caa5c66
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,9 @@
|
|||
"type": "string",
|
||||
"enum": ["published", "draft", "scheduled"]
|
||||
},
|
||||
"send_email_when_published": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"locale": {
|
||||
"type": ["string", "null"],
|
||||
"maxLength": 6
|
||||
|
|
Loading…
Add table
Reference in a new issue