Fix templates data to use proper images and social icons URLs
[MAILPOET-1558]
This commit is contained in:
@ -155,7 +155,7 @@ class ModularStyleStories {
|
||||
array (
|
||||
'type' => 'image',
|
||||
'link' => '',
|
||||
'src' => 'http://mailpoet.info/wp-content/uploads/2017/08/Modular-Logo.png',
|
||||
'src' => $this->template_image_url . '/Modular-Logo.png',
|
||||
'alt' => 'Modular-Logo',
|
||||
'fullWidth' => false,
|
||||
'width' => '271px',
|
||||
@ -212,7 +212,7 @@ class ModularStyleStories {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'facebook',
|
||||
'link' => 'http://www.facebook.com',
|
||||
'image' => 'http://mailpoet.info/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/06-full-symbol-color/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'image' => $this->social_icon_url . '/06-full-symbol-color/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Facebook',
|
||||
@ -222,7 +222,7 @@ class ModularStyleStories {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'twitter',
|
||||
'link' => 'http://www.twitter.com',
|
||||
'image' => 'http://mailpoet.info/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/06-full-symbol-color/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'image' => $this->social_icon_url . '/06-full-symbol-color/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Twitter',
|
||||
@ -232,7 +232,7 @@ class ModularStyleStories {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'instagram',
|
||||
'link' => 'http://instagram.com',
|
||||
'image' => 'http://mailpoet.info/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/06-full-symbol-color/Instagram.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'image' => $this->social_icon_url . '/06-full-symbol-color/Instagram.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Instagram',
|
||||
@ -242,7 +242,7 @@ class ModularStyleStories {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'pinterest',
|
||||
'link' => 'http://www.pinterest.com',
|
||||
'image' => 'http://mailpoet.info/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/06-full-symbol-color/Pinterest.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'image' => $this->social_icon_url . '/06-full-symbol-color/Pinterest.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Pinterest',
|
||||
@ -471,7 +471,7 @@ class ModularStyleStories {
|
||||
array (
|
||||
'type' => 'image',
|
||||
'link' => 'http://mailpoet.info/ladybirds-transparent-shell-reveals-how-it-folds-its-wings/',
|
||||
'src' => 'http://mailpoet.info/wp-content/uploads/2017/05/gettyimages-578313682-800x533.jpg',
|
||||
'src' => $this->template_image_url . '/gettyimages-578313682-800x533.jpg',
|
||||
'alt' => 'Ladybird’s transparent shell reveals how it folds its wings',
|
||||
'fullWidth' => false,
|
||||
'width' => 660,
|
||||
@ -539,7 +539,7 @@ class ModularStyleStories {
|
||||
array (
|
||||
'type' => 'image',
|
||||
'link' => 'http://mailpoet.info/plasma-jet-engines-that-could-take-you-from-the-ground-to-space/',
|
||||
'src' => 'http://mailpoet.info/wp-content/uploads/2017/05/plasma-stingray111-800x533.jpg',
|
||||
'src' => $this->template_image_url . '/plasma-stingray111-800x533.jpg',
|
||||
'alt' => 'Plasma jet engines that could take you from the ground to space',
|
||||
'fullWidth' => false,
|
||||
'width' => 660,
|
||||
@ -682,7 +682,7 @@ class ModularStyleStories {
|
||||
array (
|
||||
'type' => 'image',
|
||||
'link' => 'http://mailpoet.info/cutting-through-the-smog-what-to-do-to-fight-air-pollution/',
|
||||
'src' => 'http://mailpoet.info/wp-content/uploads/2017/05/5_what_to_do_p352m1141746-800x533.jpg',
|
||||
'src' => $this->template_image_url . '/5_what_to_do_p352m1141746-800x533.jpg',
|
||||
'alt' => 'Cutting through the smog: What to do to fight air pollution',
|
||||
'fullWidth' => false,
|
||||
'width' => 660,
|
||||
@ -749,7 +749,7 @@ class ModularStyleStories {
|
||||
array (
|
||||
'type' => 'image',
|
||||
'link' => 'http://mailpoet.info/ladybirds-transparent-shell-reveals-how-it-folds-its-wings/',
|
||||
'src' => 'http://mailpoet.info/wp-content/uploads/2017/05/gettyimages-578313682-800x533.jpg',
|
||||
'src' => $this->template_image_url . '/gettyimages-578313682-800x533.jpg',
|
||||
'alt' => 'Ladybird’s transparent shell reveals how it folds its wings',
|
||||
'fullWidth' => false,
|
||||
'width' => 660,
|
||||
@ -816,7 +816,7 @@ class ModularStyleStories {
|
||||
array (
|
||||
'type' => 'image',
|
||||
'link' => 'http://mailpoet.info/plasma-jet-engines-that-could-take-you-from-the-ground-to-space/',
|
||||
'src' => 'http://mailpoet.info/wp-content/uploads/2017/05/plasma-stingray111-800x533.jpg',
|
||||
'src' => $this->template_image_url . '/plasma-stingray111-800x533.jpg',
|
||||
'alt' => 'Plasma jet engines that could take you from the ground to space',
|
||||
'fullWidth' => false,
|
||||
'width' => 660,
|
||||
@ -977,7 +977,7 @@ class ModularStyleStories {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'facebook',
|
||||
'link' => 'http://www.facebook.com',
|
||||
'image' => 'http://mailpoet.info/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/08-full-symbol-grey/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'image' => $this->social_icon_url . '/08-full-symbol-grey/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Facebook',
|
||||
@ -987,7 +987,7 @@ class ModularStyleStories {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'twitter',
|
||||
'link' => 'http://www.twitter.com',
|
||||
'image' => 'http://mailpoet.info/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/08-full-symbol-grey/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'image' => $this->social_icon_url . '/08-full-symbol-grey/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Twitter',
|
||||
@ -997,7 +997,7 @@ class ModularStyleStories {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'website',
|
||||
'link' => '',
|
||||
'image' => 'http://mailpoet.info/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/08-full-symbol-grey/Website.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'image' => $this->social_icon_url . '/08-full-symbol-grey/Website.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Website',
|
||||
@ -1007,7 +1007,7 @@ class ModularStyleStories {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'instagram',
|
||||
'link' => 'http://instagram.com',
|
||||
'image' => 'http://mailpoet.info/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/08-full-symbol-grey/Instagram.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'image' => $this->social_icon_url . '/08-full-symbol-grey/Instagram.png?mailpoet_version=3.0.0-rc.2.0.0',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Instagram',
|
||||
@ -1386,7 +1386,7 @@ class ModularStyleStories {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'facebook',
|
||||
'link' => 'http://www.facebook.com',
|
||||
'image' => 'https://mailpoet.info/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/01-social/Facebook.png?mailpoet_version=3.7.1',
|
||||
'image' => $this->social_icon_url . '/01-social/Facebook.png?mailpoet_version=3.7.1',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Facebook',
|
||||
@ -1396,7 +1396,7 @@ class ModularStyleStories {
|
||||
'type' => 'socialIcon',
|
||||
'iconType' => 'twitter',
|
||||
'link' => 'http://www.twitter.com',
|
||||
'image' => 'https://mailpoet.info/wp-content/plugins/mailpoet/assets/img/newsletter_editor/social-icons/01-social/Twitter.png?mailpoet_version=3.7.1',
|
||||
'image' => $this->social_icon_url . '/01-social/Twitter.png?mailpoet_version=3.7.1',
|
||||
'height' => '32px',
|
||||
'width' => '32px',
|
||||
'text' => 'Twitter',
|
||||
|
Reference in New Issue
Block a user