Email valiation added to reply-to on newsletter send screen

This commit is contained in:
Rostislav Wolny
2018-03-01 10:13:52 +01:00
parent 449568b37b
commit 8bc0ad48c0
3 changed files with 9 additions and 0 deletions

View File

@@ -92,6 +92,9 @@ define(
name: 'reply_to_address',
type: 'text',
placeholder: MailPoet.I18n.t('replyToAddressPlaceholder'),
validation: {
'data-parsley-type': 'email',
},
},
],
},

View File

@@ -398,6 +398,9 @@ define(
name: 'reply_to_address',
type: 'text',
placeholder: MailPoet.I18n.t('replyToAddressPlaceholder'),
validation: {
'data-parsley-type': 'email',
},
},
],
},

View File

@@ -65,6 +65,9 @@ define(
name: 'reply_to_address',
type: 'text',
placeholder: MailPoet.I18n.t('replyToAddressPlaceholder'),
validation: {
'data-parsley-type': 'email',
},
},
],
},