Add template section Simple Text

[MAILPOET-2345]
This commit is contained in:
Pavel Dohnal
2019-09-18 11:08:40 +02:00
committed by Jack Kitterhing
parent 1dd0c4ec70
commit 1d5d4f21c3
2 changed files with 5 additions and 0 deletions

View File

@@ -24,6 +24,10 @@ const templatesCategories = [
name: 'notification', name: 'notification',
label: MailPoet.I18n.t('tabNotificationTitle'), label: MailPoet.I18n.t('tabNotificationTitle'),
}, },
{
name: 'blank',
label: MailPoet.I18n.t('tabBlankTitle'),
},
]; ];
if (window.mailpoet_woocommerce_active) { if (window.mailpoet_woocommerce_active) {

View File

@@ -58,6 +58,7 @@
'tabWelcomeTitle': __('Welcome Emails'), 'tabWelcomeTitle': __('Welcome Emails'),
'tabNotificationTitle': __('Post Notifications'), 'tabNotificationTitle': __('Post Notifications'),
'tabWoocommerceTitle': __('WooCommerce Emails'), 'tabWoocommerceTitle': __('WooCommerce Emails'),
'tabBlankTitle': __('Simple text'),
'searchLabel': __('Search'), 'searchLabel': __('Search'),
'loadingItems': __('Loading emails...'), 'loadingItems': __('Loading emails...'),