Fix templates data to use proper images and social icons URLs
[MAILPOET-1558]
This commit is contained in:
@@ -498,7 +498,7 @@ class Charity {
|
||||
array (
|
||||
'type' => 'image',
|
||||
'link' => '',
|
||||
'src' => 'http://mailpoet.info/wp-content/uploads/2017/08/Charity-Child.png',
|
||||
'src' => $this->template_image_url . '/Charity-Child.png',
|
||||
'alt' => 'Charity-Child',
|
||||
'fullWidth' => false,
|
||||
'width' => '200px',
|
||||
@@ -582,7 +582,7 @@ class Charity {
|
||||
array (
|
||||
'type' => 'image',
|
||||
'link' => '',
|
||||
'src' => 'http://mailpoet.info/wp-content/uploads/2017/08/Charity-Video.jpg',
|
||||
'src' => $this->template_image_url . '/Charity-Video.jpg',
|
||||
'alt' => 'Charity-Video',
|
||||
'fullWidth' => false,
|
||||
'width' => '1280px',
|
||||
@@ -651,7 +651,7 @@ class Charity {
|
||||
array (
|
||||
'type' => 'image',
|
||||
'link' => '',
|
||||
'src' => 'http://mailpoet.info/wp-content/uploads/2017/08/Charity-Logo-Small.png',
|
||||
'src' => $this->template_image_url . '/Charity-Logo-Small.png',
|
||||
'alt' => 'Charity-Logo-Small',
|
||||
'fullWidth' => false,
|
||||
'width' => '407px',
|
||||
|
Reference in New Issue
Block a user