Skip to content

Commit 0b2746f

Browse files
committed
Replaced email_recipient_filter with email_segment in admin-api-schema
refs https://github.com/TryGhost/Team/issues/1596 refs TryGhost/Ghost#14798 Also dropped send_email_when_published
1 parent 42ddda5 commit 0b2746f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/admin-api-schema/lib/schemas/posts.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,7 @@
182182
"email": {
183183
"strip": true
184184
},
185-
"send_email_when_published": {
186-
"strip": true
187-
},
188-
"email_recipient_filter": {
185+
"email_segment": {
189186
"strip": true
190187
},
191188
"frontmatter": {

0 commit comments

Comments
 (0)