0
Fork 0
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:
Fabien O'Carroll 2019-11-04 12:03:24 +07:00
parent 3fc3c52dd3
commit a30caa5c66

View file

@ -37,6 +37,9 @@
"type": "string",
"enum": ["published", "draft", "scheduled"]
},
"send_email_when_published": {
"type": "boolean"
},
"locale": {
"type": ["string", "null"],
"maxLength": 6