Add template section Simple Text
[MAILPOET-2345]
This commit is contained in:
committed by
Jack Kitterhing
parent
1dd0c4ec70
commit
1d5d4f21c3
@@ -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) {
|
||||||
|
@@ -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...'),
|
||||||
|
Reference in New Issue
Block a user