0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Added alpha support for segmented email cards

refs https://github.com/TryGhost/Team/issues/827

- Ghost needs an ability to insert email-only content for defined segments of members - at the moment distinguishing only free&paid ones.
- The card with a "segment" payload should contain a valid NQL statement to target specific members
This commit is contained in:
Naz 2021-06-30 17:21:22 +04:00
parent a792b92e94
commit 2f2c11bbe0
2 changed files with 5 additions and 5 deletions

View file

@ -59,7 +59,7 @@
"@tryghost/job-manager": "0.8.7",
"@tryghost/kg-card-factory": "2.2.3",
"@tryghost/kg-default-atoms": "2.0.4",
"@tryghost/kg-default-cards": "4.0.4",
"@tryghost/kg-default-cards": "4.1.0",
"@tryghost/kg-markdown-html-renderer": "4.0.3",
"@tryghost/kg-mobiledoc-html-renderer": "4.0.0",
"@tryghost/limit-service": "0.6.1",

View file

@ -820,10 +820,10 @@
resolved "https://registry.yarnpkg.com/@tryghost/kg-default-atoms/-/kg-default-atoms-2.0.4.tgz#0c7885343019bae8fffc01b95fb5ae0e8d463ba9"
integrity sha512-IAqcbWpjtrS7z50DufQPBBS4c4/BL9SsYylHui2V1F5FBY9JxJTdq4fq3xlgg8bqSUwhWuBn1xGA07JX1dah1w==
"@tryghost/kg-default-cards@4.0.4":
version "4.0.4"
resolved "https://registry.yarnpkg.com/@tryghost/kg-default-cards/-/kg-default-cards-4.0.4.tgz#6e711497f929f37465e682d7a6efc89a6c1c8e88"
integrity sha512-cTD00evn7Tt0Fdk5SBTzDI51oStn05lnlEfYz3I9fXfN2W9i3qoiTEBAGR8d/OeDZrv2SvoMwhrxQpIAS6sPvQ==
"@tryghost/kg-default-cards@4.1.0":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@tryghost/kg-default-cards/-/kg-default-cards-4.1.0.tgz#472540af5077f7691e9c3f6746c5c9386f868216"
integrity sha512-VtVM4RNOetz51sKHbrKRcTckgU3duX0yUuEGw0uuMqZJbZ5hyT3NSUIGKN9/d2AoUQ9FnOlULSctxK2AZHtVVA==
dependencies:
"@tryghost/kg-markdown-html-renderer" "^4.0.3"
"@tryghost/url-utils" "^1.1.2"