mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-03 00:15:11 +03: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
@ -37,6 +37,9 @@
|
||||
"type": "string",
|
||||
"enum": ["published", "draft", "scheduled"]
|
||||
},
|
||||
"send_email_when_published": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"locale": {
|
||||
"type": ["string", "null"],
|
||||
"maxLength": 6
|
||||
|
Loading…
Reference in New Issue
Block a user