mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +03:00
✨ Added "Email" card for inserting content that only appears when emailing posts to members
no issue - any content inside the email card will not appear on the site, instead it will only be shown when using the members system to email the post to your members - can `{first_name}` or `{first_name, "fallback"}` to personalise the email content for each member
This commit is contained in:
parent
ab8ef7f422
commit
842c3ffd93
@ -105,8 +105,7 @@ export const CARD_MENU = [
|
||||
icon: 'koenig/kg-card-type-email',
|
||||
matches: ['email'],
|
||||
type: 'card',
|
||||
replaceArg: 'email',
|
||||
developerExperiment: true
|
||||
replaceArg: 'email'
|
||||
}]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user