Merge pull request #1504 from mailpoet/new-newsletter-templates

New newsletter templates [MAILPOET-1480]
This commit is contained in:
Michelle Shull
2018-09-24 06:09:39 -04:00
committed by GitHub
160 changed files with 25865 additions and 4708 deletions

View File

@@ -24,6 +24,10 @@ const templatesCategories = [
name: 'notification',
label: MailPoet.I18n.t('tabNotificationTitle'),
},
{
name: 'woocommerce',
label: MailPoet.I18n.t('tabWoocommerceTitle'),
},
{
name: 'sample',
label: MailPoet.I18n.t('sample'),
@@ -70,7 +74,7 @@ class NewsletterTemplates extends React.Component {
{
name:
MailPoet.I18n.t('mailpoetGuideTemplateTitle'),
categories: '["welcome", "notification", "standard"]',
categories: '["welcome", "notification", "standard", "woocommerce"]',
readonly: '1',
},
];