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:
Kevin Ansfield 2020-04-25 14:46:01 +01:00 committed by Daniel Lockyer
parent 5605f8b3e0
commit 0c311ab662
1 changed files with 1 additions and 2 deletions

View File

@ -105,8 +105,7 @@ export const CARD_MENU = [
icon: 'koenig/kg-card-type-email',
matches: ['email'],
type: 'card',
replaceArg: 'email',
developerExperiment: true
replaceArg: 'email'
}]
},
{