diff --git a/assets/js/src/newsletters/templates.jsx b/assets/js/src/newsletters/templates.jsx index 401b7c12f2..082e0f3a42 100644 --- a/assets/js/src/newsletters/templates.jsx +++ b/assets/js/src/newsletters/templates.jsx @@ -24,6 +24,10 @@ const templatesCategories = [ name: 'notification', label: MailPoet.I18n.t('tabNotificationTitle'), }, + { + name: 'woocommerce', + label: MailPoet.I18n.t('tabWoocommerceTitle'), + }, { name: 'sample', label: MailPoet.I18n.t('sample'), @@ -70,7 +74,7 @@ class NewsletterTemplates extends React.Component { { name: MailPoet.I18n.t('mailpoetGuideTemplateTitle'), - categories: '["welcome", "notification", "standard"]', + categories: '["welcome", "notification", "standard", "woocommerce"]', readonly: '1', }, ]; diff --git a/lib/API/JSON/v1/NewsletterTemplates.php b/lib/API/JSON/v1/NewsletterTemplates.php index f0bd823b12..371d8e6fcd 100644 --- a/lib/API/JSON/v1/NewsletterTemplates.php +++ b/lib/API/JSON/v1/NewsletterTemplates.php @@ -31,8 +31,9 @@ class NewsletterTemplates extends APIEndpoint { function getAll() { $collection = NewsletterTemplate ::selectExpr('id, categories, thumbnail, name, description, readonly') + ->orderByAsc('readonly') ->orderByDesc('created_at') - ->orderByAsc('name') + ->orderByDesc('id') ->findMany(); $templates = array_map(function($item) { return $item->asArray(); diff --git a/lib/Config/Populator.php b/lib/Config/Populator.php index e0f3fb1339..8e2be850ca 100644 --- a/lib/Config/Populator.php +++ b/lib/Config/Populator.php @@ -35,27 +35,46 @@ class Populator { 'NewsletterBlank12Column', 'NewsletterBlank121Column', 'NewsletterBlank13Column', - 'PostNotificationsBlank1Column', - 'WelcomeBlank1Column', - 'WelcomeBlank12Column', 'SimpleText', - 'BurgerJoint', - 'AppWelcome', + 'TakeAHike', + 'Faith', + 'NewsDay', 'WorldCup', 'FoodBox', - 'Discount', - 'KickOff', - 'TakeAHike', 'FestivalEvent', - 'PieceOfCake', + 'RetroComputingMagazine', 'Shoes', - 'ScienceWeekly', - 'ChocolateStore', - 'Faith', - 'TravelNomads', - 'CoffeeShop', - 'NewsDay', + 'PieceOfCake', + 'Coffee', + 'Drone', + 'Retro', + 'Hotels', + 'Music', 'YogaStudio', + 'Charity', + 'FashionStore', + + 'WelcomeBlank1Column', + 'WelcomeBlank12Column', + 'GiftWelcome', + 'Minimal', + 'Phone', + 'Sunglasses', + 'RealEstate', + 'AppWelcome', + + 'PostNotificationsBlank1Column', + 'ModularStyleStories', + 'NotSoMedium', + 'RssSimpleNews', + 'WideStoryLayout', + 'ScienceWeekly', + + 'WineCity', + 'DogFood', + 'Fitness', + 'KidsClothing', + 'Avocado', ); } diff --git a/lib/Config/PopulatorData/Templates/AppWelcome.php b/lib/Config/PopulatorData/Templates/AppWelcome.php index 9f9fa268cd..d0ca95c8ea 100644 --- a/lib/Config/PopulatorData/Templates/AppWelcome.php +++ b/lib/Config/PopulatorData/Templates/AppWelcome.php @@ -8,7 +8,7 @@ class AppWelcome { private $social_icon_url; function __construct($assets_url) { - $this->template_image_url = 'https://ps.w.org/mailpoet/assets/newsletter-templates/app_welcome'; + $this->template_image_url = 'https://ps.w.org/mailpoet/assets/newsletter-templates/app_welcome'; $this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons'; } diff --git a/lib/Config/PopulatorData/Templates/Avocado.php b/lib/Config/PopulatorData/Templates/Avocado.php new file mode 100644 index 0000000000..d3ab225a52 --- /dev/null +++ b/lib/Config/PopulatorData/Templates/Avocado.php @@ -0,0 +1,1035 @@ +template_image_url = 'https://ps.w.org/mailpoet/assets/newsletter-templates/avocado'; + $this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons'; + } + + function get() { + return array( + 'name' => __("Avocado", 'mailpoet'), + 'categories' => json_encode(array('woocommerce', 'sample')), + 'readonly' => 1, + 'thumbnail' => $this->getThumbnail(), + 'body' => json_encode($this->getBody()), + ); + } + + private function getThumbnail() { + return $this->template_image_url . '/avocado.jpg'; + } + + private function getBody() { + return array ( + 'content' => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#f3f8f3', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + 1 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/Avocado-Logo-2.png', + 'alt' => 'Avocado-Logo-2', + 'fullWidth' => false, + 'width' => '212px', + 'height' => '89px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'left', + ), + ), + ), + ), + ), + 1 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '33px', + ), + ), + ), + 1 => + array ( + 'type' => 'text', + 'text' => '
Has to be fresh
', + ), + ), + ), + ), + ), + 1 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#ddeeba', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '58px', + ), + ), + ), + 1 => + array ( + 'type' => 'text', + 'text' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer blandit tortor nec eleifend maximus. Nulla est lectus, tincidunt quis molestie vitae, suscipit non orci.
', + ), + 2 => + array ( + 'type' => 'button', + 'text' => 'Check it out', + 'url' => '', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#9ecd2e', + 'borderColor' => '#0074a2', + 'borderWidth' => '0px', + 'borderRadius' => '28px', + 'borderStyle' => 'solid', + 'width' => '111px', + 'lineHeight' => '36px', + 'fontColor' => '#3d3d3d', + 'fontFamily' => 'Arial', + 'fontSize' => '14px', + 'fontWeight' => 'bold', + 'textAlign' => 'left', + ), + ), + ), + ), + ), + ), + ), + 3 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#9ecd2e', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'text', + 'text' => '+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
', + ), + ), + ), + ), + ), + 4 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#ddeeba', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '58px', + ), + ), + ), + 1 => + array ( + 'type' => 'text', + 'text' => 'Send them your exclusive coupon code now and they\'ll receive 50% off their next order, and you\'ll get your next box for free!
', + ), + 1 => + array ( + 'type' => 'button', + 'text' => 'AVOCADOSRULE', + 'url' => '', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#dbefb4', + 'borderColor' => '#3d3d3d', + 'borderWidth' => '3px', + 'borderRadius' => '0px', + 'borderStyle' => 'solid', + 'width' => '254px', + 'lineHeight' => '50px', + 'fontColor' => '#3d3d3d', + 'fontFamily' => 'Arial', + 'fontSize' => '26px', + 'fontWeight' => 'bold', + 'textAlign' => 'center', + ), + ), + ), + 2 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#dbefb4', + 'height' => '30px', + ), + ), + ), + ), + ), + ), + ), + 6 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#f8f8f8', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#f3f8f3', + 'height' => '44px', + ), + ), + ), + 1 => + array ( + 'type' => 'social', + 'iconSet' => 'full-symbol-black', + 'icons' => + array ( + 0 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'facebook', + 'link' => 'http://www.facebook.com', + 'image' => $this->social_icon_url . '/07-full-symbol-black/Facebook.png?mailpoet_version=3.7.3', + 'height' => '32px', + 'width' => '32px', + 'text' => 'Facebook', + ), + 1 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'twitter', + 'link' => 'http://www.twitter.com', + 'image' => $this->social_icon_url . '/07-full-symbol-black/Twitter.png?mailpoet_version=3.7.3', + 'height' => '32px', + 'width' => '32px', + 'text' => 'Twitter', + ), + 2 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'instagram', + 'link' => 'http://instagram.com', + 'image' => $this->social_icon_url . '/07-full-symbol-black/Instagram.png?mailpoet_version=3.7.3', + 'height' => '32px', + 'width' => '32px', + 'text' => 'Instagram', + ), + ), + ), + 2 => + array ( + 'type' => 'footer', + 'text' => 'Unsubscribe | Manage your subscription
Add your postal address here!
Unsubscribe | Manage subscription
Add your postal address here!
', - ), - ), - ), - array( - 'type' => 'container', - 'orientation' => 'vertical', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - ), - 'blocks' => array( - array( - 'type' => 'image', - 'link' => 'http://example.org', - 'src' => $this->template_image_url . '/rolls-01.jpg', - 'alt' => 'rolls-01', - 'fullWidth' => false, - 'width' => '1000px', - 'height' => '1500px', - 'styles' => array( - 'block' => array( - 'textAlign' => 'center', - ), - ), - ), - array( - 'type' => 'text', - 'text' => 'Cras cursus viverra nulla non tempus. Curabitur sed neque vel sapien! - Morbi ullamcorper, Tellus Diam
', - ), - ), - ), - ), - ), - array( - 'type' => 'container', - 'orientation' => 'horizontal', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - ), - 'blocks' => array( - array( - 'type' => 'container', - 'orientation' => 'vertical', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - ), - 'blocks' => array( - array( - 'type' => 'divider', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - 'padding' => '34px', - 'borderStyle' => 'dashed', - 'borderWidth' => '3px', - 'borderColor' => '#aaaaaa', - ), - ), - ), - ), - ), - ), - ), - array( - 'type' => 'container', - 'orientation' => 'horizontal', - 'styles' => array( - 'block' => array( - 'backgroundColor' => '#e0e0e0', - ), - ), - 'blocks' => array( - array( - 'type' => 'container', - 'orientation' => 'vertical', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - ), - 'blocks' => array( - array( - 'type' => 'spacer', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - 'height' => '30px', - ), - ), - ), - array( - 'type' => 'text', - 'text' => 'Morbi ex diam, venenatis a efficitur et, iaculis at nibh. - Quis Ullamcorper, Tortor Ligula
1263 Schoville Street
53355 DENVER
CO
', - ), - ), - ), - array( - 'type' => 'container', - 'orientation' => 'vertical', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - ), - 'blocks' => array( - array( - 'type' => 'text', - 'text' => '157 Maine Street
86432 FORT COLLINS
CO
5390 York Avenue
64297 Pueblo
CO
', - ), - ), - ), - ), - ), - array( - 'type' => 'container', - 'orientation' => 'horizontal', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - ), - 'blocks' => array( - array( - 'type' => 'container', - 'orientation' => 'vertical', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - ), - 'blocks' => array( - array( - 'type' => 'spacer', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - 'height' => '30px', - ), - ), - ), - array( - 'type' => 'social', - 'iconSet' => 'full-symbol-black', - 'icons' => array( - array( - 'type' => 'socialIcon', - 'iconType' => 'facebook', - 'link' => 'http://example.com', - 'image' => $this->social_icon_url . '/07-full-symbol-black/Facebook.png', - 'height' => '32px', - 'width' => '32px', - 'text' => 'Facebook', - ), - array( - 'type' => 'socialIcon', - 'iconType' => 'twitter', - 'link' => 'http://example.com', - 'image' => $this->social_icon_url . '/07-full-symbol-black/Twitter.png', - 'height' => '32px', - 'width' => '32px', - 'text' => 'Twitter', - ), - array( - 'type' => 'socialIcon', - 'iconType' => 'instagram', - 'link' => 'http://instagram.com', - 'image' => $this->social_icon_url . '/07-full-symbol-black/Instagram.png', - 'height' => '32px', - 'width' => '32px', - 'text' => 'Instagram', - ), - ), - ), - array( - 'type' => 'header', - 'text' => 'View this email in your web browser
', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - 'text' => array( - 'fontColor' => '#222222', - 'fontFamily' => 'Verdana', - 'fontSize' => '12px', - 'textAlign' => 'center', - ), - 'link' => array( - 'fontColor' => '#d83b3b', - 'textDecoration' => 'underline', - ), - ), - ), - array( - 'type' => 'footer', - 'text' => 'Unsubscribe | Manage subscription
Address: Colorado
Charity Number: 09238923
', + ), + ), + ), + ), + ), + 2 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => $this->template_image_url . '/charity-header.jpg', + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '45px', + ), + ), + ), + 1 => + array ( + 'type' => 'text', + 'text' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis pharetra diam semper, vulputate eros quis, sagittis ipsum. Vivamus ullamcorper sapien at sapien maximus, nec venenatis sapien tincidunt. Duis viverra imperdiet magna, a facilisis diam scelerisque at. Nunc at quam ligula. Nullam ut magna velit.
', + ), + 2 => + array ( + 'type' => 'button', + 'text' => 'Start Helping Now', + 'url' => '', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#05a0e8', + 'borderColor' => '#05a0e8', + 'borderWidth' => '1px', + 'borderRadius' => '3px', + 'borderStyle' => 'solid', + 'width' => '241px', + 'lineHeight' => '50px', + 'fontColor' => '#ffffff', + 'fontFamily' => 'Arial', + 'fontSize' => '20px', + 'fontWeight' => 'bold', + 'textAlign' => 'center', + ), + ), + ), + 3 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '25px', + ), + ), + ), + ), + ), + ), + ), + 4 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#7bc9ee', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '30px', + ), + ), + ), + 1 => + array ( + 'type' => 'text', + 'text' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis pharetra diam semper, vulputate eros quis, sagittis ipsum. Vivamus ullamcorper sapien at sapien maximus, nec venenatis sapien tincidunt.
++
Duis viverra imperdiet magna, a facilisis diam scelerisque at. Nunc at quam ligula. Nullam ut magna velit.
', + ), + ), + ), + ), + ), + 6 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#7bc9ee', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => 'http://mailpoet.info/wp-content/uploads/2017/08/Charity-Video.jpg', + 'alt' => 'Charity-Video', + 'fullWidth' => false, + 'width' => '1280px', + 'height' => '760px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + ), + ), + ), + ), + 7 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#ffffff', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + 1 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => 'http://mailpoet.info/wp-content/uploads/2017/08/Charity-Logo-Small.png', + 'alt' => 'Charity-Logo-Small', + 'fullWidth' => false, + 'width' => '407px', + 'height' => '82px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + ), + ), + 1 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + 1 => + array ( + 'type' => 'social', + 'iconSet' => 'full-symbol-black', + 'icons' => + array ( + 0 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'facebook', + 'link' => 'http://www.facebook.com', + 'image' => $this->social_icon_url . '/07-full-symbol-black/Facebook.png', + 'height' => '32px', + 'width' => '32px', + 'text' => 'Facebook', + ), + 1 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'twitter', + 'link' => 'http://www.twitter.com', + 'image' => $this->social_icon_url . '/07-full-symbol-black/Twitter.png', + 'height' => '32px', + 'width' => '32px', + 'text' => 'Twitter', + ), + 2 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'instagram', + 'link' => 'http://instagram.com', + 'image' => $this->social_icon_url . '/07-full-symbol-black/Instagram.png', + 'height' => '32px', + 'width' => '32px', + 'text' => 'Instagram', + ), + ), + ), + ), + ), + 2 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + 1 => + array ( + 'type' => 'text', + 'text' => 'Unsubscribe | Manage subscription
Add your postal address here!
Unsubscribe | Manage subscription
Add your postal address here!
Vestibulum eu nulla quis nulla rutrum efficitur ac in orci. Praesent vulputate neque et scelerisque porttitor. Duis mauris ipsum, sagittis nec semper et, dapibus eget nunc. Fusce ornare eros non mauris tempus varius.
', - ), - 3 => array( - 'type' => 'button', - 'text' => 'Shop Truffles', - 'url' => '', - 'styles' => array( - 'block' => array( - 'backgroundColor' => '#a4a4a4', - 'borderColor' => '#4e4e4e', - 'borderWidth' => '2px', - 'borderRadius' => '5px', - 'borderStyle' => 'solid', - 'width' => '180px', - 'lineHeight' => '40px', - 'fontColor' => '#000000', - 'fontFamily' => 'Arial', - 'fontSize' => '18px', - 'fontWeight' => 'bold', - 'textAlign' => 'center', - ), - ), - ), - 4 => array( - 'type' => 'spacer', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - 'height' => '20px', - ), - ), - ), - ), - ), - ), - ), - 4 => array( - 'type' => 'container', - 'orientation' => 'horizontal', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - ), - 'blocks' => array( - 0 => array( - 'type' => 'container', - 'orientation' => 'vertical', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - ), - 'blocks' => array( - 0 => array( - 'type' => 'image', - 'link' => '', - 'src' => $this->template_image_url . '/bottom-divider-1.png', - 'alt' => 'bottom-divider', - 'fullWidth' => true, - 'width' => '1320px', - 'height' => '102px', - 'styles' => array( - 'block' => array( - 'textAlign' => 'center', - ), - ), - ), - 1 => array( - 'type' => 'spacer', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - 'height' => '50px', - ), - ), - ), - 2 => array( - 'type' => 'text', - 'text' => 'Duis pellentesque nibh in lectus blandit.
', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - 'text' => array( - 'fontColor' => '#ffffff', - 'fontFamily' => 'Arial', - 'fontSize' => '14px', - 'textAlign' => 'left', - ), - 'link' => array( - 'fontColor' => '#ffffff', - 'textDecoration' => 'underline', - ), - ), - ), - ), - ), - 1 => array( - 'type' => 'container', - 'orientation' => 'vertical', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - ), - 'blocks' => array( - 0 => array( - 'type' => 'image', - 'link' => '', - 'src' => $this->template_image_url . '/new-desserts.png', - 'alt' => 'new-desserts', - 'fullWidth' => true, - 'width' => '300px', - 'height' => '300px', - 'styles' => array( - 'block' => array( - 'textAlign' => 'center', - ), - ), - ), - 1 => array( - 'type' => 'image', - 'link' => '', - 'src' => $this->template_image_url . '/bottom-divider_lightgrey-1.png', - 'alt' => 'bottom-divider_lightgrey', - 'fullWidth' => true, - 'width' => '440px', - 'height' => '60px', - 'styles' => array( - 'block' => array( - 'textAlign' => 'center', - ), - ), - ), - 2 => array( - 'type' => 'header', - 'text' => 'Phasellus feugiat laoreet ex ac elementum.
', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - 'text' => array( - 'fontColor' => '#ffffff', - 'fontFamily' => 'Arial', - 'fontSize' => '14px', - 'textAlign' => 'left', - ), - 'link' => array( - 'fontColor' => '#a4a4a4', - 'textDecoration' => 'underline', - ), - ), - ), - ), - ), - 2 => array( - 'type' => 'container', - 'orientation' => 'vertical', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - ), - 'blocks' => array( - 0 => array( - 'type' => 'image', - 'link' => '', - 'src' => $this->template_image_url . '/cupcakes.jpg', - 'alt' => 'cupcakes', - 'fullWidth' => true, - 'width' => '300px', - 'height' => '300px', - 'styles' => array( - 'block' => array( - 'textAlign' => 'center', - ), - ), - ), - 1 => array( - 'type' => 'image', - 'link' => '', - 'src' => $this->template_image_url . '/bottom-divider_lightgrey-1.png', - 'alt' => 'bottom-divider_lightgrey', - 'fullWidth' => true, - 'width' => '440px', - 'height' => '60px', - 'styles' => array( - 'block' => array( - 'textAlign' => 'center', - ), - ), - ), - 2 => array( - 'type' => 'header', - 'text' => 'Mauris lacinia venenatis luctus.
', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - 'text' => array( - 'fontColor' => '#ffffff', - 'fontFamily' => 'Arial', - 'fontSize' => '14px', - 'textAlign' => 'left', - ), - 'link' => array( - 'fontColor' => '#ffffff', - 'textDecoration' => 'underline', - ), - ), - ), - ), - ), - ), - ), - 6 => array( - 'type' => 'container', - 'orientation' => 'horizontal', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - ), - 'blocks' => array( - 0 => array( - 'type' => 'container', - 'orientation' => 'vertical', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - ), - 'blocks' => array( - 0 => array( - 'type' => 'spacer', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - 'height' => '40px', - ), - ), - ), - 1 => array( - 'type' => 'button', - 'text' => 'Visit Store', - 'url' => '', - 'styles' => array( - 'block' => array( - 'backgroundColor' => '#a4a4a4', - 'borderColor' => '#4e4e4e', - 'borderWidth' => '2px', - 'borderRadius' => '5px', - 'borderStyle' => 'solid', - 'width' => '180px', - 'lineHeight' => '40px', - 'fontColor' => '#000000', - 'fontFamily' => 'Arial', - 'fontSize' => '20px', - 'fontWeight' => 'bold', - 'textAlign' => 'center', - ), - ), - ), - 2 => array( - 'type' => 'divider', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - 'padding' => '13px', - 'borderStyle' => 'double', - 'borderWidth' => '7px', - 'borderColor' => '#4e4e4e', - ), - ), - ), - 3 => array( - 'type' => 'text', - 'text' => 'Add your postal address here!
', - ), - 2 => array( - 'type' => 'spacer', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - 'height' => '20px', - ), - ), - ), - ), - ), - 1 => array( - 'type' => 'container', - 'orientation' => 'vertical', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - ), - 'blocks' => array( - 0 => array( - 'type' => 'footer', - 'text' => 'Praesent metus ante, venenatis egestas nisl ac, molestie viverra ante.
--
Unsubscribe
Manage subscription
Aliquam feugiat nisl eget eleifend congue.
', - ), - 1 => array( - 'type' => 'image', - 'link' => '', - 'src' => $this->template_image_url . '/owner-1.jpg', - 'alt' => 'owner', - 'fullWidth' => false, - 'width' => '100px', - 'height' => '100px', - 'styles' => array( - 'block' => array( - 'textAlign' => 'center', - ), - ), - ), - 2 => array( - 'type' => 'spacer', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - 'height' => '20px', - ), - ), - ), - ), - ), - ), - ), - ), - ), - 'globalStyles' => array( - 'text' => array( - 'fontColor' => '#ffffff', - 'fontFamily' => 'Arial', - 'fontSize' => '16px', - ), - 'h1' => array( - 'fontColor' => '#ffffff', - 'fontFamily' => 'Georgia', - 'fontSize' => '24px', - ), - 'h2' => array( - 'fontColor' => '#ffffff', - 'fontFamily' => 'Georgia', - 'fontSize' => '32px', - ), - 'h3' => array( - 'fontColor' => '#ffffff', - 'fontFamily' => 'Georgia', - 'fontSize' => '24px', - ), - 'link' => array( - 'fontColor' => '#ffffff', - 'textDecoration' => 'underline', - ), - 'wrapper' => array( - 'backgroundColor' => '#000000', - ), - 'body' => array( - 'backgroundColor' => '#000000', - ), - ), - ); - } - - private function getThumbnail() { - return $this->template_image_url . '/chocolate-store.jpg'; - } - -} \ No newline at end of file diff --git a/lib/Config/PopulatorData/Templates/Coffee.php b/lib/Config/PopulatorData/Templates/Coffee.php new file mode 100644 index 0000000000..2e133fc981 --- /dev/null +++ b/lib/Config/PopulatorData/Templates/Coffee.php @@ -0,0 +1,1002 @@ +template_image_url = 'https://ps.w.org/mailpoet/assets/newsletter-templates/coffee'; + $this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons'; + } + + function get() { + return array( + 'name' => __("Coffee", 'mailpoet'), + 'categories' => json_encode(array('standard', 'sample')), + 'readonly' => 1, + 'thumbnail' => $this->getThumbnail(), + 'body' => json_encode($this->getBody()), + ); + } + + private function getThumbnail() { + return $this->template_image_url . '/coffee.jpg'; + } + + private function getBody() { + return array ( + 'content' => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '50px', + ), + ), + ), + ), + ), + ), + ), + 1 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + 1 => + array ( + 'type' => 'social', + 'iconSet' => 'full-symbol-black', + 'icons' => + array ( + 0 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'facebook', + 'link' => 'http://www.facebook.com', + 'image' => $this->social_icon_url . '/07-full-symbol-black/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0', + 'height' => '32px', + 'width' => '32px', + 'text' => 'Facebook', + ), + 1 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'twitter', + 'link' => 'http://www.twitter.com', + 'image' => $this->social_icon_url . '/07-full-symbol-black/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0', + 'height' => '32px', + 'width' => '32px', + 'text' => 'Twitter', + ), + 2 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'instagram', + 'link' => 'http://instagram.com', + 'image' => $this->social_icon_url . '/07-full-symbol-black/Instagram.png?mailpoet_version=3.0.0-rc.2.0.0', + 'height' => '32px', + 'width' => '32px', + 'text' => 'Instagram', + ), + ), + ), + ), + ), + 1 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/Coffee-Logo-1.png', + 'alt' => 'Coffee-Logo-1', + 'fullWidth' => false, + 'width' => '120px', + 'height' => '71px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + ), + ), + 2 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + 1 => + array ( + 'type' => 'header', + 'text' => 'Open email in your web browser.
', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + 'text' => + array ( + 'fontColor' => '#222222', + 'fontFamily' => 'Arial', + 'fontSize' => '12px', + 'textAlign' => 'center', + ), + 'link' => + array ( + 'fontColor' => '#6cb7d4', + 'textDecoration' => 'underline', + ), + ), + ), + ), + ), + ), + ), + 2 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/Coffee-Header.jpg', + 'alt' => 'Coffee-Header', + 'fullWidth' => false, + 'width' => '1280px', + 'height' => '260px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + 1 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/coffee.gif', + 'alt' => 'coffee', + 'fullWidth' => true, + 'width' => '660px', + 'height' => '371px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + 2 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '30px', + ), + ), + ), + ), + ), + ), + ), + 3 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'text', + 'text' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer vehicula magna sit amet lorem venenatis, quis condimentum odio egestas. Suspendisse felis felis, tempor id convallis in, tincidunt quis nisi. Morbi dolor elit, maximus et velit quis, fermentum porta lectus. Nulla odio est, tempus vitae nunc sit amet, fermentum tristique lacus. In bibendum fringilla cursus.
', + ), + 1 => + array ( + 'type' => 'button', + 'text' => 'Check Them Out', + 'url' => '', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#6fb910', + 'borderColor' => '#6fb910', + 'borderWidth' => '0px', + 'borderRadius' => '5px', + 'borderStyle' => 'solid', + 'width' => '150px', + 'lineHeight' => '40px', + 'fontColor' => '#ffffff', + 'fontFamily' => 'Arial', + 'fontSize' => '16px', + 'fontWeight' => 'bold', + 'textAlign' => 'center', + ), + ), + ), + 2 => + array ( + 'type' => 'divider', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'padding' => '13px', + 'borderStyle' => 'solid', + 'borderWidth' => '1px', + 'borderColor' => '#d6d6d6', + ), + ), + ), + ), + ), + ), + ), + 4 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/Coffee-Mid.jpg', + 'alt' => 'Coffee-Mid', + 'fullWidth' => true, + 'width' => '1280px', + 'height' => '411px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + 1 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#eaeaea', + 'height' => '20px', + ), + ), + ), + ), + ), + ), + ), + 5 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#eaeaea', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'text', + 'text' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer vehicula magna sit amet lorem venenatis, quis condimentum odio egestas. Suspendisse felis felis, tempor id convallis in, tincidunt quis nisi.
++
Morbi dolor elit, maximus et velit quis, fermentum porta lectus. Nulla odio est, tempus vitae nunc sit amet, fermentum tristique lacus. In bibendum fringilla cursus.
', + ), + ), + ), + 1 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'text', + 'text' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer vehicula magna sit amet lorem venenatis, quis condimentum odio egestas. Suspendisse felis felis, tempor id convallis in, tincidunt quis nisi.
++
Morbi dolor elit, maximus et velit quis, fermentum porta lectus. Nulla odio est, tempus vitae nunc sit amet, fermentum tristique lacus. In bibendum fringilla cursus.
', + ), + ), + ), + ), + ), + 6 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '40px', + ), + ), + ), + 1 => + array ( + 'type' => 'text', + 'text' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+Integer vehicula magna sit amet lorem venenatis, quis condimentum odio egestas.
', + ), + 2 => + array ( + 'type' => 'button', + 'text' => 'Get Started', + 'url' => '', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#6fb910', + 'borderColor' => '#6fb910', + 'borderWidth' => '0px', + 'borderRadius' => '5px', + 'borderStyle' => 'solid', + 'width' => '118px', + 'lineHeight' => '40px', + 'fontColor' => '#ffffff', + 'fontFamily' => 'Arial', + 'fontSize' => '16px', + 'fontWeight' => 'bold', + 'textAlign' => 'center', + ), + ), + ), + 3 => + array ( + 'type' => 'divider', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'padding' => '13px', + 'borderStyle' => 'solid', + 'borderWidth' => '1px', + 'borderColor' => '#d6d6d6', + ), + ), + ), + ), + ), + ), + ), + 7 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + 1 => + array ( + 'type' => 'text', + 'text' => 'Capsule MFG Launches Upgraded Line of Modular Coffee Bars
+Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+Integer vehicula magna sit amet lorem venenatis, quis condimentum odio egestas.
+ +', + ), + ), + ), + 1 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'image', + 'link' => 'http://mailpoet.info/cutting-through-the-smog-what-to-do-to-fight-air-pollution/', + 'src' => $this->template_image_url . '/Coffee-Cup.jpg', + 'alt' => 'Coffee-Cup', + 'fullWidth' => false, + 'width' => '400px', + 'height' => '400px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + 1 => + array ( + 'type' => 'text', + 'text' => 'British-Designed Niche Zero Aims to Leave No Grind Behind
+Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+Integer vehicula magna sit amet lorem venenatis, quis condimentum odio egestas.
+ +', + ), + ), + ), + 2 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'image', + 'link' => 'http://mailpoet.info/cutting-through-the-smog-what-to-do-to-fight-air-pollution/', + 'src' => $this->template_image_url . '/Coffee-Cup.jpg', + 'alt' => 'Coffee-Cup', + 'fullWidth' => false, + 'width' => '400px', + 'height' => '400px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + 1 => + array ( + 'type' => 'text', + 'text' => 'Boyd’s Being Acquired by Farmer Bros for Approximately $58.6M
+Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+Integer vehicula magna sit amet lorem venenatis, quis condimentum odio egestas.
+ +', + ), + ), + ), + ), + ), + 9 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'divider', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'padding' => '22.5px', + 'borderStyle' => 'solid', + 'borderWidth' => '1px', + 'borderColor' => '#d6d6d6', + ), + ), + ), + ), + ), + ), + ), + 10 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + 1 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/Coffee-Logo-1.png', + 'alt' => 'Coffee-Logo-1', + 'fullWidth' => false, + 'width' => '120px', + 'height' => '71px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + 2 => + array ( + 'type' => 'social', + 'iconSet' => 'full-symbol-black', + 'icons' => + array ( + 0 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'facebook', + 'link' => 'http://www.facebook.com', + 'image' => $this->social_icon_url . '/07-full-symbol-black/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0', + 'height' => '32px', + 'width' => '32px', + 'text' => 'Facebook', + ), + 1 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'twitter', + 'link' => 'http://www.twitter.com', + 'image' => $this->social_icon_url . '/07-full-symbol-black/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0', + 'height' => '32px', + 'width' => '32px', + 'text' => 'Twitter', + ), + 2 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'instagram', + 'link' => 'http://instagram.com', + 'image' => $this->social_icon_url . '/07-full-symbol-black/Instagram.png?mailpoet_version=3.0.0-rc.2.0.0', + 'height' => '32px', + 'width' => '32px', + 'text' => 'Instagram', + ), + ), + ), + 3 => + array ( + 'type' => 'footer', + 'text' => 'Unsubscribe | Manage subscription
Add your postal address here!
Hi there [subscriber:firstname | default:coffee drinker]
- -Sit back and enjoy your favorite roast as you read this week\'s newsletter.
', - ), - 5 => array( - 'type' => 'image', - 'link' => 'http://example.org', - 'src' => $this->template_image_url . '/coffee-grain.jpg', - 'alt' => 'Coffee grain', - 'fullWidth' => true, - 'width' => '1599px', - 'height' => '777px', - 'styles' => array( - 'block' => array( - 'textAlign' => 'center', - ), - ), - ), - 6 => array( - 'type' => 'text', - 'text' => '-
Visit our Center Avenue store to try the latest guest coffee from Brew Bros, a local coffee roaster. This young duo started only two years ago, but have quickly gained popularity through pop-up shops, local events, and collaborations with food trucks.
- --', - ), - 7 => array( - 'type' => 'spacer', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - 'height' => '22px', - ), - ), - ), - ), - ), - ), - ), - 1 => array( - 'type' => 'container', - 'orientation' => 'horizontal', - 'styles' => array( - 'block' => array( - 'backgroundColor' => '#ebebeb', - ), - ), - 'blocks' => array( - 0 => array( - 'type' => 'container', - 'orientation' => 'vertical', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - ), - 'blocks' => array( - 0 => array( - 'type' => 'spacer', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - 'height' => '40px', - ), - ), - ), - 1 => array( - 'type' => 'text', - 'text' => 'Tasting notes: A rich, caramel flavor with subtle hints of molasses. The perfect wake-up morning espresso!
-
Have an idea for the Next Great Sandwich? Tell us! We\'re offering free lunch for a month if you can invent an awesome new sandwich for our menu.
- -Simply tweet your ideas to @franksroasthouse and use #sandwichcomp and we\'ll let you know if you\'re a winner.
', - ), - 4 => array( - 'type' => 'button', - 'text' => 'Find out more', - 'url' => 'http://example.org', - 'styles' => array( - 'block' => array( - 'backgroundColor' => '#604b4b', - 'borderColor' => '#443232', - 'borderWidth' => '1px', - 'borderRadius' => '3px', - 'borderStyle' => 'solid', - 'width' => '180px', - 'lineHeight' => '34px', - 'fontColor' => '#ffffff', - 'fontFamily' => 'Arial', - 'fontSize' => '14px', - 'fontWeight' => 'normal', - 'textAlign' => 'center', - ), - ), - ), - 5 => array( - 'type' => 'spacer', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - 'height' => '40px', - ), - ), - ), - 6 => array( - 'type' => 'text', - 'text' => 'Watch out Broad Street, we\'re coming to you very soon!
- -Keep an eye on your inbox, as we\'ll have some special offers for our email subscribers plus an exclusive launch party invite!
Frank\'s is now open even later, so you can get your caffeine fix all day (and night) long! Here\'s our new opening hours:
- -Unsubscribe | Manage subscription
12345 MailPoet Drive, EmailVille, 76543
Hi [subscriber:firstname | default:reader]
- -Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Donec ut venenatis ipsum. Etiam efficitur magna a convallis consectetur. Nunc dapibus cursus mauris vel sollicitudin. Etiam magna libero, posuere ac nulla nec, iaculis pulvinar arcu.
', - ), - 3 => array( - 'type' => 'spacer', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - 'height' => '20px', - ), - ), - ), - ), - ), - ), - ), - 1 => array( - 'type' => 'container', - 'orientation' => 'horizontal', - 'styles' => array( - 'block' => array( - 'backgroundColor' => '#ebdddd', - ), - ), - 'blocks' => array( - 0 => array( - 'type' => 'container', - 'orientation' => 'vertical', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - ), - 'blocks' => array( - 0 => array( - 'type' => 'divider', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - 'padding' => '16px', - 'borderStyle' => 'dashed', - 'borderWidth' => '2px', - 'borderColor' => '#9a5fa1', - ), - ), - ), - 1 => array( - 'type' => 'text', - 'text' => 'Quisque nec vulputate velit, non sagittis ex. Suspendisse ligula urna, tempus sed iaculis sit amet, convallis at arcu.
-Praesent molestie mollis sapien vel dignissim. Maecenas ultrices, odio eget dapibus iaculis, ligula ex aliquet leo.
-Diam et vestibulum facilisis:
-Unsubscribe | Manage subscription
1 Store Street, Shopville, CA 1345
', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - 'text' => array( - 'fontColor' => '#343434', - 'fontFamily' => 'Verdana', - 'fontSize' => '12px', - 'textAlign' => 'center', - ), - 'link' => array( - 'fontColor' => '#488e88', - 'textDecoration' => 'none', - ), - ), - ), - ), - ), - ), - ), - ), - ), - 'globalStyles' => array( - 'text' => array( - 'fontColor' => '#343434', - 'fontFamily' => 'Verdana', - 'fontSize' => '14px', - ), - 'h1' => array( - 'fontColor' => '#488e88', - 'fontFamily' => 'Trebuchet MS', - 'fontSize' => '22px', - ), - 'h2' => array( - 'fontColor' => '#9a5fa1', - 'fontFamily' => 'Verdana', - 'fontSize' => '24px', - ), - 'h3' => array( - 'fontColor' => '#9a5fa1', - 'fontFamily' => 'Trebuchet MS', - 'fontSize' => '18px', - ), - 'link' => array( - 'fontColor' => '#488e88', - 'textDecoration' => 'underline', - ), - 'wrapper' => array( - 'backgroundColor' => '#afe3de', - ), - 'body' => array( - 'backgroundColor' => '#afe3de', - ), - ), - ); - } - - private function getThumbnail() { - return $this->template_image_url . '/discount.jpg'; - } - -} \ No newline at end of file diff --git a/lib/Config/PopulatorData/Templates/DogFood.php b/lib/Config/PopulatorData/Templates/DogFood.php new file mode 100644 index 0000000000..b633e300c3 --- /dev/null +++ b/lib/Config/PopulatorData/Templates/DogFood.php @@ -0,0 +1,1149 @@ +template_image_url = 'https://ps.w.org/mailpoet/assets/newsletter-templates/dog-food'; + $this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons'; + } + + function get() { + return array( + 'name' => __("Dog Food", 'mailpoet'), + 'categories' => json_encode(array('woocommerce', 'sample')), + 'readonly' => 1, + 'thumbnail' => $this->getThumbnail(), + 'body' => json_encode($this->getBody()), + ); + } + + private function getThumbnail() { + return $this->template_image_url . '/dog-food.jpg'; + } + + private function getBody() { + return array ( + 'content' => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + ), + ), + ), + ), + 1 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + 1 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/Dog-Logo.png', + 'alt' => 'Dog-Logo', + 'fullWidth' => false, + 'width' => '42px', + 'height' => '91px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'left', + ), + ), + ), + ), + ), + 1 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '31px', + ), + ), + ), + 1 => + array ( + 'type' => 'social', + 'iconSet' => 'full-symbol-black', + 'icons' => + array ( + 0 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'facebook', + 'link' => 'http://www.facebook.com', + 'image' => $this->social_icon_url . '/07-full-symbol-black/Facebook.png?mailpoet_version=3.7.3', + 'height' => '32px', + 'width' => '32px', + 'text' => 'Facebook', + ), + 1 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'twitter', + 'link' => 'http://www.twitter.com', + 'image' => $this->social_icon_url . '/07-full-symbol-black/Twitter.png?mailpoet_version=3.7.3', + 'height' => '32px', + 'width' => '32px', + 'text' => 'Twitter', + ), + 2 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'instagram', + 'link' => 'http://instagram.com', + 'image' => $this->social_icon_url . '/07-full-symbol-black/Instagram.png?mailpoet_version=3.7.3', + 'height' => '32px', + 'width' => '32px', + 'text' => 'Instagram', + ), + ), + ), + ), + ), + ), + ), + 2 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '25px', + ), + ), + ), + 1 => + array ( + 'type' => 'text', + 'text' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam a elementum ex.
++
$19.99
', + ), + 2 => + array ( + 'type' => 'button', + 'text' => 'Check it out', + 'url' => '', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#f6f6f6', + 'borderColor' => '#000000', + 'borderWidth' => '3px', + 'borderRadius' => '40px', + 'borderStyle' => 'solid', + 'width' => '113px', + 'lineHeight' => '28px', + 'fontColor' => '#000000', + 'fontFamily' => 'Arial', + 'fontSize' => '14px', + 'fontWeight' => 'bold', + 'textAlign' => 'left', + ), + ), + ), + ), + ), + 1 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/Dog-Product-2.jpg', + 'alt' => 'Dog-Product-2', + 'fullWidth' => false, + 'width' => '500px', + 'height' => '500px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + 1 => + array ( + 'type' => 'text', + 'text' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam a elementum ex.
++
$19.99
', + ), + 2 => + array ( + 'type' => 'button', + 'text' => 'Check it out', + 'url' => '', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#f6f6f6', + 'borderColor' => '#000000', + 'borderWidth' => '3px', + 'borderRadius' => '40px', + 'borderStyle' => 'solid', + 'width' => '113px', + 'lineHeight' => '28px', + 'fontColor' => '#000000', + 'fontFamily' => 'Arial', + 'fontSize' => '14px', + 'fontWeight' => 'bold', + 'textAlign' => 'left', + ), + ), + ), + ), + ), + 2 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/Dog-Product-3.jpg', + 'alt' => 'Dog-Product-3', + 'fullWidth' => false, + 'width' => '500px', + 'height' => '500px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + 1 => + array ( + 'type' => 'text', + 'text' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam a elementum ex.
++
$19.99
', + ), + 2 => + array ( + 'type' => 'button', + 'text' => 'Check it out', + 'url' => '', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#f6f6f6', + 'borderColor' => '#000000', + 'borderWidth' => '3px', + 'borderRadius' => '40px', + 'borderStyle' => 'solid', + 'width' => '113px', + 'lineHeight' => '28px', + 'fontColor' => '#000000', + 'fontFamily' => 'Arial', + 'fontSize' => '14px', + 'fontWeight' => 'bold', + 'textAlign' => 'left', + ), + ), + ), + ), + ), + ), + ), + 5 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#000000', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#ffffff', + 'height' => '45px', + ), + ), + ), + 1 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '35px', + ), + ), + ), + 2 => + array ( + 'type' => 'text', + 'text' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam a elementum ex. Aliquam mollis metus ac nisl luctus pulvinar. Donec tincidunt pharetra sem, nec eleifend augue. Morbi id nunc commodo, tempor erat et, pretium neque. Vivamus ante sapien, consequat vitae ante quis, facilisis pellentesque mi. Praesent at scelerisque leo. Donec elementum mi consequat, ultrices lorem nec, vestibulum arcu. Aenean id libero vitae felis consequat maximus
+', + ), + 3 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + ), + ), + ), + ), + 6 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#d4d4d4', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#d4d4d4', + 'height' => '20px', + ), + ), + ), + 1 => + array ( + 'type' => 'footer', + 'text' => '
Unsubscribe | Manage your subscription
Add your postal address here!
Unsubscribe | Manage subscription
Add your postal address here!
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis pharetra diam semper, vulputate eros quis, sagittis ipsum. Vivamus ullamcorper sapien at sapien maximus, nec venenatis sapien tincidunt. Duis viverra imperdiet magna, a facilisis diam scelerisque at. Nunc at quam ligula. Nullam ut magna velit.
', + ), + 2 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + ), + ), + ), + ), + 3 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/Drone-Image-1.jpg', + 'alt' => 'Drone-Image-1', + 'fullWidth' => true, + 'width' => '400px', + 'height' => '400px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + ), + ), + 1 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '55px', + ), + ), + ), + 1 => + array ( + 'type' => 'text', + 'text' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis pharetra diam semper, vulputate eros quis, sagittis ipsum. Vivamus ullamcorper sapien at sapien maximus, nec venenatis sapien tincidunt.
', + ), + 2 => + array ( + 'type' => 'button', + 'text' => 'Find Out More', + 'url' => '', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#000000', + 'borderColor' => '#000000', + 'borderWidth' => '1px', + 'borderRadius' => '10px', + 'borderStyle' => 'solid', + 'width' => '180px', + 'lineHeight' => '40px', + 'fontColor' => '#ffffff', + 'fontFamily' => 'Arial', + 'fontSize' => '18px', + 'fontWeight' => 'bold', + 'textAlign' => 'left', + ), + ), + ), + ), + ), + ), + ), + 4 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '25px', + ), + ), + ), + ), + ), + ), + ), + 5 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#080808', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '40px', + ), + ), + ), + 1 => + array ( + 'type' => 'text', + 'text' => 'Check out our social media platforms and keep up-to-date with the latest news and events happening near you.
', + ), + 5 => + array ( + 'type' => 'social', + 'iconSet' => 'full-symbol-grey', + 'icons' => + array ( + 0 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'facebook', + 'link' => 'http://www.facebook.com', + 'image' => $this->social_icon_url . '/08-full-symbol-grey/Facebook.png', + 'height' => '32px', + 'width' => '32px', + 'text' => 'Facebook', + ), + 1 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'twitter', + 'link' => 'http://www.twitter.com', + 'image' => $this->social_icon_url . '/08-full-symbol-grey/Twitter.png', + 'height' => '32px', + 'width' => '32px', + 'text' => 'Twitter', + ), + 2 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'instagram', + 'link' => 'http://instagram.com', + 'image' => $this->social_icon_url . '/08-full-symbol-grey/Instagram.png', + 'height' => '32px', + 'width' => '32px', + 'text' => 'Instagram', + ), + 3 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'youtube', + 'link' => 'http://www.youtube.com', + 'image' => $this->social_icon_url . '/08-full-symbol-grey/Youtube.png', + 'height' => '32px', + 'width' => '32px', + 'text' => 'Youtube', + ), + ), + ), + 6 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '30px', + ), + ), + ), + ), + ), + ), + ), + 6 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#242424', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '40px', + ), + ), + ), + ), + ), + ), + ), + 7 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#242424', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + ), + ), + 1 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/Drone-Logo-Light-1.png', + 'alt' => 'Drone-Logo-Light', + 'fullWidth' => false, + 'width' => '120px', + 'height' => '72px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + ), + ), + 2 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + ), + ), + ), + ), + 8 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#242424', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'text', + 'text' => 'Address Line 1
+Address Line 2
+City
+Country
', + ), + 1 => + array ( + 'type' => 'footer', + 'text' => 'Unsubscribe | Manage subscription
', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + 'text' => + array ( + 'fontColor' => '#222222', + 'fontFamily' => 'Arial', + 'fontSize' => '12px', + 'textAlign' => 'center', + ), + 'link' => + array ( + 'fontColor' => '#6cb7d4', + 'textDecoration' => 'none', + ), + ), + ), + ), + ), + ), + ), + ), + ), + 'globalStyles' => + array ( + 'text' => + array ( + 'fontColor' => '#000000', + 'fontFamily' => 'Arial', + 'fontSize' => '14px', + ), + 'h1' => + array ( + 'fontColor' => '#111111', + 'fontFamily' => 'Lucida', + 'fontSize' => '40px', + ), + 'h2' => + array ( + 'fontColor' => '#222222', + 'fontFamily' => 'Arial', + 'fontSize' => '24px', + ), + 'h3' => + array ( + 'fontColor' => '#333333', + 'fontFamily' => 'Verdana', + 'fontSize' => '16px', + ), + 'link' => + array ( + 'fontColor' => '#070707', + 'textDecoration' => 'underline', + ), + 'wrapper' => + array ( + 'backgroundColor' => '#ffffff', + ), + 'body' => + array ( + 'backgroundColor' => '#242424', + ), + ), + 'blockDefaults' => + array ( + 'automatedLatestContent' => + array ( + 'amount' => '5', + 'withLayout' => false, + 'contentType' => 'post', + 'inclusionType' => 'include', + 'displayType' => 'excerpt', + 'titleFormat' => 'h1', + 'titleAlignment' => 'left', + 'titleIsLink' => false, + 'imageFullWidth' => false, + 'featuredImagePosition' => 'belowTitle', + 'showAuthor' => 'no', + 'authorPrecededBy' => 'Author:', + 'showCategories' => 'no', + 'categoriesPrecededBy' => 'Categories:', + 'readMoreType' => 'button', + 'readMoreText' => 'Read more', + 'readMoreButton' => + array ( + 'text' => 'Read more', + 'url' => '[postLink]', + 'context' => 'automatedLatestContent.readMoreButton', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#2ea1cd', + 'borderColor' => '#0074a2', + 'borderWidth' => '1px', + 'borderRadius' => '5px', + 'borderStyle' => 'solid', + 'width' => '180px', + 'lineHeight' => '40px', + 'fontColor' => '#ffffff', + 'fontFamily' => 'Verdana', + 'fontSize' => '18px', + 'fontWeight' => 'normal', + 'textAlign' => 'center', + ), + ), + ), + 'sortBy' => 'newest', + 'showDivider' => true, + 'divider' => + array ( + 'context' => 'automatedLatestContent.divider', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'padding' => '13px', + 'borderStyle' => 'solid', + 'borderWidth' => '3px', + 'borderColor' => '#aaaaaa', + ), + ), + ), + 'backgroundColor' => '#ffffff', + 'backgroundColorAlternate' => '#eeeeee', + ), + 'automatedLatestContentLayout' => + array ( + 'amount' => '5', + 'withLayout' => true, + 'contentType' => 'post', + 'inclusionType' => 'include', + 'displayType' => 'excerpt', + 'titleFormat' => 'h1', + 'titleAlignment' => 'left', + 'titleIsLink' => false, + 'imageFullWidth' => false, + 'featuredImagePosition' => 'alternate', + 'showAuthor' => 'no', + 'authorPrecededBy' => 'Author:', + 'showCategories' => 'no', + 'categoriesPrecededBy' => 'Categories:', + 'readMoreType' => 'button', + 'readMoreText' => 'Read more', + 'readMoreButton' => + array ( + 'text' => 'Read more', + 'url' => '[postLink]', + 'context' => 'automatedLatestContentLayout.readMoreButton', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#2ea1cd', + 'borderColor' => '#0074a2', + 'borderWidth' => '1px', + 'borderRadius' => '5px', + 'borderStyle' => 'solid', + 'width' => '180px', + 'lineHeight' => '40px', + 'fontColor' => '#ffffff', + 'fontFamily' => 'Verdana', + 'fontSize' => '18px', + 'fontWeight' => 'normal', + 'textAlign' => 'center', + ), + ), + ), + 'sortBy' => 'newest', + 'showDivider' => true, + 'divider' => + array ( + 'context' => 'automatedLatestContentLayout.divider', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'padding' => '13px', + 'borderStyle' => 'solid', + 'borderWidth' => '3px', + 'borderColor' => '#aaaaaa', + ), + ), + ), + 'backgroundColor' => '#ffffff', + 'backgroundColorAlternate' => '#eeeeee', + ), + 'button' => + array ( + 'text' => 'Button', + 'url' => '', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#2ea1cd', + 'borderColor' => '#0074a2', + 'borderWidth' => '1px', + 'borderRadius' => '5px', + 'borderStyle' => 'solid', + 'width' => '180px', + 'lineHeight' => '40px', + 'fontColor' => '#ffffff', + 'fontFamily' => 'Verdana', + 'fontSize' => '18px', + 'fontWeight' => 'normal', + 'textAlign' => 'center', + ), + ), + ), + 'divider' => + array ( + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'padding' => '13px', + 'borderStyle' => 'solid', + 'borderWidth' => '3px', + 'borderColor' => '#aaaaaa', + ), + ), + ), + 'footer' => + array ( + 'text' => 'Unsubscribe | Manage subscription
Add your postal address here!
Lorem ipsum dolor sit amet, consectetur adipiscing elit. In elementum nunc vel est congue, a venenatis nunc aliquet. Curabitur luctus, nulla et dignissim elementum, ipsum eros fermentum nulla, non cursus eros mi eu velit. Nunc ex nibh, porta vulputate pharetra ac, placerat sed orci. Etiam enim enim, aliquet nec ligula in, ultrices iaculis dolor. Suspendisse potenti. Praesent fringilla augue ut lorem mattis, vitae fringilla nunc faucibus.
', + ), + 2 => + array( + 'type' => 'spacer', + 'styles' => + array( + 'block' => + array( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + ), + ), + ), + ), + 3 => + array( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array( + 'block' => + array( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array( + 0 => + array( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array( + 'block' => + array( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array( + 0 => + array( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/Fashion-Items-1.jpg', + 'alt' => 'Fashion-Items-1', + 'fullWidth' => true, + 'width' => '364px', + 'height' => '291px', + 'styles' => + array( + 'block' => + array( + 'textAlign' => 'center', + ), + ), + ), + ), + ), + 1 => + array( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array( + 'block' => + array( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array( + 0 => + array( + 'type' => 'spacer', + 'styles' => + array( + 'block' => + array( + 'backgroundColor' => 'transparent', + 'height' => '36px', + ), + ), + ), + 1 => + array( + 'type' => 'text', + 'text' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. In elementum nunc vel est congue, a venenatis nunc aliquet. Curabitur luctus, nulla et dignissim elementum, ipsum eros fermentum nulla, non cursus eros mi eu velit. Nunc ex nibh, porta vulputate pharetra ac, placerat sed orci.
', + ), + ), + ), + ), + ), + 4 => + array( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array( + 'block' => + array( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array( + 0 => + array( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array( + 'block' => + array( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array( + 0 => + array( + 'type' => 'spacer', + 'styles' => + array( + 'block' => + array( + 'backgroundColor' => 'transparent', + 'height' => '36px', + ), + ), + ), + 1 => + array( + 'type' => 'text', + 'text' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. In elementum nunc vel est congue, a venenatis nunc aliquet. Curabitur luctus, nulla et dignissim elementum, ipsum eros fermentum nulla, non cursus eros mi eu velit. Nunc ex nibh, porta vulputate pharetra ac, placerat sed orci.
', + ), + ), + ), + 1 => + array( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array( + 'block' => + array( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array( + 0 => + array( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/Fashion-Items-2.jpg', + 'alt' => 'Fashion-Items-2', + 'fullWidth' => true, + 'width' => '364px', + 'height' => '291px', + 'styles' => + array( + 'block' => + array( + 'textAlign' => 'center', + ), + ), + ), + ), + ), + ), + ), + 5 => + array( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array( + 'block' => + array( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array( + 0 => + array( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array( + 'block' => + array( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array( + 0 => + array( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/Fashion-Items-3.jpg', + 'alt' => 'Fashion-Items-3', + 'fullWidth' => true, + 'width' => '364px', + 'height' => '291px', + 'styles' => + array( + 'block' => + array( + 'textAlign' => 'center', + ), + ), + ), + ), + ), + 1 => + array( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array( + 'block' => + array( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array( + 0 => + array( + 'type' => 'spacer', + 'styles' => + array( + 'block' => + array( + 'backgroundColor' => 'transparent', + 'height' => '36px', + ), + ), + ), + 1 => + array( + 'type' => 'text', + 'text' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. In elementum nunc vel est congue, a venenatis nunc aliquet. Curabitur luctus, nulla et dignissim elementum, ipsum eros fermentum nulla, non cursus eros mi eu velit. Nunc ex nibh, porta vulputate pharetra ac, placerat sed orci.
', + ), + ), + ), + ), + ), + 6 => + array( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array( + 'block' => + array( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array( + 0 => + array( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array( + 'block' => + array( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array( + 0 => + array( + 'type' => 'spacer', + 'styles' => + array( + 'block' => + array( + 'backgroundColor' => 'transparent', + 'height' => '35px', + ), + ), + ), + 1 => + array( + 'type' => 'button', + 'text' => 'Check out the full range here', + 'url' => '', + 'styles' => + array( + 'block' => + array( + 'backgroundColor' => '#cdcdcd', + 'borderColor' => '#e4e4e4', + 'borderWidth' => '1px', + 'borderRadius' => '3px', + 'borderStyle' => 'solid', + 'width' => '288px', + 'lineHeight' => '40px', + 'fontColor' => '#000000', + 'fontFamily' => 'Arial', + 'fontSize' => '16px', + 'fontWeight' => 'bold', + 'textAlign' => 'center', + ), + ), + ), + 2 => + array( + 'type' => 'divider', + 'styles' => + array( + 'block' => + array( + 'backgroundColor' => 'transparent', + 'padding' => '13px', + 'borderStyle' => 'solid', + 'borderWidth' => '1px', + 'borderColor' => '#aaaaaa', + ), + ), + ), + 3 => + array( + 'type' => 'spacer', + 'styles' => + array( + 'block' => + array( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + ), + ), + ), + ), + 7 => + array( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array( + 'block' => + array( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array( + 0 => + array( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array( + 'block' => + array( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array( + 0 => + array( + 'type' => 'text', + 'text' => 'Unsubscribe | Manage subscription
Add your postal address here!
Unsubscribe | Manage subscription
Add your postal address here!
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce in purus risus. Praesent lacinia suscipit maximus. Maecenas nec facilisis lectus.
++
Size: Medium
+Colour: Lime Green
', + ), + 2 => + array ( + 'type' => 'button', + 'text' => 'Recover Cart', + 'url' => '', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#ffffff', + 'borderColor' => '#343434', + 'borderWidth' => '3px', + 'borderRadius' => '0px', + 'borderStyle' => 'solid', + 'width' => '146px', + 'lineHeight' => '37px', + 'fontColor' => '#343434', + 'fontFamily' => 'Arial', + 'fontSize' => '18px', + 'fontWeight' => 'bold', + 'textAlign' => 'left', + ), + ), + ), + ), + ), + ), + ), + 6 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + ), + ), + ), + ), + 7 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#afd147', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '30px', + ), + ), + ), + 1 => + array ( + 'type' => 'text', + 'text' => 'Here\'s 20% off your order if you complete it right now. We\'re nice like that.
', + ), + 2 => + array ( + 'type' => 'button', + 'text' => 'COUPONCODE', + 'url' => '', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#afd147', + 'borderColor' => '#56741d', + 'borderWidth' => '3px', + 'borderRadius' => '5px', + 'borderStyle' => 'solid', + 'width' => '219px', + 'lineHeight' => '50px', + 'fontColor' => '#56741d', + 'fontFamily' => 'Courier New', + 'fontSize' => '26px', + 'fontWeight' => 'bold', + 'textAlign' => 'center', + ), + ), + ), + 3 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + ), + ), + ), + ), + 8 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#222222', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '40px', + ), + ), + ), + 1 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/Fitness-Logo-Footer-1.png', + 'alt' => 'Fitness-Logo-Footer-1', + 'fullWidth' => false, + 'width' => '180px', + 'height' => '52px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + 2 => + array ( + 'type' => 'social', + 'iconSet' => 'grey', + 'icons' => + array ( + 0 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'facebook', + 'link' => 'http://www.facebook.com', + 'image' => $this->social_icon_url . '/02-grey/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0', + 'height' => '32px', + 'width' => '32px', + 'text' => 'Facebook', + ), + 1 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'twitter', + 'link' => 'http://www.twitter.com', + 'image' => $this->social_icon_url . '/02-grey/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0', + 'height' => '32px', + 'width' => '32px', + 'text' => 'Twitter', + ), + 2 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'instagram', + 'link' => 'http://instagram.com', + 'image' => $this->social_icon_url . '/02-grey/Instagram.png?mailpoet_version=3.0.0-rc.2.0.0', + 'height' => '32px', + 'width' => '32px', + 'text' => 'Instagram', + ), + ), + ), + 3 => + array ( + 'type' => 'text', + 'text' => 'Address Line 1, Address Line 2, City, Country
+Unsubscribe | Manage subscription
', + ), + 4 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '40px', + ), + ), + ), + ), + ), + ), + ), + ), + ), + 'globalStyles' => + array ( + 'text' => + array ( + 'fontColor' => '#4e4e4e', + 'fontFamily' => 'Arial', + 'fontSize' => '14px', + ), + 'h1' => + array ( + 'fontColor' => '#4e4e4e', + 'fontFamily' => 'Arial', + 'fontSize' => '40px', + ), + 'h2' => + array ( + 'fontColor' => '#4e4e4e', + 'fontFamily' => 'Arial', + 'fontSize' => '24px', + ), + 'h3' => + array ( + 'fontColor' => '#4e4e4e', + 'fontFamily' => 'Arial', + 'fontSize' => '22px', + ), + 'link' => + array ( + 'fontColor' => '#3c3c3c', + 'textDecoration' => 'underline', + ), + 'wrapper' => + array ( + 'backgroundColor' => '#ffffff', + ), + 'body' => + array ( + 'backgroundColor' => '#222222', + ), + ), + 'blockDefaults' => + array ( + 'automatedLatestContent' => + array ( + 'amount' => '5', + 'contentType' => 'post', + 'inclusionType' => 'include', + 'displayType' => 'excerpt', + 'titleFormat' => 'h1', + 'titleAlignment' => 'left', + 'titleIsLink' => false, + 'imageFullWidth' => false, + 'featuredImagePosition' => 'belowTitle', + 'showAuthor' => 'no', + 'authorPrecededBy' => 'Author:', + 'showCategories' => 'no', + 'categoriesPrecededBy' => 'Categories:', + 'readMoreType' => 'button', + 'readMoreText' => 'Read more', + 'readMoreButton' => + array ( + 'text' => 'Read more', + 'url' => '[postLink]', + 'context' => 'automatedLatestContent.readMoreButton', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#2ea1cd', + 'borderColor' => '#0074a2', + 'borderWidth' => '1px', + 'borderRadius' => '5px', + 'borderStyle' => 'solid', + 'width' => '180px', + 'lineHeight' => '40px', + 'fontColor' => '#ffffff', + 'fontFamily' => 'Verdana', + 'fontSize' => '18px', + 'fontWeight' => 'normal', + 'textAlign' => 'center', + ), + ), + ), + 'sortBy' => 'newest', + 'showDivider' => true, + 'divider' => + array ( + 'context' => 'automatedLatestContent.divider', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'padding' => '13px', + 'borderStyle' => 'solid', + 'borderWidth' => '3px', + 'borderColor' => '#aaaaaa', + ), + ), + ), + 'backgroundColor' => '#ffffff', + 'backgroundColorAlternate' => '#eeeeee', + ), + 'automatedLatestContentLayout' => + array ( + 'amount' => '5', + 'withLayout' => true, + 'contentType' => 'post', + 'inclusionType' => 'include', + 'displayType' => 'excerpt', + 'titleFormat' => 'h1', + 'titleAlignment' => 'left', + 'titleIsLink' => false, + 'imageFullWidth' => false, + 'featuredImagePosition' => 'alternate', + 'showAuthor' => 'no', + 'authorPrecededBy' => 'Author:', + 'showCategories' => 'no', + 'categoriesPrecededBy' => 'Categories:', + 'readMoreType' => 'button', + 'readMoreText' => 'Read more', + 'readMoreButton' => + array ( + 'text' => 'Read more', + 'url' => '[postLink]', + 'context' => 'automatedLatestContentLayout.readMoreButton', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#2ea1cd', + 'borderColor' => '#0074a2', + 'borderWidth' => '1px', + 'borderRadius' => '5px', + 'borderStyle' => 'solid', + 'width' => '180px', + 'lineHeight' => '40px', + 'fontColor' => '#ffffff', + 'fontFamily' => 'Verdana', + 'fontSize' => '18px', + 'fontWeight' => 'normal', + 'textAlign' => 'center', + ), + ), + ), + 'sortBy' => 'newest', + 'showDivider' => true, + 'divider' => + array ( + 'context' => 'automatedLatestContentLayout.divider', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'padding' => '13px', + 'borderStyle' => 'solid', + 'borderWidth' => '3px', + 'borderColor' => '#aaaaaa', + ), + ), + ), + 'backgroundColor' => '#ffffff', + 'backgroundColorAlternate' => '#eeeeee', + ), + 'button' => + array ( + 'text' => 'Button', + 'url' => '', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#2ea1cd', + 'borderColor' => '#0074a2', + 'borderWidth' => '1px', + 'borderRadius' => '5px', + 'borderStyle' => 'solid', + 'width' => '180px', + 'lineHeight' => '40px', + 'fontColor' => '#ffffff', + 'fontFamily' => 'Verdana', + 'fontSize' => '18px', + 'fontWeight' => 'normal', + 'textAlign' => 'center', + ), + ), + ), + 'divider' => + array ( + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'padding' => '13px', + 'borderStyle' => 'solid', + 'borderWidth' => '3px', + 'borderColor' => '#aaaaaa', + ), + ), + ), + 'footer' => + array ( + 'text' => 'Unsubscribe | Manage subscription
Add your postal address here!
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra. Pellentesque in interdum eros, a venenatis velit. Fusce finibus convallis augue, ut viverra felis placerat in.
++
Curabitur et commodo ipsum. Mauris tellus metus, tristique vel sollicitudin ut, malesuada in augue. Aliquam ultricies purus vel commodo vehicula.
', + ), + 1 => + array ( + 'type' => 'button', + 'text' => 'Get Started', + 'url' => '', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#dd2d2d', + 'borderColor' => '#0074a2', + 'borderWidth' => '0px', + 'borderRadius' => '40px', + 'borderStyle' => 'solid', + 'width' => '180px', + 'lineHeight' => '50px', + 'fontColor' => '#ffffff', + 'fontFamily' => 'Arial', + 'fontSize' => '22px', + 'fontWeight' => 'bold', + 'textAlign' => 'center', + ), + ), + ), + 2 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/Gift-Footer.jpg', + 'alt' => 'Gift-Footer', + 'fullWidth' => true, + 'width' => '1280px', + 'height' => '920px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + ), + ), + ), + ), + 2 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#ffffff', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '23px', + ), + ), + ), + 1 => + array ( + 'type' => 'text', + 'text' => 'Address Line 1
+Address Line 2
+City
+Country
', + ), + 2 => + array ( + 'type' => 'divider', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'padding' => '5.5px', + 'borderStyle' => 'solid', + 'borderWidth' => '1px', + 'borderColor' => '#aaaaaa', + ), + ), + ), + 3 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + 4 => + array ( + 'type' => 'social', + 'iconSet' => 'grey', + 'icons' => + array ( + 0 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'facebook', + 'link' => 'http://www.facebook.com', + 'image' => $this->social_icon_url . '/02-grey/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0', + 'height' => '32px', + 'width' => '32px', + 'text' => 'Facebook', + ), + 1 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'twitter', + 'link' => 'http://www.twitter.com', + 'image' => $this->social_icon_url . '/02-grey/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0', + 'height' => '32px', + 'width' => '32px', + 'text' => 'Twitter', + ), + 2 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'instagram', + 'link' => 'http://instagram.com', + 'image' => $this->social_icon_url . '/02-grey/Instagram.png?mailpoet_version=3.0.0-rc.2.0.0', + 'height' => '32px', + 'width' => '32px', + 'text' => 'Instagram', + ), + ), + ), + 5 => + array ( + 'type' => 'text', + 'text' => 'Unsubscribe | Manage your subscription
', + ), + ), + ), + ), + ), + ), + ), + 'globalStyles' => + array ( + 'text' => + array ( + 'fontColor' => '#000000', + 'fontFamily' => 'Arial', + 'fontSize' => '15px', + ), + 'h1' => + array ( + 'fontColor' => '#111111', + 'fontFamily' => 'Arial', + 'fontSize' => '30px', + ), + 'h2' => + array ( + 'fontColor' => '#222222', + 'fontFamily' => 'Arial', + 'fontSize' => '24px', + ), + 'h3' => + array ( + 'fontColor' => '#333333', + 'fontFamily' => 'Arial', + 'fontSize' => '22px', + ), + 'link' => + array ( + 'fontColor' => '#dd2d2d', + 'textDecoration' => 'underline', + ), + 'wrapper' => + array ( + 'backgroundColor' => '#ffffff', + ), + 'body' => + array ( + 'backgroundColor' => '#ffffff', + ), + ), + ); + } + + +} \ No newline at end of file diff --git a/lib/Config/PopulatorData/Templates/Hotels.php b/lib/Config/PopulatorData/Templates/Hotels.php new file mode 100644 index 0000000000..7c3cd41bce --- /dev/null +++ b/lib/Config/PopulatorData/Templates/Hotels.php @@ -0,0 +1,1414 @@ +template_image_url = 'https://ps.w.org/mailpoet/assets/newsletter-templates/hotels'; + $this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons'; + } + + function get() { + return array( + 'name' => __("Hotels", 'mailpoet'), + 'categories' => json_encode(array('standard', 'sample')), + 'readonly' => 1, + 'thumbnail' => $this->getThumbnail(), + 'body' => json_encode($this->getBody()), + ); + } + + private function getThumbnail() { + return $this->template_image_url . '/hotels.jpg'; + } + + private function getBody() { + return array ( + 'content' => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#2d2a31', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/Hotel-Logo-1.png', + 'alt' => 'Hotel-Logo', + 'fullWidth' => false, + 'width' => '554px', + 'height' => '200px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + ), + ), + 1 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + 1 => + array ( + 'type' => 'text', + 'text' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. In elementum nunc vel est congue, a venenatis nunc aliquet. Curabitur luctus, nulla et dignissim elementum, ipsum eros fermentum nulla, non cursus eros mi eu velit. Nunc ex nibh, porta vulputate pharetra ac, placerat sed orci. Etiam enim enim, aliquet nec ligula in, ultrices iaculis dolor. Suspendisse potenti. Praesent fringilla augue ut lorem mattis, vitae fringilla nunc faucibus.
', + ), + 2 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + ), + ), + ), + ), + 3 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => $this->template_image_url . '/dubai-paris.jpg', + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '181px', + ), + ), + ), + 1 => + array ( + 'type' => 'text', + 'text' => 'Here\'s 10% off your next booking with us.
+Just grab the code below and paste it when required on the booking form!
', + ), + 2 => + array ( + 'type' => 'button', + 'text' => 'VALU3DCUST', + 'url' => '', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#ffc600', + 'borderColor' => '#000000', + 'borderWidth' => '2px', + 'borderRadius' => '6px', + 'borderStyle' => 'solid', + 'width' => '219px', + 'lineHeight' => '40px', + 'fontColor' => '#000000', + 'fontFamily' => 'Courier New', + 'fontSize' => '30px', + 'fontWeight' => 'bold', + 'textAlign' => 'center', + ), + ), + ), + 3 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '25px', + ), + ), + ), + ), + ), + ), + ), + 7 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#2d2a31', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + ), + ), + ), + ), + 8 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#2d2a31', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + ), + ), + 1 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/Hotel-Logo-Small.png', + 'alt' => 'Hotel-Logo-Small', + 'fullWidth' => true, + 'width' => '554px', + 'height' => '200px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + ), + ), + 2 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + ), + ), + ), + ), + 9 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#2d2a31', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'text', + 'text' => 'Address Line 1
+Address Line 2
+City
+Country
', + ), + 1 => + array ( + 'type' => 'social', + 'iconSet' => 'full-symbol-grey', + 'icons' => + array ( + 0 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'facebook', + 'link' => 'http://www.facebook.com', + 'image' => $this->social_icon_url . '/08-full-symbol-grey/Facebook.png', + 'height' => '32px', + 'width' => '32px', + 'text' => 'Facebook', + ), + 1 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'twitter', + 'link' => 'http://www.twitter.com', + 'image' => $this->social_icon_url . '/08-full-symbol-grey/Twitter.png', + 'height' => '32px', + 'width' => '32px', + 'text' => 'Twitter', + ), + 2 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'instagram', + 'link' => 'http://instagram.com', + 'image' => $this->social_icon_url . '/08-full-symbol-grey/Instagram.png', + 'height' => '32px', + 'width' => '32px', + 'text' => 'Instagram', + ), + ), + ), + 2 => + array ( + 'type' => 'footer', + 'text' => 'Unsubscribe | Manage subscription
Add your postal address here!
Unsubscribe | Manage subscription
Add your postal address here!
Nam convallis lorem tellus, eget sodales magna semper quis.
', - ), - 2 => array( - 'type' => 'spacer', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - 'height' => '20px', - ), - ), - ), - ), - ), - 1 => array( - 'type' => 'container', - 'orientation' => 'vertical', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - ), - 'blocks' => array( - 0 => array( - 'type' => 'text', - 'text' => 'Nottington 0-1 East Lettersley
-Little Bickburgh 2-1 Rockingham
- -Richmond West 1-0 Offington
-Shorleton 5-2 Garphingham
-Westwood 1-3 Chesham
- -Millham 4-2 Dunn Village
-Emmington 1-1 Finham
-Little Forest 0-2 Winton
- -Southfield 2-1 Fincham
-High Ridlington 0-1 Benham
-Tinton 4-6 Dortington
', - ), - 1 => array( - 'type' => 'spacer', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - 'height' => '20px', - ), - ), - ), - ), - ), - ), - ), - 2 => array( - 'type' => 'container', - 'orientation' => 'horizontal', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - ), - 'blocks' => array( - 0 => array( - 'type' => 'container', - 'orientation' => 'vertical', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - ), - 'blocks' => array( - 0 => array( - 'type' => 'divider', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - 'padding' => '25px', - 'borderStyle' => 'ridge', - 'borderWidth' => '5px', - 'borderColor' => '#484747', - ), - ), - ), - 1 => array( - 'type' => 'text', - 'text' => 'Vestibulum consectetur, quam sed tristique feugiat, elit sapien molestie mi, eu dapibus eros sapien ut risus. Nullam non scelerisque ligula.
- -Donec vitae nunc tempus, elementum magna et, ultrices velit. Sed eu consequat sapien, at dictum diam. Sed tristique egestas justo sit amet vulputate. Proin rhoncus sem eu odio ultricies ultrices.
', - ), - 1 => array( - 'type' => 'button', - 'text' => 'READ MORE', - 'url' => 'http://www.google.co.uk', - 'styles' => array( - 'block' => array( - 'backgroundColor' => '#61cc5a', - 'borderColor' => '#2f6a2c', - 'borderWidth' => '3px', - 'borderRadius' => '5px', - 'borderStyle' => 'solid', - 'width' => '180px', - 'lineHeight' => '40px', - 'fontColor' => '#252525', - 'fontFamily' => 'Lucida', - 'fontSize' => '14px', - 'fontWeight' => 'bold', - 'textAlign' => 'left', - ), - ), - ), - 2 => array( - 'type' => 'spacer', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - 'height' => '20px', - ), - ), - ), - ), - ), - 1 => array( - 'type' => 'container', - 'orientation' => 'vertical', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - ), - 'blocks' => array( - 0 => array( - 'type' => 'text', - 'text' => 'Aenean a arcu egestas, tincidunt nisi ut, mollis arcu. Sed eget dapibus nisi. Quisque tortor mi, consequat ut erat et, porta imperdiet dui.
- -Mauris vestibulum tortor ut justo luctus blandit. Vestibulum mollis sollicitudin tempor. Duis gravida, dui quis eleifend scelerisque, libero orci semper metus, sed maximus odio tortor ac sem.
', - ), - 1 => array( - 'type' => 'button', - 'text' => 'READ MORE', - 'url' => 'https://www.google.co.uk', - 'styles' => array( - 'block' => array( - 'backgroundColor' => '#61cc5a', - 'borderColor' => '#2f6a2c', - 'borderWidth' => '3px', - 'borderRadius' => '5px', - 'borderStyle' => 'solid', - 'width' => '180px', - 'lineHeight' => '40px', - 'fontColor' => '#252525', - 'fontFamily' => 'Lucida', - 'fontSize' => '14px', - 'fontWeight' => 'bold', - 'textAlign' => 'left', - ), - ), - ), - 2 => array( - 'type' => 'spacer', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - 'height' => '20px', - ), - ), - ), - ), - ), - ), - ), - 4 => array( - 'type' => 'container', - 'orientation' => 'horizontal', - 'styles' => array( - 'block' => array( - 'backgroundColor' => '#8aeb83', - ), - ), - 'blocks' => array( - 0 => array( - 'type' => 'container', - 'orientation' => 'vertical', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - ), - 'blocks' => array( - 0 => array( - 'type' => 'spacer', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - 'height' => '28px', - ), - ), - ), - 1 => array( - 'type' => 'text', - 'text' => 'Donec imperdiet
Tortor tincidunt, luctus libero vel, dapibus quam
Donec vulputate tempor auctor purus sit amet cursus ultricies
', - ), - 3 => array( - 'type' => 'button', - 'text' => 'SHOP', - 'url' => '', - 'styles' => array( - 'block' => array( - 'backgroundColor' => '#61cc5a', - 'borderColor' => '#2f6a2c', - 'borderWidth' => '3px', - 'borderRadius' => '5px', - 'borderStyle' => 'solid', - 'width' => '180px', - 'lineHeight' => '40px', - 'fontColor' => '#252525', - 'fontFamily' => 'Lucida', - 'fontSize' => '14px', - 'fontWeight' => 'bold', - 'textAlign' => 'left', - ), - ), - ), - ), - ), - 2 => array( - 'type' => 'container', - 'orientation' => 'vertical', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - ), - 'blocks' => array( - 0 => array( - 'type' => 'spacer', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - 'height' => '20px', - ), - ), - ), - 1 => array( - 'type' => 'image', - 'link' => '', - 'src' => $this->template_image_url . '/plant-pot.jpg', - 'alt' => 'plant-pot', - 'fullWidth' => false, - 'width' => '400px', - 'height' => '400px', - 'styles' => array( - 'block' => array( - 'textAlign' => 'center', - ), - ), - ), - 2 => array( - 'type' => 'text', - 'text' => 'Libero tortor aliquet metus eget efficitur est lorem sit amet purus
', - ), - 3 => array( - 'type' => 'button', - 'text' => 'SHOP', - 'url' => '', - 'styles' => array( - 'block' => array( - 'backgroundColor' => '#61cc5a', - 'borderColor' => '#2f6a2c', - 'borderWidth' => '3px', - 'borderRadius' => '5px', - 'borderStyle' => 'solid', - 'width' => '180px', - 'lineHeight' => '40px', - 'fontColor' => '#252525', - 'fontFamily' => 'Lucida', - 'fontSize' => '14px', - 'fontWeight' => 'bold', - 'textAlign' => 'left', - ), - ), - ), - ), - ), - ), - ), - 6 => array( - 'type' => 'container', - 'orientation' => 'horizontal', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - ), - 'blocks' => array( - 0 => array( - 'type' => 'container', - 'orientation' => 'vertical', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - ), - 'blocks' => array( - 0 => array( - 'type' => 'spacer', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - 'height' => '40px', - ), - ), - ), - 1 => array( - 'type' => 'footer', - 'text' => 'Unsubscribe | Manage subscriptionBoys Clothes
', + ), + ), + ), + 1 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'display' => 'scale', + 'src' => NULL, + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'text', + 'text' => 'Girls Clothes
', + ), + ), + ), + 2 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'display' => 'scale', + 'src' => NULL, + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'text', + 'text' => 'Toys & Games
', + ), + ), + ), + ), + ), + 4 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => $this->template_image_url . '/Kids-Clothing-Header.jpg', + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#9cd1e1', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '80px', + ), + ), + ), + 1 => + array ( + 'type' => 'text', + 'text' => 'Kids Dinosaur Suit
+$14.99
+', + ), + 2 => + array ( + 'type' => 'divider', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'borderColor' => '#aaaaaa', + 'borderStyle' => 'solid', + 'borderWidth' => '3px', + 'padding' => '0px', + ), + ), + ), + 3 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + 4 => + array ( + 'type' => 'text', + 'text' => 'Size: Small
+Colour: Varied
', + ), + ), + ), + 2 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'display' => 'scale', + 'src' => NULL, + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '28px', + ), + ), + ), + 1 => + array ( + 'type' => 'button', + 'text' => 'Go To Cart', + 'url' => '', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#9bd2e0', + 'borderColor' => '#0074a2', + 'borderRadius' => '40px', + 'borderStyle' => 'solid', + 'borderWidth' => '0px', + 'fontColor' => '#4e4e4e', + 'fontFamily' => 'Arial', + 'fontSize' => '18px', + 'fontWeight' => 'bold', + 'lineHeight' => '40px', + 'textAlign' => 'left', + 'width' => '154px', + ), + ), + ), + ), + ), + ), + ), + 8 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'display' => 'scale', + 'src' => NULL, + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'display' => 'scale', + 'src' => NULL, + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + ), + ), + ), + ), + 9 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'display' => 'scale', + 'src' => NULL, + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#fceba5', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'display' => 'scale', + 'src' => NULL, + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + 1 => + array ( + 'type' => 'text', + 'text' => 'Cherry Dress
+$10.99
', + ), + 2 => + array ( + 'type' => 'button', + 'text' => 'View', + 'url' => '', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#9bd2e0', + 'borderColor' => '#0074a2', + 'borderRadius' => '40px', + 'borderStyle' => 'solid', + 'borderWidth' => '0px', + 'fontColor' => '#4e4e4e', + 'fontFamily' => 'Arial', + 'fontSize' => '18px', + 'fontWeight' => 'bold', + 'lineHeight' => '40px', + 'textAlign' => 'left', + 'width' => '90px', + ), + ), + ), + ), + ), + 1 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'display' => 'scale', + 'src' => NULL, + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/Kids-Clothing-Image-2.jpg', + 'alt' => 'Kids-Clothing-Image-2', + 'fullWidth' => false, + 'width' => '500px', + 'height' => '500px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + 1 => + array ( + 'type' => 'text', + 'text' => 'Red T-Shirt
+$9.49
', + ), + 2 => + array ( + 'type' => 'button', + 'text' => 'View', + 'url' => '', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#9bd2e0', + 'borderColor' => '#0074a2', + 'borderRadius' => '40px', + 'borderStyle' => 'solid', + 'borderWidth' => '0px', + 'fontColor' => '#4e4e4e', + 'fontFamily' => 'Arial', + 'fontSize' => '18px', + 'fontWeight' => 'bold', + 'lineHeight' => '40px', + 'textAlign' => 'left', + 'width' => '90px', + ), + ), + ), + ), + ), + 2 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'display' => 'scale', + 'src' => NULL, + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/Kids-Clothing-Image-4.jpg', + 'alt' => 'Kids-Clothing-Image-4', + 'fullWidth' => false, + 'width' => '500px', + 'height' => '500px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + 1 => + array ( + 'type' => 'text', + 'text' => 'Pink Dance Dress
+$11.99
', + ), + 2 => + array ( + 'type' => 'button', + 'text' => 'View', + 'url' => '', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#9bd2e0', + 'borderColor' => '#0074a2', + 'borderRadius' => '40px', + 'borderStyle' => 'solid', + 'borderWidth' => '0px', + 'fontColor' => '#4e4e4e', + 'fontFamily' => 'Arial', + 'fontSize' => '18px', + 'fontWeight' => 'bold', + 'lineHeight' => '40px', + 'textAlign' => 'left', + 'width' => '90px', + ), + ), + ), + ), + ), + ), + ), + 12 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'display' => 'scale', + 'src' => NULL, + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#f8f8f8', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'display' => 'scale', + 'src' => NULL, + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/Kids-Clothing-Footer.jpg', + 'alt' => 'Kids-Clothing-Footer', + 'fullWidth' => true, + 'width' => '1280px', + 'height' => '107px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + ), + ), + ), + ), + 13 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'display' => 'scale', + 'src' => NULL, + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#c3e1e8', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'display' => 'scale', + 'src' => NULL, + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + 1 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/Kids-Clothing-Logo-Footer-150x61.png', + 'alt' => 'Kids-Clothing-Logo-Footer', + 'fullWidth' => false, + 'width' => '150px', + 'height' => '61px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + 2 => + array ( + 'type' => 'footer', + 'text' => 'Unsubscribe | Manage subscription
Add your postal address here!
Unsubscribe | Manage subscription
Add your postal address here!
EST.2009
', + ), + ), + ), + ), + ), + 2 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#ffffff', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '41px', + ), + ), + ), + 1 => + array ( + 'type' => 'text', + 'text' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra. Pellentesque in interdum eros, a venenatis velit. Fusce finibus convallis augue, ut viverra felis placerat in. Curabitur et commodo ipsum. Mauris tellus metus, tristique vel sollicitudin ut, malesuada in augue. Aliquam ultricies purus vel commodo vehicula. Cras sollicitudin nunc facilisis neque tristique sagittis.
+ +Maecenas iaculis, lacus malesuada dictum dapibus, justo justo molestie lorem, ac dapibus magna urna vel arcu. Aliquam erat volutpat. Sed bibendum, ipsum sed ullamcorper blandit, eros odio interdum nibh, non venenatis metus lacus vitae lectus.
', + ), + 3 => + array ( + 'type' => 'divider', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'padding' => '30px', + 'borderStyle' => 'dotted', + 'borderWidth' => '2px', + 'borderColor' => '#d9d9d9', + ), + ), + ), + 4 => + array ( + 'type' => 'text', + 'text' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra.
++', + ), + ), + ), + ), + ), + 4 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/gettyimages-578313682-800x533.jpg', + 'alt' => 'gettyimages-578313682-800x533', + 'fullWidth' => false, + 'width' => '800px', + 'height' => '533px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + ), + ), + 1 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'text', + 'text' => '
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra.
++', + ), + ), + ), + ), + ), + 5 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/5_what_to_do_p352m1141746-800x533.jpg', + 'alt' => '5_what_to_do_p352m1141746-800x533', + 'fullWidth' => false, + 'width' => '800px', + 'height' => '533px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + ), + ), + 1 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'text', + 'text' => '
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra.
++', + ), + ), + ), + ), + ), + 6 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '35px', + ), + ), + ), + ), + ), + ), + ), + 7 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#f3f3f3', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '47px', + ), + ), + ), + 1 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/Minimal-Logo-Small.png', + 'alt' => 'Minimal-Logo-Small', + 'fullWidth' => false, + 'width' => '120px', + 'height' => '23px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + ), + ), + 1 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '40px', + ), + ), + ), + 1 => + array ( + 'type' => 'social', + 'iconSet' => 'full-symbol-color', + 'icons' => + array ( + 0 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'facebook', + 'link' => 'http://www.facebook.com', + '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', + ), + 1 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'twitter', + 'link' => 'http://www.twitter.com', + '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', + ), + 2 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'instagram', + 'link' => 'http://instagram.com', + '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', + ), + ), + ), + ), + ), + 2 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + 1 => + array ( + 'type' => 'footer', + 'text' => ' +
Manage subscription
Add your postal address here!
Unsubscribe | Manage subscription
Add your postal address here!
They certainly know how to fold. A see-through artificial wing case has been used to watch for the first time as ladybirds put away their wings after flight.
', + ), + 2 => + array ( + 'type' => 'button', + 'text' => 'Read More', + 'url' => 'http://mailpoet.info/ladybirds-transparent-shell-reveals-how-it-folds-its-wings/', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#b956c5', + 'borderColor' => '#000000', + 'borderWidth' => '0px', + 'borderRadius' => '0px', + 'borderStyle' => 'solid', + 'width' => '103px', + 'lineHeight' => '34px', + 'fontColor' => '#ffffff', + 'fontFamily' => 'Arial', + 'fontSize' => '16px', + 'fontWeight' => 'normal', + 'textAlign' => 'left', + ), + ), + ), + ), + ), + 1 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'image', + 'link' => 'http://mailpoet.info/plasma-jet-engines-that-could-take-you-from-the-ground-to-space/', + '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, + 'height' => 440, + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + 1 => + array ( + 'type' => 'text', + 'text' => 'FORGET fuel-powered jet engines. We’re on the verge of having aircraft that can fly from the ground up to the edge of space using air and electricity alone.
', + ), + 2 => + array ( + 'type' => 'button', + 'text' => 'Read More', + 'url' => 'http://mailpoet.info/plasma-jet-engines-that-could-take-you-from-the-ground-to-space/', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#b956c5', + 'borderColor' => '#000000', + 'borderWidth' => '0px', + 'borderRadius' => '0px', + 'borderStyle' => 'solid', + 'width' => '103px', + 'lineHeight' => '34px', + 'fontColor' => '#ffffff', + 'fontFamily' => 'Arial', + 'fontSize' => '16px', + 'fontWeight' => 'normal', + 'textAlign' => 'left', + ), + ), + ), + ), + ), + ), + ), + 5 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '30px', + ), + ), + ), + ), + ), + ), + ), + 6 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'image', + 'link' => 'http://mailpoet.info/cutting-through-the-smog-what-to-do-to-fight-air-pollution/', + '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, + 'height' => 440, + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + 1 => + array ( + 'type' => 'text', + 'text' => 'Unsubscribe | Manage subscription
Add your postal address here!
Unsubscribe | Manage subscription
Add your postal address here!
Manage subscription
Add your postal address here!
Unsubscribe | Manage subscription
Add your postal address here!
FORGET fuel-powered jet engines. We’re on the verge of having aircraft that can fly from the ground up to the edge of space using air and electricity alone. Traditional jet engines create thrust by mixing compressed air with fuel and igniting it. The burning mixture expands rapidly and is blasted out of the back of the engine, pushing it forwards. …
', - ), - 4 => array( - 'type' => 'divider', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - 'padding' => '13px', - 'borderStyle' => 'solid', - 'borderWidth' => '1px', - 'borderColor' => '#aaaaaa', - ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#f2f2f2', + 'height' => '20px', + ), + ), + ), + 1 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/News-Outlet-Title-2.jpg', + 'alt' => 'News-Outlet-Title-2', + 'fullWidth' => true, + 'width' => '1280px', + 'height' => '700px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + ), + ), ), - ), - 5 => array( - 'type' => 'spacer', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - 'height' => '20px', - ), - ), - ), - 6 => array( - 'type' => 'text', - 'text' => 'FORGET fuel-powered jet engines. We’re on the verge of having aircraft that can fly from the ground up to the edge of space using air and electricity alone. Traditional jet engines create thrust by mixing compressed air with fuel and igniting it. The burning mixture expands rapidly and is blasted out of the back of the engine, pushing it forwards. …
', + ), + 4 => + array ( + 'type' => 'divider', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'padding' => '13px', + 'borderStyle' => 'solid', + 'borderWidth' => '1px', + 'borderColor' => '#aaaaaa', + ), + ), + ), + 5 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + 6 => + array ( + 'type' => 'text', + 'text' => 'Tackling our air problems starts with traffic control, but individual action to reduce energy use and intensive farming would also help clean our air.
', - ), - 1 => array( - 'type' => 'divider', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - 'padding' => '13px', - 'borderStyle' => 'solid', - 'borderWidth' => '1px', - 'borderColor' => '#aaaaaa', - ), - ), - ), - 2 => array( - 'type' => 'text', - 'text' => 'They certainly know how to fold. A see-through artificial wing case has been used to watch for the first time as ladybirds put away their wings after flight.
', - ), - 3 => array( - 'type' => 'divider', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - 'padding' => '13px', - 'borderStyle' => 'solid', - 'borderWidth' => '1px', - 'borderColor' => '#aaaaaa', - ), - ), - ), - 4 => array( - 'type' => 'text', - 'text' => 'Jairzinho has just made history. In claiming the fourth goal of an unforgettable 1970 FIFA World Cup Mexico™ Final against Italy, he has maintained his record of scoring in every one of Brazil’s matches en route to the Trophy.
', - ), - ), - ), - 1 => array( - 'type' => 'container', - 'orientation' => 'vertical', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - ), - 'blocks' => array( - 0 => array( - 'type' => 'text', - 'text' => 'As Iceland’s key matches loom, with kick-off just a couple of hours away, you will find their national coach in the pub. This may seem unusual...
', - ), - 1 => array( - 'type' => 'divider', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - 'padding' => '13px', - 'borderStyle' => 'solid', - 'borderWidth' => '1px', - 'borderColor' => '#aaaaaa', - ), - ), - ), - 2 => array( - 'type' => 'text', - 'text' => 'Organising a FIFA World Cup™ in a sustainable manner is a major challenge. The scale of the event inevitably has an impact on the Host Country.
', - ), - 3 => array( - 'type' => 'divider', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - 'padding' => '13px', - 'borderStyle' => 'solid', - 'borderWidth' => '1px', - 'borderColor' => '#aaaaaa', - ), - ), - ), - 4 => array( - 'type' => 'text', - 'text' => 'Given that he won the Golden Boot in his first and came within a whisker of the Final in his second, one might expect Gary Lineker to have a tough time picking his FIFA World Cup™ highlight. Yet the man who scored ten times...
', - ), - ), - ), - ), - ), - 4 => array( - 'type' => 'container', - 'orientation' => 'horizontal', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - ), - 'blocks' => array( - 0 => array( - 'type' => 'container', - 'orientation' => 'vertical', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - ), - 'blocks' => array( - 0 => array( - 'type' => 'spacer', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - 'height' => '40px', - ), + ), + ), + ), ), - ), - 1 => array( - 'type' => 'spacer', - 'styles' => array( - 'block' => array( - 'backgroundColor' => '#f2f2f2', - 'height' => '40px', - ), - ), - ), - 2 => array( - 'type' => 'spacer', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - 'height' => '20px', - ), - ), - ), ), - ), - ), - ), - 5 => array( - 'type' => 'container', - 'orientation' => 'horizontal', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - ), - 'blocks' => array( - 0 => array( - 'type' => 'container', - 'orientation' => 'vertical', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), + 4 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '40px', + ), + ), + ), + 1 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#f2f2f2', + 'height' => '40px', + ), + ), + ), + 2 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + ), + ), + ), ), - 'blocks' => array( - 0 => array( - 'type' => 'footer', - 'text' => 'NewsDay
+ 5 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'footer', + 'text' => 'NewsDay
Unsubscribe | Manage subscription
Unsubscribe | Manage subscription
Add your postal address here!
Welcome to this week\'s post.
+Every Friday, we send you the most interesting story of the week in full.
', + ), + 2 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#d6d6d6', + 'height' => '20px', + ), + ), + ), + ), + ), + ), + ), + 3 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '35px', + ), + ), + ), + 1 => + array ( + 'type' => 'text', + 'text' => '++“At least six lamp posts were snapped off while I watched. A few minutes later, I saw a side girder bulge out. But, though the bridge was bucking up at an angle of 45 degrees, I thought she would be able to fight it out. But, that wasn’t to be.” -Bert Farquharson
+
The collapse of the Tacoma Narrows Bridge on the morning of November 7, 1940, is the most iconic example of a spectacular bridge failure in modern times. As the third largest suspension bridge in the world, behind only the George Washington and Golden Gate bridges, it connected Tacoma to the entire Kitsap Peninsula in Puget Sound, and opened to the public on July 1st, 1940. Just four months later, under the right wind conditions, the bridge was driven at its resonant frequency, causing it to oscillate and twist uncontrollably. After undulating for over an hour, the middle section collapsed, and the bridge was destroyed. It was a testimony to the power of resonance, and has been used as a classic example in physics and engineering classes across the country ever since. Unfortunately, the story is a complete myth.
+Every physical system or object has a frequency that’s naturally inherent to it: its resonant frequency. A swing, for example, has a certain frequency you can drive it at; as a child you learn to pump yourself in time with the swing. Pump too slowly or too quickly, and you’ll never build up speed, but if you pump at just the right rate, you can swing as high as your muscles will take you. Resonant frequencies can also be disastrous if you build up too much vibrational energy in a system that can’t handle it, which is how sound alone at just the right pitch is capable of causing a wine glass to shatter.
', + ), + 2 => + array ( + 'type' => 'image', + 'link' => $this->template_image_url . '/0-w9nQeKIWx4fZbwPD.gif', + 'src' => $this->template_image_url . '/0-w9nQeKIWx4fZbwPD.gif', + 'alt' => '', + 'fullWidth' => true, + 'width' => '400', + 'height' => '225', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + 3 => + array ( + 'type' => 'text', + 'text' => 'A wine glass, stimulated by a continued sound at just the right pitch/frequency, will vibrate at such a frequency that the internal stresses will destroy it. Image credit: Marty33 of YouTube.
', + ), + 4 => + array ( + 'type' => 'text', + 'text' => 'It makes sense, looking at what happened to the bridge, that resonance would be the culprit. And that’s the easiest pitfall in science: when you come up with an explanation that’s simple, compelling, and appears obvious. Because in this case, it’s completely wrong. You can calculate what the resonant frequency of the bridge would be, and there was nothing driving at that frequency. All you had was a sustained, strong wind. In fact, the bridge itself wasn’t undulating at its resonant frequency at all!
+But the story of what was actually happening was fascinating, and holds lessons — lessons we haven’t necessarily heeded — for all the bridges we’ve built ever since.
', + ), + 5 => + array ( + 'type' => 'image', + 'link' => $this->template_image_url . '/0-PpT1Hf-4dqFdvSxR.jpeg', + 'src' => $this->template_image_url . '/0-PpT1Hf-4dqFdvSxR.jpeg', + 'alt' => '', + 'fullWidth' => true, + 'width' => '800', + 'height' => '488', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + 6 => + array ( + 'type' => 'text', + 'text' => 'Capilano bridge in Vancouver, Canada, is one of the world’s largest pedestrian suspension bridges. If you walk across it, you’ll leave disoriented from the undulations. Image credit: Leonard G. of English Wikipedia.
', + ), + 7 => + array ( + 'type' => 'text', + 'text' => 'Whenever you have an object suspended between two points, it’s free to move, vibrate, oscillate, etc. It has its own response to outside stimuli, just like a guitar string vibrates in response to outside excitations. That’s what the bridge did most of the time: simply vibrated up-and-down as cars passed over it, as the wind blew, etc. It did what any suspension bridge would do, only slightly more severely due to the cost-saving measures implemented in its construction. Structures like bridges are particularly good at shedding this kind of energy, so that, on its own, posed no danger of collapse.
+But as the wind passed over the bridge on November 7th, a stronger, more sustained wind than it had ever experienced before, causing vortices to form as the steady wind passed over the bridge. In small doses, this wouldn’t pose much of a problem, but take a look at the effects of these vortices on a structure in the video below.
+Over time, they cause a aerodynamic phenomenon known as “flutter,” where the extremities in the direction of the wind get an extra rocking motion to them. This causes the outer portions to move perpendicular to the wind direction, but out-of-phase from the overall up-and-down motion of the bridge. This phenomenon of flutter has been known to be disastrous for aircraft, but it was never seen in a bridge before. At least, not to this extent.
', + ), + 8 => + array ( + 'type' => 'image', + 'link' => $this->template_image_url . '/0-IM2va2_e6Mzg1Et-.jpeg', + 'src' => $this->template_image_url . '/0-IM2va2_e6Mzg1Et-.jpeg', + 'alt' => '', + 'fullWidth' => true, + 'width' => '960', + 'height' => '517', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + 9 => + array ( + 'type' => 'text', + 'text' => 'Under the effects of flutter, aircraft wings can bend or even break off entirely. This has let to the demise of a number of pilots and numerous plane crashes over the years. Image credit: Netherlands Aerospace Center / NLR.
', + ), + 10 => + array ( + 'type' => 'text', + 'text' => 'When the flutter effect began, one of the steel suspension cables supporting the bridge snapped, removing the last major obstacle to this fluttering motion. That was when the additional undulations, where the two sides of the bridge rocked back-and-forth in harmony with one another, began in earnest. With the sustained, strong winds, the continued vortices, and no ability to dissipate those forces, the bridge’s rocking continued unabated, and even intensified. The last humans on the bridge, the photographers, fled the scene.
+Don’t blame resonance for the most famous bridge-collapse of all. The true cause is much scarier, and could affect hundreds of bridges across the world if we ever forget to account for, and mitigate, the fluttering effects that brought this one down.
', + ), + 11 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + ), + ), + ), + ), + 4 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#ebebeb', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + 1 => + array ( + 'type' => 'text', + 'text' => 'Share this with your friends
+We promise not to spam anyone, and we only send our great articles to any email addresses in our list. Promise!
', + ), + 2 => + array ( + 'type' => 'social', + 'iconSet' => 'circles', + 'icons' => + array ( + 0 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'facebook', + 'link' => 'http://www.facebook.com', + 'image' => $this->social_icon_url . '/03-circles/Facebook.png?mailpoet_version=3.0.0-rc.2.0.0', + 'height' => '32px', + 'width' => '32px', + 'text' => 'Facebook', + ), + 1 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'twitter', + 'link' => 'http://www.twitter.com', + 'image' => $this->social_icon_url . '/03-circles/Twitter.png?mailpoet_version=3.0.0-rc.2.0.0', + 'height' => '32px', + 'width' => '32px', + 'text' => 'Twitter', + ), + 2 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'google-plus', + 'link' => 'http://plus.google.com', + 'image' => $this->social_icon_url . '/03-circles/Google-Plus.png?mailpoet_version=3.0.0-rc.2.0.0', + 'height' => '32px', + 'width' => '32px', + 'text' => 'Google Plus', + ), + 3 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'linkedin', + 'link' => 'http://www.linkedin.com', + 'image' => $this->social_icon_url . '/03-circles/LinkedIn.png?mailpoet_version=3.0.0-rc.2.0.0', + 'height' => '32px', + 'width' => '32px', + 'text' => 'LinkedIn', + ), + 4 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'email', + 'link' => '', + 'image' => $this->social_icon_url . '/03-circles/Email.png?mailpoet_version=3.0.0-rc.2.0.0', + 'height' => '32px', + 'width' => '32px', + 'text' => 'Email', + ), + ), + ), + 3 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#d6d6d6', + 'height' => '20px', + ), + ), + ), + ), + ), + ), + ), + 5 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#ffffff', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + 1 => + array ( + 'type' => 'footer', + 'text' => 'Unsubscribe | Manage your subscription
Add your postal address here!
Unsubscribe | Manage subscription
Add your postal address here!
Let\'s get you all set up.
+Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra. Pellentesque in interdum eros, a venenatis velit. Fusce finibus convallis augue, ut viverra felis placerat in.
', + ), + 4 => + array ( + 'type' => 'button', + 'text' => 'Get Started', + 'url' => '', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#8748d5', + 'borderColor' => '#0074a2', + 'borderWidth' => '0px', + 'borderRadius' => '40px', + 'borderStyle' => 'solid', + 'width' => '159px', + 'lineHeight' => '45px', + 'fontColor' => '#ffffff', + 'fontFamily' => 'Arial', + 'fontSize' => '20px', + 'fontWeight' => 'bold', + 'textAlign' => 'center', + ), + ), + ), + 5 => + array ( + 'type' => 'divider', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'padding' => '13px', + 'borderStyle' => 'dashed', + 'borderWidth' => '2px', + 'borderColor' => '#2c2c2c', + ), + ), + ), + 6 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '30px', + ), + ), + ), + ), + ), + ), + ), + 2 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'text', + 'text' => 'Address Line 1
+Address Line 2
+City
+Country
', + ), + ), + ), + 1 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/Phone-Logo.png', + 'alt' => 'Phone-Logo', + 'fullWidth' => false, + 'width' => '122px', + 'height' => '23px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + 1 => + array ( + 'type' => 'social', + 'iconSet' => 'full-symbol-grey', + 'icons' => + array ( + 0 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'facebook', + 'link' => 'http://www.facebook.com', + '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', + ), + 1 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'twitter', + 'link' => 'http://www.twitter.com', + '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', + ), + 2 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'pinterest', + 'link' => 'http://www.pinterest.com', + 'image' => $this->social_icon_url . '/08-full-symbol-grey/Pinterest.png?mailpoet_version=3.0.0-rc.2.0.0', + 'height' => '32px', + 'width' => '32px', + 'text' => 'Pinterest', + ), + 3 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'linkedin', + 'link' => 'http://www.linkedin.com', + 'image' => $this->social_icon_url . '/08-full-symbol-grey/LinkedIn.png?mailpoet_version=3.0.0-rc.2.0.0', + 'height' => '32px', + 'width' => '32px', + 'text' => 'LinkedIn', + ), + ), + ), + ), + ), + 2 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'text', + 'text' => ' +', + ), + ), + ), + ), + ), + ), + ), + 'globalStyles' => + array ( + 'text' => + array ( + 'fontColor' => '#000000', + 'fontFamily' => 'Arial', + 'fontSize' => '15px', + ), + 'h1' => + array ( + 'fontColor' => '#111111', + 'fontFamily' => 'Arial', + 'fontSize' => '30px', + ), + 'h2' => + array ( + 'fontColor' => '#222222', + 'fontFamily' => 'Arial', + 'fontSize' => '24px', + ), + 'h3' => + array ( + 'fontColor' => '#333333', + 'fontFamily' => 'Arial', + 'fontSize' => '22px', + ), + 'link' => + array ( + 'fontColor' => '#8748d5', + 'textDecoration' => 'underline', + ), + 'wrapper' => + array ( + 'backgroundColor' => '#1b1821', + ), + 'body' => + array ( + 'backgroundColor' => '#1b1821', + ), + ), + 'blockDefaults' => + array ( + 'automatedLatestContent' => + array ( + 'amount' => '5', + 'withLayout' => false, + 'contentType' => 'post', + 'inclusionType' => 'include', + 'displayType' => 'excerpt', + 'titleFormat' => 'h1', + 'titleAlignment' => 'left', + 'titleIsLink' => false, + 'imageFullWidth' => false, + 'featuredImagePosition' => 'belowTitle', + 'showAuthor' => 'no', + 'authorPrecededBy' => 'Author:', + 'showCategories' => 'no', + 'categoriesPrecededBy' => 'Categories:', + 'readMoreType' => 'button', + 'readMoreText' => 'Read more', + 'readMoreButton' => + array ( + 'text' => 'Read more', + 'url' => '[postLink]', + 'context' => 'automatedLatestContent.readMoreButton', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#2ea1cd', + 'borderColor' => '#0074a2', + 'borderWidth' => '1px', + 'borderRadius' => '5px', + 'borderStyle' => 'solid', + 'width' => '180px', + 'lineHeight' => '40px', + 'fontColor' => '#ffffff', + 'fontFamily' => 'Verdana', + 'fontSize' => '18px', + 'fontWeight' => 'normal', + 'textAlign' => 'center', + ), + ), + ), + 'sortBy' => 'newest', + 'showDivider' => true, + 'divider' => + array ( + 'context' => 'automatedLatestContent.divider', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'padding' => '13px', + 'borderStyle' => 'solid', + 'borderWidth' => '3px', + 'borderColor' => '#aaaaaa', + ), + ), + ), + 'backgroundColor' => '#ffffff', + 'backgroundColorAlternate' => '#eeeeee', + ), + 'automatedLatestContentLayout' => + array ( + 'amount' => '5', + 'withLayout' => true, + 'contentType' => 'post', + 'inclusionType' => 'include', + 'displayType' => 'excerpt', + 'titleFormat' => 'h1', + 'titleAlignment' => 'left', + 'titleIsLink' => false, + 'imageFullWidth' => false, + 'featuredImagePosition' => 'alternate', + 'showAuthor' => 'no', + 'authorPrecededBy' => 'Author:', + 'showCategories' => 'no', + 'categoriesPrecededBy' => 'Categories:', + 'readMoreType' => 'button', + 'readMoreText' => 'Read more', + 'readMoreButton' => + array ( + 'text' => 'Read more', + 'url' => '[postLink]', + 'context' => 'automatedLatestContentLayout.readMoreButton', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#2ea1cd', + 'borderColor' => '#0074a2', + 'borderWidth' => '1px', + 'borderRadius' => '5px', + 'borderStyle' => 'solid', + 'width' => '180px', + 'lineHeight' => '40px', + 'fontColor' => '#ffffff', + 'fontFamily' => 'Verdana', + 'fontSize' => '18px', + 'fontWeight' => 'normal', + 'textAlign' => 'center', + ), + ), + ), + 'sortBy' => 'newest', + 'showDivider' => true, + 'divider' => + array ( + 'context' => 'automatedLatestContentLayout.divider', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'padding' => '13px', + 'borderStyle' => 'solid', + 'borderWidth' => '3px', + 'borderColor' => '#aaaaaa', + ), + ), + ), + 'backgroundColor' => '#ffffff', + 'backgroundColorAlternate' => '#eeeeee', + ), + 'button' => + array ( + 'text' => 'Button', + 'url' => '', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#2ea1cd', + 'borderColor' => '#0074a2', + 'borderWidth' => '1px', + 'borderRadius' => '5px', + 'borderStyle' => 'solid', + 'width' => '180px', + 'lineHeight' => '40px', + 'fontColor' => '#ffffff', + 'fontFamily' => 'Verdana', + 'fontSize' => '18px', + 'fontWeight' => 'normal', + 'textAlign' => 'center', + ), + ), + ), + 'divider' => + array ( + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'padding' => '13px', + 'borderStyle' => 'solid', + 'borderWidth' => '3px', + 'borderColor' => '#aaaaaa', + ), + ), + ), + 'footer' => + array ( + 'text' => 'Unsubscribe | Manage subscription
Add your postal address here!
TAKING THE WORRY OUT OF REAL ESTATE
', + ), + 2 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + 3 => + array ( + 'type' => 'text', + 'text' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex.
', + ), + ), + ), + 1 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/Property-Icon-2.png', + 'alt' => 'Property-Icon-2', + 'fullWidth' => false, + 'width' => '48px', + 'height' => '48px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + 1 => + array ( + 'type' => 'text', + 'text' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex.
', + ), + ), + ), + 2 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/Property-Icon-3.png', + 'alt' => 'Property-Icon-3', + 'fullWidth' => false, + 'width' => '48px', + 'height' => '48px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + 1 => + array ( + 'type' => 'text', + 'text' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex.
', + ), + ), + ), + ), + ), + 4 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#ffffff', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'divider', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'padding' => '22.5px', + 'borderStyle' => 'solid', + 'borderWidth' => '1px', + 'borderColor' => '#8691be', + ), + ), + ), + 1 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + ), + ), + ), + ), + 5 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'text', + 'text' => 'We\'d love to keep you updated with our latest news.
+Sign up to our newsletter now and you\'ll never miss a thing.
', + ), + 1 => + array ( + 'type' => 'button', + 'text' => 'Sign Up Now', + 'url' => '', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#8691be', + 'borderColor' => '#0074a2', + 'borderWidth' => '0px', + 'borderRadius' => '40px', + 'borderStyle' => 'solid', + 'width' => '180px', + 'lineHeight' => '40px', + 'fontColor' => '#ffffff', + 'fontFamily' => 'Arial', + 'fontSize' => '18px', + 'fontWeight' => 'bold', + 'textAlign' => 'center', + ), + ), + ), + 2 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '24px', + ), + ), + ), + ), + ), + ), + ), + 6 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#6a7087', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '25px', + ), + ), + ), + 1 => + array ( + 'type' => 'footer', + 'text' => 'Unsubscribe | Manage subscription
Add your postal address here!
Unsubscribe | Manage subscription
Add your postal address here!
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
', + ), + 2 => + array ( + 'type' => 'divider', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'padding' => '13px', + 'borderStyle' => 'solid', + 'borderWidth' => '2px', + 'borderColor' => '#f36543', + ), + ), + ), + 3 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + ), + ), + ), + ), + 2 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/1980s-Download-1.jpg', + 'alt' => '1980s-Download-1', + 'fullWidth' => false, + 'width' => '364px', + 'height' => '291px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + ), + ), + 1 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'text', + 'text' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. In elementum nunc vel est congue, a venenatis nunc aliquet. Curabitur luctus, nulla et dignissim elementum, ipsum eros fermentum nulla, non cursus eros mi eu velit.
', + ), + 1 => + array ( + 'type' => 'button', + 'text' => 'Download Here', + 'url' => '', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#f36543', + 'borderColor' => '#f36543', + 'borderWidth' => '1px', + 'borderRadius' => '40px', + 'borderStyle' => 'solid', + 'width' => '150px', + 'lineHeight' => '40px', + 'fontColor' => '#ffffff', + 'fontFamily' => 'Arial', + 'fontSize' => '14px', + 'fontWeight' => 'bold', + 'textAlign' => 'left', + ), + ), + ), + ), + ), + ), + ), + 3 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + ), + ), + ), + ), + 4 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/1980s-Download-2.jpg', + 'alt' => '1980s-Download-2', + 'fullWidth' => false, + 'width' => '364px', + 'height' => '291px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + ), + ), + 1 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'text', + 'text' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. In elementum nunc vel est congue, a venenatis nunc aliquet. Curabitur luctus, nulla et dignissim elementum, ipsum eros fermentum nulla, non cursus eros mi eu velit.
', + ), + 1 => + array ( + 'type' => 'button', + 'text' => 'Download Here', + 'url' => '', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#f36543', + 'borderColor' => '#f36543', + 'borderWidth' => '1px', + 'borderRadius' => '40px', + 'borderStyle' => 'solid', + 'width' => '150px', + 'lineHeight' => '40px', + 'fontColor' => '#ffffff', + 'fontFamily' => 'Arial', + 'fontSize' => '14px', + 'fontWeight' => 'bold', + 'textAlign' => 'left', + ), + ), + ), + ), + ), + ), + ), + 5 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + ), + ), + ), + ), + 6 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/1980s-Download-3.jpg', + 'alt' => '1980s-Download-3', + 'fullWidth' => false, + 'width' => '364px', + 'height' => '291px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + ), + ), + 1 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'text', + 'text' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. In elementum nunc vel est congue, a venenatis nunc aliquet. Curabitur luctus, nulla et dignissim elementum, ipsum eros fermentum nulla, non cursus eros mi eu velit.
', + ), + 1 => + array ( + 'type' => 'button', + 'text' => 'Download Here', + 'url' => '', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#f36543', + 'borderColor' => '#f36543', + 'borderWidth' => '1px', + 'borderRadius' => '40px', + 'borderStyle' => 'solid', + 'width' => '150px', + 'lineHeight' => '40px', + 'fontColor' => '#ffffff', + 'fontFamily' => 'Arial', + 'fontSize' => '14px', + 'fontWeight' => 'bold', + 'textAlign' => 'left', + ), + ), + ), + ), + ), + ), + ), + 7 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#12233c', + 'height' => '40px', + ), + ), + ), + ), + ), + ), + ), + 8 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => $this->template_image_url . '/1980s-Footer.jpg', + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '140px', + ), + ), + ), + 1 => + array ( + 'type' => 'text', + 'text' => 'Unsubscribe | Manage your subscription
Add your postal address here!
Unsubscribe | Manage subscription
Add your postal address here!
Display problems? Open this email in your web browser.
', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#008282', + ), + 'text' => + array ( + 'fontColor' => '#222222', + 'fontFamily' => 'Courier New', + 'fontSize' => '12px', + 'textAlign' => 'left', + ), + 'link' => + array ( + 'fontColor' => '#6cb7d4', + 'textDecoration' => 'underline', + ), + ), + ), + 1 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '30px', + ), + ), + ), + 2 => + array ( + 'type' => 'text', + 'text' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. In elementum nunc vel est congue, a venenatis nunc aliquet. Curabitur luctus, nulla et dignissim elementum, ipsum eros fermentum nulla, non cursus eros mi eu velit. Nunc ex nibh, porta vulputate pharetra ac, placerat sed orci. Etiam enim enim, aliquet nec ligula in, ultrices iaculis dolor. Suspendisse potenti. Praesent fringilla augue ut lorem mattis, vitae fringilla nunc faucibus.
++
Quisque in leo felis. Etiam at libero et enim tincidunt scelerisque. Ut felis lectus, imperdiet quis justo quis, elementum sagittis tellus. Sed elementum, lacus at iaculis vestibulum, nunc leo gravida nisi, sed dapibus nisi odio ac ex. Aliquam id arcu dictum, cursus quam id, eleifend libero.
', + ), + 3 => + array ( + 'type' => 'divider', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'padding' => '13px', + 'borderStyle' => 'ridge', + 'borderWidth' => '3px', + 'borderColor' => '#aaaaaa', + ), + ), + ), + 4 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + 5 => + array ( + 'type' => 'text', + 'text' => 'Computers are much more advanced than they were even a few years ago, but of course we all like to complain about the dumb things they sometimes do. It’s easy to forget how clunky things used to be, though...
+', + ), + ), + ), + 1 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'text', + 'text' => 'Microsoft’s Windows 95 has reached the ripe old age of 22 this year and to commemorate this milestone, TheNextWeb goes into some details about the operating system that users may have missed over the years...
+', + ), + ), + ), + 2 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'text', + 'text' => 'The new Sinclair ZX Spectrum Next home computer which was launched on Kickstarter to mark the 35th birthday of the original Spectrum produced by Sinclair Research has been fully funded in less than 48 hours...
+', + ), + ), + ), + ), + ), + 4 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '35px', + ), + ), + ), + 1 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#008282', + 'height' => '50px', + ), + ), + ), + ), + ), + ), + ), + 5 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#008282', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'text', + 'text' => 'At the time of creation and development, the microcomputers in Japan were not powerful enough to handle the complex tasks related to the design and programming of Space Invaders. Nishikado then designed his own hardware and developmental tools to make the game a reality.
+', + ), + ), + ), + 1 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/Windows94-Today.png', + 'alt' => 'Windows94-Today', + 'fullWidth' => false, + 'width' => '364px', + 'height' => '291px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + ), + ), + ), + ), + 6 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#008282', + 'height' => '20px', + ), + ), + ), + ), + ), + ), + ), + 7 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#f8f8f8', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + 1 => + array ( + 'type' => 'text', + 'text' => '
Let\'s get social!
', + ), + 2 => + array ( + 'type' => 'social', + 'iconSet' => 'grey', + 'icons' => + array ( + 0 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'facebook', + 'link' => 'http://www.facebook.com', + 'image' => $this->social_icon_url . '/02-grey/Facebook.png?mailpoet_version=3.0.0-rc.1.0.4', + 'height' => '32px', + 'width' => '32px', + 'text' => 'Facebook', + ), + 1 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'twitter', + 'link' => 'http://www.twitter.com', + 'image' => $this->social_icon_url . '/02-grey/Twitter.png?mailpoet_version=3.0.0-rc.1.0.4', + 'height' => '32px', + 'width' => '32px', + 'text' => 'Twitter', + ), + 2 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'youtube', + 'link' => 'http://www.youtube.com', + 'image' => $this->social_icon_url . '/02-grey/Youtube.png?mailpoet_version=3.0.0-rc.1.0.4', + 'height' => '32px', + 'width' => '32px', + 'text' => 'Youtube', + ), + 3 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'email', + 'link' => '', + 'image' => $this->social_icon_url . '/02-grey/Email.png?mailpoet_version=3.0.0-rc.1.0.4', + 'height' => '32px', + 'width' => '32px', + 'text' => 'Email', + ), + ), + ), + 3 => + array ( + 'type' => 'footer', + 'text' => 'Unsubscribe | Manage your subscription
Add your postal address here!
Week 23: 23/19/19
', + ), + 1 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + 2 => + array ( + 'type' => 'automatedLatestContent', + 'amount' => '3', + 'contentType' => 'post', + 'terms' => + array ( + ), + 'inclusionType' => 'include', + 'displayType' => 'excerpt', + 'titleFormat' => 'h3', + 'titleAlignment' => 'left', + 'titleIsLink' => true, + 'imageFullWidth' => false, + 'featuredImagePosition' => 'belowTitle', + 'showAuthor' => 'no', + 'authorPrecededBy' => 'Author:', + 'showCategories' => 'no', + 'categoriesPrecededBy' => 'Categories:', + 'readMoreType' => 'link', + 'readMoreText' => 'Read more', + 'readMoreButton' => + array ( + 'type' => 'button', + 'text' => 'Read more', + 'url' => '[postLink]', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#2ea1cd', + 'borderColor' => '#0074a2', + 'borderWidth' => '1px', + 'borderRadius' => '5px', + 'borderStyle' => 'solid', + 'width' => '180px', + 'lineHeight' => '40px', + 'fontColor' => '#ffffff', + 'fontFamily' => 'Verdana', + 'fontSize' => '18px', + 'fontWeight' => 'normal', + 'textAlign' => 'center', + ), + ), + 'context' => 'automatedLatestContent.readMoreButton', + ), + 'sortBy' => 'newest', + 'showDivider' => true, + 'divider' => + array ( + 'type' => 'divider', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'padding' => '13px', + 'borderStyle' => 'solid', + 'borderWidth' => '1px', + 'borderColor' => '#efe7f0', + ), + ), + 'context' => 'automatedLatestContent.divider', + ), + 'backgroundColor' => '#ffffff', + 'backgroundColorAlternate' => '#eeeeee', + ), + 3 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + ), + ), + ), + ), + 3 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#f4f4f4', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '30px', + ), + ), + ), + 1 => + array ( + 'type' => 'text', + 'text' => 'RSS Simple
+Unsubscribe | Manage subscription
+Add your postal address here!
', + ), + ), + ), + ), + ), + ), + ), + 'globalStyles' => + array ( + 'text' => + array ( + 'fontColor' => '#000000', + 'fontFamily' => 'Arial', + 'fontSize' => '15px', + ), + 'h1' => + array ( + 'fontColor' => '#111111', + 'fontFamily' => 'Arial', + 'fontSize' => '30px', + ), + 'h2' => + array ( + 'fontColor' => '#222222', + 'fontFamily' => 'Arial', + 'fontSize' => '24px', + ), + 'h3' => + array ( + 'fontColor' => '#3478f5', + 'fontFamily' => 'Arial', + 'fontSize' => '20px', + ), + 'link' => + array ( + 'fontColor' => '#3478f5', + 'textDecoration' => 'none', + ), + 'wrapper' => + array ( + 'backgroundColor' => '#ffffff', + ), + 'body' => + array ( + 'backgroundColor' => '#f4f4f4', + ), + ), + 'blockDefaults' => + array ( + 'automatedLatestContent' => + array ( + 'amount' => '3', + 'contentType' => 'post', + 'inclusionType' => 'include', + 'displayType' => 'excerpt', + 'titleFormat' => 'h3', + 'titleAlignment' => 'left', + 'titleIsLink' => true, + 'imageFullWidth' => false, + 'featuredImagePosition' => 'belowTitle', + 'showAuthor' => 'no', + 'authorPrecededBy' => 'Author:', + 'showCategories' => 'no', + 'categoriesPrecededBy' => 'Categories:', + 'readMoreType' => 'link', + 'readMoreText' => 'Read more', + 'readMoreButton' => + array ( + 'text' => 'Read more', + 'url' => '[postLink]', + 'context' => 'automatedLatestContent.readMoreButton', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#2ea1cd', + 'borderColor' => '#0074a2', + 'borderWidth' => '1px', + 'borderRadius' => '5px', + 'borderStyle' => 'solid', + 'width' => '180px', + 'lineHeight' => '40px', + 'fontColor' => '#ffffff', + 'fontFamily' => 'Verdana', + 'fontSize' => '18px', + 'fontWeight' => 'normal', + 'textAlign' => 'center', + ), + ), + 'type' => 'button', + ), + 'sortBy' => 'newest', + 'showDivider' => true, + 'divider' => + array ( + 'context' => 'automatedLatestContent.divider', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'padding' => '13px', + 'borderStyle' => 'solid', + 'borderWidth' => '1px', + 'borderColor' => '#efe7f0', + ), + ), + 'type' => 'divider', + ), + 'backgroundColor' => '#ffffff', + 'backgroundColorAlternate' => '#eeeeee', + 'type' => 'automatedLatestContent', + 'terms' => + array ( + ), + ), + 'button' => + array ( + 'text' => 'Read more', + 'url' => '[postLink]', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#2ea1cd', + 'borderColor' => '#0074a2', + 'borderWidth' => '1px', + 'borderRadius' => '5px', + 'borderStyle' => 'solid', + 'width' => '180px', + 'lineHeight' => '40px', + 'fontColor' => '#ffffff', + 'fontFamily' => 'Verdana', + 'fontSize' => '18px', + 'fontWeight' => 'normal', + 'textAlign' => 'center', + ), + ), + 'type' => 'button', + ), + 'divider' => + array ( + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'padding' => '13px', + 'borderStyle' => 'solid', + 'borderWidth' => '3px', + 'borderColor' => '#aaaaaa', + ), + ), + ), + 'footer' => + array ( + 'text' => 'Unsubscribe | Manage subscription
Add your postal address here!
Display problems? Open this email in your web browser.
', - ), - ), - ), - ), - ), - 2 => array( - 'type' => 'container', - 'orientation' => 'horizontal', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - ), - 'blocks' => array( - 0 => array( - 'type' => 'container', - 'orientation' => 'vertical', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - ), - 'blocks' => array( - 0 => array( - 'type' => 'spacer', - 'styles' => array( - 'block' => array( - 'backgroundColor' => '#b1b6d1', - 'height' => '20px', - ), - ), - ), - ), - ), - ), - ), - 3 => array( - 'type' => 'container', - 'orientation' => 'horizontal', - 'styles' => array( - 'block' => array( - 'backgroundColor' => '#ffffff', - ), - ), - 'blocks' => array( - 0 => array( - 'type' => 'container', - 'orientation' => 'vertical', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - ), - 'blocks' => array( - 0 => array( - 'type' => 'spacer', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - 'height' => '20px', - ), - ), - ), - 1 => array( - 'type' => 'automatedLatestContent', - 'amount' => '2', - 'contentType' => 'post', - 'terms' => array(), - 'inclusionType' => 'include', - 'displayType' => 'excerpt', - 'titleFormat' => 'h1', - 'titleAlignment' => 'left', - 'titleIsLink' => false, - 'imageFullWidth' => false, - 'featuredImagePosition' => 'belowTitle', - 'showAuthor' => 'no', - 'authorPrecededBy' => 'Author:', - 'showCategories' => 'no', - 'categoriesPrecededBy' => 'Categories:', - 'readMoreType' => 'button', - 'readMoreText' => 'Read more', - 'readMoreButton' => array( - 'type' => 'button', - 'text' => 'Read more', - 'url' => '[postLink]', - 'styles' => array( - 'block' => array( - 'backgroundColor' => '#2b2d37', - 'borderColor' => '#112d31', - 'borderWidth' => '1px', - 'borderRadius' => '21px', - 'borderStyle' => 'solid', - 'width' => '114px', - 'lineHeight' => '33px', - 'fontColor' => '#ffffff', - 'fontFamily' => 'Arial', - 'fontSize' => '16px', - 'fontWeight' => 'normal', - 'textAlign' => 'left', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#ffffff', ), - ), ), - 'sortBy' => 'newest', - 'showDivider' => true, - 'divider' => array( - 'type' => 'divider', - 'styles' => array( - 'block' => array( + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/Science-Logo.png', + 'alt' => 'Science-Logo', + 'fullWidth' => true, + 'width' => '1280px', + 'height' => '300px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + 1 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/Health-Mag-Title-22.png', + 'alt' => 'Health-Mag-Title-2', + 'fullWidth' => true, + 'width' => '1280px', + 'height' => '214px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + ), + ), + ), + ), + 1 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#b1b6d1', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'text', + 'text' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed in odio dui. Duis et dolor nec erat dictum laoreet. Morbi dapibus turpis id eros viverra tempor.
++
Fusce et diam ac sapien posuere luctus. Etiam in vehicula metus, ac viverra elit. Duis diam lacus, molestie vel enim non, rutrum placerat massa. Suspendisse a elit tincidunt, egestas lacus at, maximus diam.
+', + ), + 2 => + array ( + 'type' => 'button', + 'text' => 'Download Now', + 'url' => '', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#2b2d37', + 'borderColor' => '#2b2d37', + 'borderWidth' => '1px', + 'borderRadius' => '40px', + 'borderStyle' => 'solid', + 'width' => '144px', + 'lineHeight' => '40px', + 'fontColor' => '#ffffff', + 'fontFamily' => 'Arial', + 'fontSize' => '16px', + 'fontWeight' => 'normal', + 'textAlign' => 'left', + ), + ), + ), + ), + ), + 1 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/Health-Mag-Phone.png', + 'alt' => 'Health-Mag-Phone', + 'fullWidth' => false, + 'width' => '400px', + 'height' => '573px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + ), + ), + ), + ), + 6 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/Health-Mag-Promo-End.png', + 'alt' => 'Health-Mag-Promo-End', + 'fullWidth' => true, + 'width' => '1280px', + 'height' => '50px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + ), + ), + ), + ), + 7 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#2b2d37', + 'height' => '35px', + ), + ), + ), + 1 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/Health-Mag-Promo-Start.png', + 'alt' => 'Health-Mag-Promo-Start', + 'fullWidth' => true, + 'width' => '1280px', + 'height' => '50px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + ), + ), + ), + ), + 8 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'text', + 'text' => '
Unsubscribe | Manage subscription
Add your postal address here!
Unsubscribe | Manage subscription
Add your postal address here!
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed in odio dui. Duis et dolor nec erat dictum laoreet. Morbi dapibus turpis id eros viverra tempor.
--
Fusce et diam ac sapien posuere luctus. Etiam in vehicula metus, ac viverra elit. Duis diam lacus, molestie vel enim non, rutrum placerat massa. Suspendisse a elit tincidunt, egestas lacus at, maximus diam.
-', - ), - 2 => array( - 'type' => 'button', - 'text' => 'Download Now', - 'url' => '', - 'styles' => array( - 'block' => array( - 'backgroundColor' => '#2b2d37', - 'borderColor' => '#2b2d37', - 'borderWidth' => '1px', - 'borderRadius' => '40px', - 'borderStyle' => 'solid', - 'width' => '144px', - 'lineHeight' => '40px', - 'fontColor' => '#ffffff', - 'fontFamily' => 'Arial', - 'fontSize' => '16px', - 'fontWeight' => 'normal', - 'textAlign' => 'left', - ), + ), + 'sortBy' => 'newest', + 'showDivider' => true, + 'divider' => + array ( + 'context' => 'posts.divider', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'padding' => '13px', + 'borderStyle' => 'solid', + 'borderWidth' => '3px', + 'borderColor' => '#aaaaaa', + ), ), - ), ), - ), - 1 => array( - 'type' => 'container', - 'orientation' => 'vertical', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - ), - 'blocks' => array( - 0 => array( - 'type' => 'image', - 'link' => '', - 'src' => $this->template_image_url . '/Health-Mag-Phone.png', - 'alt' => 'Health-Mag-Phone', - 'fullWidth' => false, - 'width' => '400px', - 'height' => '573px', - 'styles' => array( - 'block' => array( - 'textAlign' => 'center', - ), - ), - ), - ), - ), + 'backgroundColor' => '#ffffff', + 'backgroundColorAlternate' => '#eeeeee', ), - ), - 7 => array( - 'type' => 'container', - 'orientation' => 'horizontal', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - ), - 'blocks' => array( - 0 => array( - 'type' => 'container', - 'orientation' => 'vertical', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - ), - 'blocks' => array( - 0 => array( - 'type' => 'image', - 'link' => '', - 'src' => $this->template_image_url . '/Health-Mag-Promo-End.png', - 'alt' => 'Health-Mag-Promo-End', - 'fullWidth' => true, - 'width' => '1280px', - 'height' => '50px', - 'styles' => array( - 'block' => array( - 'textAlign' => 'center', - ), + 'social' => + array ( + 'iconSet' => 'default', + 'icons' => + array ( + 0 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'facebook', + 'link' => 'http://www.facebook.com', + 'image' => $this->social_icon_url . '/01-social/Facebook.png?mailpoet_version=3.8.1', + 'height' => '32px', + 'width' => '32px', + 'text' => 'Facebook', ), - ), - ), - ), - ), - ), - 8 => array( - 'type' => 'container', - 'orientation' => 'horizontal', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - ), - 'blocks' => array( - 0 => array( - 'type' => 'container', - 'orientation' => 'vertical', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - ), - 'blocks' => array( - 0 => array( - 'type' => 'spacer', - 'styles' => array( - 'block' => array( - 'backgroundColor' => '#2b2d37', - 'height' => '35px', - ), + 1 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'twitter', + 'link' => 'http://www.twitter.com', + 'image' => $this->social_icon_url . '/01-social/Twitter.png?mailpoet_version=3.8.1', + 'height' => '32px', + 'width' => '32px', + 'text' => 'Twitter', ), - ), - 1 => array( - 'type' => 'image', - 'link' => '', - 'src' => $this->template_image_url . '/Health-Mag-Promo-Start.png', - 'alt' => 'Health-Mag-Promo-Start', - 'fullWidth' => true, - 'width' => '1280px', - 'height' => '50px', - 'styles' => array( - 'block' => array( - 'textAlign' => 'center', - ), - ), - ), ), - ), ), - ), - 9 => array( - 'type' => 'container', - 'orientation' => 'horizontal', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - ), - 'blocks' => array( - 0 => array( - 'type' => 'container', - 'orientation' => 'vertical', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), + 'spacer' => + array ( + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '40px', + ), ), - 'blocks' => array( - 0 => array( - 'type' => 'text', - 'text' => '
Unsubscribe | Manage subscription
Add your postal address here!
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra.
', + ), + 2 => + array ( + 'type' => 'button', + 'text' => 'Choose These Frames', + 'url' => '', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#f8b849', + 'borderColor' => '#0074a2', + 'borderWidth' => '0px', + 'borderRadius' => '0px', + 'borderStyle' => 'solid', + 'width' => '195px', + 'lineHeight' => '40px', + 'fontColor' => '#ffffff', + 'fontFamily' => 'Arial', + 'fontSize' => '16px', + 'fontWeight' => 'normal', + 'textAlign' => 'center', + ), + ), + ), + 3 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/Glasses-Images-2.jpg', + 'alt' => 'Glasses-Images-2', + 'fullWidth' => true, + 'width' => '1280px', + 'height' => '650px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + 4 => + array ( + 'type' => 'text', + 'text' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra.
', + ), + 5 => + array ( + 'type' => 'button', + 'text' => 'Choose These Frames', + 'url' => '', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#f8b849', + 'borderColor' => '#0074a2', + 'borderWidth' => '0px', + 'borderRadius' => '0px', + 'borderStyle' => 'solid', + 'width' => '195px', + 'lineHeight' => '40px', + 'fontColor' => '#ffffff', + 'fontFamily' => 'Arial', + 'fontSize' => '16px', + 'fontWeight' => 'normal', + 'textAlign' => 'center', + ), + ), + ), + 6 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/Glasses-Images-3.jpg', + 'alt' => 'Glasses-Images-3', + 'fullWidth' => true, + 'width' => '1280px', + 'height' => '650px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + 7 => + array ( + 'type' => 'text', + 'text' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra.
', + ), + 8 => + array ( + 'type' => 'button', + 'text' => 'Choose These Frames', + 'url' => '', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#f8b849', + 'borderColor' => '#0074a2', + 'borderWidth' => '0px', + 'borderRadius' => '0px', + 'borderStyle' => 'solid', + 'width' => '195px', + 'lineHeight' => '40px', + 'fontColor' => '#ffffff', + 'fontFamily' => 'Arial', + 'fontSize' => '16px', + 'fontWeight' => 'normal', + 'textAlign' => 'center', + ), + ), + ), + 9 => + array ( + 'type' => 'divider', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#ffffff', + 'padding' => '34.5px', + 'borderStyle' => 'solid', + 'borderWidth' => '2px', + 'borderColor' => '#f8b849', + ), + ), + ), + ), + ), + ), + ), + 3 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/Glasses-Header.jpg', + 'alt' => 'Glasses-Header', + 'fullWidth' => true, + 'width' => '640px', + 'height' => '920px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + ), + ), + 1 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '60px', + ), + ), + ), + 1 => + array ( + 'type' => 'text', + 'text' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra. Pellentesque in interdum eros, a venenatis velit.
+ +Fusce finibus convallis augue, ut viverra felis placerat in. Curabitur et commodo ipsum. Mauris tellus metus, tristique vel sollicitudin ut, malesuada in augue.
', + ), + 2 => + array ( + 'type' => 'button', + 'text' => 'Find Out More', + 'url' => '', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#f8b849', + 'borderColor' => '#0074a2', + 'borderWidth' => '0px', + 'borderRadius' => '0px', + 'borderStyle' => 'solid', + 'width' => '137px', + 'lineHeight' => '40px', + 'fontColor' => '#ffffff', + 'fontFamily' => 'Arial', + 'fontSize' => '16px', + 'fontWeight' => 'normal', + 'textAlign' => 'left', + ), + ), + ), + ), + ), + ), + ), + 4 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#ffffff', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'divider', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#ffffff', + 'padding' => '34.5px', + 'borderStyle' => 'solid', + 'borderWidth' => '2px', + 'borderColor' => '#f8b849', + ), + ), + ), + ), + ), + ), + ), + 5 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'text', + 'text' => 'We\'re just a click or a phone call away.
++
Unsubscribe | Manage your subscription
Add your postal address here!
Donec viverra arcu nec elit congue pellentesque. In ac dictum magna. Morbi sit amet accumsan augue. Cras cursus viverra nulla non tempus. Curabitur sed neque vel sapien feugiat mattis. Morbi ullamcorper tellus diam, sed rutrum nisi faucibus at.
', - ), - 3 => array( - 'type' => 'social', - 'iconSet' => 'circles', - 'icons' => array( - 0 => array( - 'type' => 'socialIcon', - 'iconType' => 'twitter', - 'link' => 'http://example.com', - 'image' => $this->social_icon_url . '/03-circles/Twitter.png', - 'height' => '32px', - 'width' => '32px', - 'text' => 'Twitter', - ), - ), - ), - 4 => array( - 'type' => 'text', - 'text' => 'Morbi ex diam, venenatis a efficitur et, iaculis at nibh. Ut rhoncus, lacus vel fermentum aliquam, mi arcu pharetra metus, quis ullamcorper tortor ligula in diam. Fusce mi elit, finibus at lectus non, pulvinar fringilla risus. Integer porta vel quam et fringilla.
- -Morbi sit amet,
-Jane & Steven
', - ), - ), - ), - ), - ), - 7 => array( - 'type' => 'container', - 'orientation' => 'horizontal', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - ), - 'blocks' => array( - 0 => array( - 'type' => 'container', - 'orientation' => 'vertical', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - ), - 'blocks' => array( - 0 => array( - 'type' => 'divider', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - 'padding' => '13px', - 'borderStyle' => 'dotted', - 'borderWidth' => '2px', - 'borderColor' => '#aaaaaa', - ), - ), - ), - 1 => array( - 'type' => 'header', - 'text' => 'Display problems? Open this email in your web browser', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - 'text' => array( - 'fontColor' => '#222222', - 'fontFamily' => 'Courier New', - 'fontSize' => '12px', - 'textAlign' => 'center', - ), - 'link' => array( - 'fontColor' => '#343434', - 'textDecoration' => 'underline', - ), - ), - ), - 2 => array( - 'type' => 'footer', - 'text' => 'Unsubscribe | Manage subscription
', - 'styles' => array( - 'block' => array( - 'backgroundColor' => 'transparent', - ), - 'text' => array( - 'fontColor' => '#343434', - 'fontFamily' => 'Courier New', - 'fontSize' => '12px', - 'textAlign' => 'center', - ), - 'link' => array( - 'fontColor' => '#343434', - 'textDecoration' => 'underline', - ), - ), - ), - ), - ), - ), - ), - ), - ), - 'globalStyles' => array( - 'text' => array( - 'fontColor' => '#343434', - 'fontFamily' => 'Courier New', - 'fontSize' => '16px', - ), - 'h1' => array( - 'fontColor' => '#180d6b', - 'fontFamily' => 'Trebuchet MS', - 'fontSize' => '26px', - ), - 'h2' => array( - 'fontColor' => '#180d6b', - 'fontFamily' => 'Trebuchet MS', - 'fontSize' => '22px', - ), - 'h3' => array( - 'fontColor' => '#343434', - 'fontFamily' => 'Trebuchet MS', - 'fontSize' => '18px', - ), - 'link' => array( - 'fontColor' => '#f16161', - 'textDecoration' => 'underline', - ), - 'wrapper' => array( - 'backgroundColor' => '#daf3ff', - ), - 'body' => array( - 'backgroundColor' => '#ffffff', - ), - ), - ); - } - - private function getThumbnail() { - return $this->template_image_url . '/travel-nomads.jpg'; - } - -} diff --git a/lib/Config/PopulatorData/Templates/WideStoryLayout.php b/lib/Config/PopulatorData/Templates/WideStoryLayout.php new file mode 100644 index 0000000000..ccca127384 --- /dev/null +++ b/lib/Config/PopulatorData/Templates/WideStoryLayout.php @@ -0,0 +1,677 @@ +template_image_url = 'https://ps.w.org/mailpoet/assets/newsletter-templates/wide-story-layout'; + $this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons'; + } + + function get() { + return array( + 'name' => __("Wide Story Layout", 'mailpoet'), + 'categories' => json_encode(array('notification', 'sample')), + 'readonly' => 1, + 'thumbnail' => $this->getThumbnail(), + 'body' => json_encode($this->getBody()), + ); + } + + private function getThumbnail() { + return $this->template_image_url . '/wide-story-layout.jpg'; + } + + private function getBody() { + return array ( + 'content' => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#f0f0f0', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '50px', + ), + ), + ), + 1 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/Wide-Logo.png', + 'alt' => 'Wide-Logo', + 'fullWidth' => false, + 'width' => '200px', + 'height' => '37px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + 2 => + array ( + 'type' => 'text', + 'text' => 'Tackling our air problems starts with traffic control, but individual action to reduce energy use and intensive farming would also help clean our air.
', + ), + 3 => + array ( + 'type' => 'button', + 'text' => 'Read The Post', + 'url' => 'http://mailpoet.info/cutting-through-the-smog-what-to-do-to-fight-air-pollution/', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#5ecd39', + 'borderColor' => '#000000', + 'borderWidth' => '0px', + 'borderRadius' => '5px', + 'borderStyle' => 'solid', + 'width' => '288px', + 'lineHeight' => '36px', + 'fontColor' => '#ffffff', + 'fontFamily' => 'Lucida', + 'fontSize' => '16px', + 'fontWeight' => 'normal', + 'textAlign' => 'center', + ), + ), + ), + 4 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + ), + ), + ), + ), + 2 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#f0f0f0', + 'height' => '40px', + ), + ), + ), + 1 => + array ( + 'type' => 'image', + 'link' => 'http://mailpoet.info/cutting-through-the-smog-what-to-do-to-fight-air-pollution/', + 'src' => $this->template_image_url . '/gettyimages-578313682-800x533.jpg', + 'alt' => 'gettyimages-578313682-800x533', + 'fullWidth' => true, + 'width' => '800px', + 'height' => '533px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + 2 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '30px', + ), + ), + ), + 3 => + array ( + 'type' => 'text', + 'text' => 'They certainly know how to fold. A see-through artificial wing case has been used to watch for the first time as ladybirds put away their wings after flight.
', + ), + 4 => + array ( + 'type' => 'button', + 'text' => 'Read The Post', + 'url' => '', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#5ecd39', + 'borderColor' => '#000000', + 'borderWidth' => '0px', + 'borderRadius' => '5px', + 'borderStyle' => 'solid', + 'width' => '288px', + 'lineHeight' => '36px', + 'fontColor' => '#ffffff', + 'fontFamily' => 'Lucida', + 'fontSize' => '16px', + 'fontWeight' => 'normal', + 'textAlign' => 'center', + ), + ), + ), + 5 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + 6 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#f0f0f0', + 'height' => '40px', + ), + ), + ), + ), + ), + ), + ), + 3 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'image', + 'link' => 'http://mailpoet.info/cutting-through-the-smog-what-to-do-to-fight-air-pollution/', + 'src' => $this->template_image_url . '/plasma-stingray111-800x533.jpg', + 'alt' => 'plasma-stingray111-800x533', + 'fullWidth' => true, + 'width' => '800px', + 'height' => '533px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + 1 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '30px', + ), + ), + ), + 2 => + array ( + 'type' => 'text', + 'text' => 'Forget fuel-powered jet engines. We’re on the verge of having aircraft that can fly from the ground up to the edge of space using air and electricity alone.
', + ), + 3 => + array ( + 'type' => 'button', + 'text' => 'Read The Post', + 'url' => '', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#5ecd39', + 'borderColor' => '#000000', + 'borderWidth' => '0px', + 'borderRadius' => '5px', + 'borderStyle' => 'solid', + 'width' => '288px', + 'lineHeight' => '36px', + 'fontColor' => '#ffffff', + 'fontFamily' => 'Lucida', + 'fontSize' => '16px', + 'fontWeight' => 'normal', + 'textAlign' => 'center', + ), + ), + ), + 4 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + 5 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#f0f0f0', + 'height' => '40px', + ), + ), + ), + ), + ), + ), + ), + 4 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'image', + 'link' => '', + 'src' => $this->template_image_url . '/Wide-Footer.jpg', + 'alt' => 'Wide-Footer', + 'fullWidth' => true, + 'width' => '1280px', + 'height' => '721px', + 'styles' => + array ( + 'block' => + array ( + 'textAlign' => 'center', + ), + ), + ), + ), + ), + ), + ), + 5 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#5ecd39', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '21px', + ), + ), + ), + 1 => + array ( + 'type' => 'social', + 'iconSet' => 'full-symbol-grey', + 'icons' => + array ( + 0 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'facebook', + 'link' => 'http://www.facebook.com', + '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', + ), + 1 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'twitter', + 'link' => 'http://www.twitter.com', + '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', + ), + 2 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'website', + 'link' => '', + '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', + ), + 3 => + array ( + 'type' => 'socialIcon', + 'iconType' => 'instagram', + 'link' => 'http://instagram.com', + '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', + ), + ), + ), + 2 => + array ( + 'type' => 'footer', + 'text' => 'Unsubscribe | Manage subscription
Add your postal address here!
Red Wine
', + ), + ), + ), + 1 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'text', + 'text' => 'White Wine
', + ), + ), + ), + 2 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'text', + 'text' => 'Rose Wine
', + ), + ), + ), + ), + ), + 3 => + array ( + 'type' => 'container', + 'orientation' => 'horizontal', + 'image' => + array ( + 'src' => $this->template_image_url . '/Wine-Header-1.jpg', + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'container', + 'orientation' => 'vertical', + 'image' => + array ( + 'src' => NULL, + 'display' => 'scale', + ), + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + ), + ), + 'blocks' => + array ( + 0 => + array ( + 'type' => 'spacer', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'height' => '20px', + ), + ), + ), + 1 => + array ( + 'type' => 'text', + 'text' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam a elementum ex. Aliquam mollis metus ac nisl luctus pulvinar. Donec tincidunt pharetra sem, nec eleifend augue.
', + ), + 2 => + array ( + 'type' => 'button', + 'text' => 'CoUponCoDE', + 'url' => '', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => '#ffffff', + 'borderColor' => '#6d6d6d', + 'borderWidth' => '2px', + 'borderRadius' => '0px', + 'borderStyle' => 'solid', + 'width' => '219px', + 'lineHeight' => '50px', + 'fontColor' => '#6d6d6d', + 'fontFamily' => 'Courier New', + 'fontSize' => '30px', + 'fontWeight' => 'bold', + 'textAlign' => 'center', + ), + ), + ), + 3 => + array ( + 'type' => 'divider', + 'styles' => + array ( + 'block' => + array ( + 'backgroundColor' => 'transparent', + 'padding' => '17px', + 'borderStyle' => 'solid', + 'borderWidth' => '1px', + 'borderColor' => '#aaaaaa', + ), + ), + ), + 4 => + array ( + 'type' => 'footer', + 'text' => 'Unsubscribe | Manage your subscription
Add your postal address here!
Unsubscribe | Manage subscription
Add your postal address here!
<\\/p>\\n
It\'s time to design your newsletter! In the right sidebar, you\'ll find 4 menu items that will help you customize your newsletter:<\\/p>\\n
Unsubscribe<\\/a> | Manage your subscription<\\/a> <\\/p>\\n It\'s time to design your newsletter! In the right sidebar, you\'ll find 4 menu items that will help you customize your newsletter:<\\/p>\\n In the right sidebar, you can add these layout blocks to your email:<\\/p>\\n You can change a layout\'s background color by clicking on the settings icon on the right edge of the Designer. Simply hover over this area to see the Settings (gear) icon.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"24.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"social\",\"iconSet\":\"grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"7.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"footer\",\"text\":\" Unsubscribe<\\/a> | Manage your subscription<\\/a> It\'s time to design your newsletter! In the right sidebar, you\'ll find four menu items that will help you customize your newsletter:<\\/p>\\n In the right sidebar, you can add layout blocks to your email:<\\/p>\\n You can change a layout\'s background color by clicking on the settings icon on the right edge of the Designer. Simply hover over this area to see the Settings (gear) icon.<\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\" In the right sidebar, you can add these layout blocks to your email:<\\/p>\\n <\\/p>\\n Unsubscribe<\\/a> | Manage your subscription<\\/a> <\\/p>\\n It\'s time to design your newsletter! In the right sidebar, you\'ll find four menu items that will help you customize your newsletter:<\\/p>\\n In the right sidebar, you can add layout blocks to your newsletter.<\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\" You have the choice of:<\\/p>\\n You can add as many layout blocks as you want!<\\/p>\"},{\"type\":\"text\",\"text\":\"\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"24.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"social\",\"iconSet\":\"grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"7.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"footer\",\"text\":\" Unsubscribe<\\/a> | Manage your subscription<\\/a> <\\/p>\\n MailPoet can automatically<\\/em> <\\/span>send your new blog posts to your subscribers.<\\/span><\\/p>\\n <\\/span><\\/p>\\n Below, you\'ll find three recent posts, which are displayed automatically, thanks to the Automatic Latest Content<\\/em> widget, which can be found in the right sidebar, under Content<\\/em>.<\\/span><\\/p>\\n <\\/span><\\/p>\\n To edit the settings and styles of your post, simply click on a post below.<\\/span><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"automatedLatestContent\",\"amount\":\"3\",\"contentType\":\"post\",\"terms\":[],\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"type\":\"button\",\"text\":\"Read the post\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"160px\",\"lineHeight\":\"30px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"24.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"social\",\"iconSet\":\"grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"7.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"footer\",\"text\":\" Unsubscribe<\\/a> | Manage your subscription<\\/a> <\\/p>\\n [subscriber:firstname | default:Subscriber],<\\/p>\\n <\\/p>\\n You recently joined our list and we\'d like to give you a warm welcome!<\\/p>\\n <\\/p>\\n Want to get to know us better? Check out some of our most popular articles: <\\/p>\\n Unsubscribe<\\/a> | Manage your subscription<\\/a> <\\/p>\\n [subscriber:firstname | default:Subscriber],<\\/p>\\n <\\/p>\\n You recently joined our list and we\'d like to give you a warm welcome!<\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\" Add a single button to your newsletter in order to have one clear call-to-action, which will increase your click rates.<\\/p>\"},{\"type\":\"button\",\"text\":\"Read up!\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"24.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"social\",\"iconSet\":\"grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/02-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"7.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"footer\",\"text\":\" Unsubscribe<\\/a> | Manage your subscription<\\/a> Hi [subscriber:firstname | default:subscriber],<\\/p>\\n <\\/p>\\n In MailPoet, you can write emails in plain text, just like in a regular email. This can make your email newsletters more personal and attention-grabbing.<\\/p>\\n <\\/p>\\n Is this too simple? You can still style your text with basic formatting, like bold<\\/strong> or italics.<\\/em><\\/p>\\n <\\/p>\\n Finally, you can also add a call-to-action button between 2 blocks of text, like this:<\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"23px\"}}},{\"type\":\"button\",\"text\":\"It\'s time to take action!\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}},{\"type\":\"text\",\"text\":\" Thanks for reading. See you soon!<\\/p>\\n <\\/p>\\n The MailPoet Team<\\/em><\\/strong><\\/p>\"},{\"type\":\"footer\",\"text\":\" Unsubscribe<\\/a> | Manage your subscription<\\/a> Cras cursus viverra nulla non tempus. Curabitur sed neque vel sapien! - Morbi ullamcorper, Tellus Diam<\\/p><\\/blockquote>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/example.org\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/burger_joint\\/rolls-01.jpg\",\"alt\":\"rolls-01\",\"fullWidth\":false,\"width\":\"1000px\",\"height\":\"1500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\" Morbi ex diam, venenatis a efficitur et, iaculis at nibh. - Quis Ullamcorper, Tortor Ligula<\\/p><\\/blockquote>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"34px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#e0e0e0\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\" 1263 Schoville Street<\\/p> 53355 DENVER<\\/p> CO<\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\" <\\/em>157 Maine Street<\\/p> 86432 FORT COLLINS <\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\" <\\/em>5390 York Avenue<\\/p> 64297 Pueblo<\\/p> CO<\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-black\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/example.com\",\"image\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/example.com\",\"image\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/07-full-symbol-black\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"header\",\"text\":\" View this email in your web browser<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Verdana\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#d83b3b\",\"textDecoration\":\"underline\"}}},{\"type\":\"footer\",\"text\":\" Unsubscribe<\\/a> | Manage subscription<\\/a> Let\'s get started!<\\/span><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/app_welcome\\/App-Signup-Header.png\",\"alt\":\"App-Signup-Header\",\"fullWidth\":false,\"width\":\"1280px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\" Hi [subscriber:firstname | default:subscriber],<\\/p>\\n <\\/p>\\n In MailPoet, you can write emails in plain text, just like in a regular email. This can make your email newsletters more personal and attention-grabbing.<\\/p>\\n <\\/p>\\n Is this too simple? You can still style your text with basic formatting, like bold<\\/strong> or italics.<\\/em><\\/p>\\n <\\/p>\\n Finally, you can also add a call-to-action button between 2 blocks of text, like this:<\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"23px\"}}},{\"type\":\"button\",\"text\":\"Get Started Here\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#32b6c6\",\"borderColor\":\"#32b6c6\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"188px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/app_welcome\\/App-Signup-Team.jpg\",\"alt\":\"App-Signup-Team\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#eeeeee\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/app_welcome\\/App-Signup-Logo-Footer.png\",\"alt\":\"App-Signup-Logo-Footer\",\"fullWidth\":false,\"width\":\"50px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\" Appy<\\/strong><\\/p>\\n Address Line 1<\\/span><\\/p>\\n Address Line 2<\\/span><\\/p>\\n City<\\/span><\\/p>\\n Unsubscribe<\\/a> | <\\/span>Manage subscription<\\/a><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"full-symbol-color\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#404040\",\"fontFamily\":\"Arial\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"26px\"},\"h2\":{\"fontColor\":\"#404040\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"h3\":{\"fontColor\":\"#32b6c6\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#32b6c6\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/app_welcome/app-welcome-email.jpg', 1, NULL, '2017-10-30 00:57:39'),
-(11, 'World Cup', 'Always a winner.', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/Sports-Football-Header.png\",\"alt\":\"Sports-Football-Header\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"220px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/Sports-Football-Divider-1.png\",\"alt\":\"Sports-Football-Divider-1\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#da6110\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\" Issue #1<\\/span><\\/strong><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\" View In Browser<\\/a><\\/p>\\n Monday 1st January 2017<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#da6110\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/Sports-Football-Header-1.png\",\"alt\":\"Sports-Football-Header\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"580px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\" Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam consequat lorem at est congue, non consequat lacus iaculis. Integer euismod mauris velit, vel ultrices nibh bibendum quis. Donec eget fermentum magna.<\\/p>\\n <\\/p>\\n Nullam congue dui lectus, quis pellentesque orci placerat eu. Fusce semper neque a mi aliquet vulputate sed sit amet nisi. Etiam sed nisl nec orci pretium lacinia eget in turpis. Maecenas in posuere justo. Vestibulum et sapien vestibulum, imperdiet neque in, maximus velit.<\\/p>\\n <\\/p>\\n Proin dignissim elit magna, viverra scelerisque libero vehicula sed<\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/Sports-Football-Divider-3.png\",\"alt\":\"Sports-Football-Divider-3\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#efefef\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#efefef\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\" Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam consequat lorem at est congue, non consequat lacus iaculis. Integer euismod mauris velit, vel ultrices nibh bibendum quis. Donec eget fermentum magna. Nullam congue dui lectus, quis pellentesque orci placerat eu. Fusce semper neque a mi aliquet vulputate sed sit amet nisi...<\\/p>\\n Read More<\\/a><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#efefef\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/icelands-dentist-coach-defying-convention-and-expectations\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/2866107_full-lnd.jpg\",\"alt\":\"Iceland\\u2019s dentist-coach defying convention and expectations\",\"fullWidth\":false,\"width\":652,\"height\":366,\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\" Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam consequat lorem at est congue, non consequat lacus iaculis. Integer euismod mauris velit...<\\/p>\\n Read More<\\/a><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/impact-and-legacy-of-2018-fifa-world-cup-russia-facts-and-figures\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/2709222_full-lnd.jpg\",\"alt\":\"Impact and legacy of 2018 FIFA World Cup Russia: facts and figures\",\"fullWidth\":false,\"width\":652,\"height\":366,\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\" Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam consequat lorem at est congue, non consequat lacus iaculis. Integer euismod...<\\/p>\\n Read More<\\/a><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/linekers-life-changing-treble\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/2867790_full-lnd.jpg\",\"alt\":\"Lineker\\u2019s life-changing treble\",\"fullWidth\":false,\"width\":652,\"height\":366,\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\" Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam consequat lorem at est congue, non consequat lacus iaculis. Integer euismod mauris velit consequat lorem at est congue...<\\/span><\\/p>\\n Read More<\\/a><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#efefef\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/Sports-Football-Divider-2.png\",\"alt\":\"Sports-Football-Divider-2\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/Sports-Football-Footer-1.png\",\"alt\":\"Sports-Football-Footer\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#da6110\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#da6110\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#b55311\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#da6110\",\"height\":\"20px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/Sports-Football-Logo-Small.png\",\"alt\":\"Sports-Football-Logo-Small\",\"fullWidth\":false,\"width\":\"772px\",\"height\":\"171px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#da6110\",\"height\":\"20px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"footer\",\"text\":\" Unsubscribe<\\/a> | Manage subscription<\\/a> Curabitur sollicitudin eros eu cursus sollicitudin. Suspendisse laoreet sollicitudin urna, ut lacinia risus dictum a. Integer a neque eu magna commodo sodales eu eget ante.<\\/p>\"},{\"type\":\"button\",\"text\":\"Get Started\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#7cc119\",\"borderColor\":\"#7cc119\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"100px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/food_box\\/Food-Delivery-Focus.jpg\",\"alt\":\"Food-Delivery-Focus\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"800px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"31.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#e5e5e5\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\" Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sollicitudin eros eu cursus sollicitudin.<\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/food_box\\/Food-Delivery-2-1.png\",\"alt\":\"Food-Delivery-2\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"250px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\" Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sollicitudin eros eu cursus sollicitudin.<\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/food_box\\/Food-Delivery-3-1.png\",\"alt\":\"Food-Delivery-3\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"250px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\" Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sollicitudin eros eu cursus sollicitudin.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"button\",\"text\":\"Get Started\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#7cc119\",\"borderColor\":\"#7cc119\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"100px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#4599da\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\" Link 1 - Link 2 - Link 3 - Link 4<\\/span><\\/strong><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"24px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"}]}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#4599da\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f4f4f4\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"footer\",\"text\":\" Unsubscribe<\\/a> | Manage subscription<\\/a> <\\/p>\\n Hi [subscriber:firstname | default:reader]<\\/p>\\n <\\/p>\\n Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Donec ut venenatis ipsum. Etiam efficitur magna a convallis consectetur. Nunc dapibus cursus mauris vel sollicitudin. Etiam magna libero, posuere ac nulla nec, iaculis pulvinar arcu.<\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ebdddd\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"16px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#9a5fa1\"}}},{\"type\":\"text\",\"text\":\" Quisque nec vulputate velit, non sagittis ex. Suspendisse ligula urna, tempus sed iaculis sit amet, convallis at arcu.<\\/p>\\n Praesent molestie mollis sapien vel dignissim. Maecenas ultrices, odio eget dapibus iaculis, ligula ex aliquet leo.<\\/p>\\n Diam et vestibulum facilisis:<\\/em><\\/p>\\n Unsubscribe<\\/a> | Manage subscription<\\/a><\\/p> 1 Store Street, Shopville, CA 1345<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#343434\",\"fontFamily\":\"Verdana\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#488e88\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#343434\",\"fontFamily\":\"Verdana\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#488e88\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"22px\"},\"h2\":{\"fontColor\":\"#9a5fa1\",\"fontFamily\":\"Verdana\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#9a5fa1\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#488e88\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#afe3de\"},\"body\":{\"backgroundColor\":\"#afe3de\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/discount/discount.jpg', 1, NULL, '2017-10-30 00:57:39'),
-(14, 'Kick-Off', 'Sporty green template for your team or sport event.', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/kick_off\\/football-header.jpg\",\"alt\":\"football-header\",\"fullWidth\":true,\"width\":\"1320px\",\"height\":\"540px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\" Nam convallis lorem tellus, eget sodales magna semper quis.<\\/em><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\" Nottington 0-1 East Lettersley<\\/p>\\n Little Bickburgh 2-1 Rockingham<\\/p>\\n <\\/p>\\n Richmond West 1-0 Offington<\\/p>\\n Shorleton 5-2 Garphingham<\\/p>\\n Westwood 1-3 Chesham<\\/p>\\n <\\/p>\\n Millham 4-2 Dunn Village<\\/p>\\n Emmington 1-1 Finham<\\/p>\\n Little Forest 0-2 Winton<\\/p>\\n <\\/p>\\n Southfield 2-1 Fincham<\\/p>\\n High Ridlington 0-1 Benham<\\/p>\\n Tinton 4-6 Dortington<\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"25px\",\"borderStyle\":\"ridge\",\"borderWidth\":\"5px\",\"borderColor\":\"#484747\"}}},{\"type\":\"text\",\"text\":\" Vestibulum consectetur, quam sed tristique feugiat, elit sapien molestie mi, eu dapibus eros sapien ut risus. Nullam non scelerisque ligula.<\\/p>\\n <\\/p>\\n Donec vitae nunc tempus, elementum magna et, ultrices velit. Sed eu consequat sapien, at dictum diam. Sed tristique egestas justo sit amet vulputate. Proin rhoncus sem eu odio ultricies ultrices.<\\/p>\"},{\"type\":\"button\",\"text\":\"READ MORE\",\"url\":\"http:\\/\\/www.google.co.uk\",\"styles\":{\"block\":{\"backgroundColor\":\"#61cc5a\",\"borderColor\":\"#2f6a2c\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#252525\",\"fontFamily\":\"Lucida\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\" Aenean a arcu egestas, tincidunt nisi ut, mollis arcu. Sed eget dapibus nisi. Quisque tortor mi, consequat ut erat et, porta imperdiet dui.<\\/p>\\n <\\/p>\\n Mauris vestibulum tortor ut justo luctus blandit. Vestibulum mollis sollicitudin tempor. Duis gravida, dui quis eleifend scelerisque, libero orci semper metus, sed maximus odio tortor ac sem.<\\/p>\"},{\"type\":\"button\",\"text\":\"READ MORE\",\"url\":\"https:\\/\\/www.google.co.uk\",\"styles\":{\"block\":{\"backgroundColor\":\"#61cc5a\",\"borderColor\":\"#2f6a2c\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#252525\",\"fontFamily\":\"Lucida\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#8aeb83\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"28px\"}}},{\"type\":\"text\",\"text\":\" Donec imperdiet Donec vulputate tempor auctor purus sit amet cursus ultricies<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"SHOP\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#61cc5a\",\"borderColor\":\"#2f6a2c\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#252525\",\"fontFamily\":\"Lucida\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/kick_off\\/plant-pot.jpg\",\"alt\":\"plant-pot\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\" Libero tortor aliquet metus eget efficitur est lorem sit amet purus<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"SHOP\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#61cc5a\",\"borderColor\":\"#2f6a2c\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#252525\",\"fontFamily\":\"Lucida\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"footer\",\"text\":\"Unsubscribe<\\/a> | Manage subscription<\\/a> Hi [subscriber:firstname | default:explorer]<\\/p>\\n <\\/p>\\n Aliquam feugiat nisl eget eleifend congue. Nullam neque tellus, elementum vel elit dictum, tempus sagittis nunc. Phasellus quis commodo odio. Vestibulum vitae mi vel quam rhoncus egestas eget vitae eros. <\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#843c15\",\"height\":\"40px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\" Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Aliquam dictum urna ac lacus dapibus rhoncus.<\\/p>\"},{\"type\":\"button\",\"text\":\"Read More\",\"url\":\"https:\\/\\/www.google.co.uk\",\"styles\":{\"block\":{\"backgroundColor\":\"#64a1af\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"150px\",\"lineHeight\":\"34px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/take_a_hike\\/map.jpg\",\"alt\":\"map\",\"fullWidth\":false,\"width\":\"330px\",\"height\":\"227px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#843c15\",\"height\":\"40px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/take_a_hike\\/boots.jpg\",\"alt\":\"boots\",\"fullWidth\":false,\"width\":\"600px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\" Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. <\\/p>\"},{\"type\":\"button\",\"text\":\"See Reviews\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#64a1af\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"150px\",\"lineHeight\":\"34px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#843c15\",\"height\":\"40px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\" Edit this to insert text<\\/p>\"},{\"type\":\"button\",\"text\":\"View More Photos\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#64a1af\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"214px\",\"lineHeight\":\"34px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#843c15\",\"height\":\"40px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\" Unsubscribe<\\/a> | Manage subscription<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"13px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\" Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"13px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#64a1af\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#4f230c\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#423c39\",\"fontFamily\":\"Courier New\",\"fontSize\":\"24px\"},\"h2\":{\"fontColor\":\"#265f6d\",\"fontFamily\":\"Courier New\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#423c39\",\"fontFamily\":\"Courier New\",\"fontSize\":\"20px\"},\"link\":{\"fontColor\":\"#843c15\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#843c15\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/take_a_hike/take-a-hike.jpg', 1, NULL, '2017-10-30 00:57:39'),
-(16, 'Festival Event', 'A colourful festival event template.', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#0a5388\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/festival_event\\/festival-header.jpg\",\"alt\":\"festival-header\",\"fullWidth\":true,\"width\":\"1320px\",\"height\":\"879px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"36px\"}}},{\"type\":\"text\",\"text\":\" <\\/p>\\n Duis tempor nisl in risus hendrerit venenatis. Maecenas scelerisque nisi sit amet metus efficitur dapibus! Quisque libero Nulla interdum In pulvinar Nullam pharetra lectus id porta pulvinar. Proin ac massa nibh. Nullam ac mi pharetra, lobortis nunc et, placerat leo. Mauris eu feugiat elit. Pellentesque eget turpis eu diam vehicula convallis non luctus enim.<\\/a><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/festival_event\\/happy.jpeg\",\"alt\":\"happy\",\"fullWidth\":true,\"width\":\"499px\",\"height\":\"750px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\" Donec quis orci at metus finibus tincidunt. Sed vel urna sed urna maximus congue eu et turpis. Nulla tempus hendrerit justo eget molestie. Vivamus quis molestie lacus. Donec commodo odio a nisi feugiat, vitae egestas mi.<\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#ffffff\"}}},{\"type\":\"footer\",\"text\":\" Mauris tristique ultricies ullamcorper. <\\/p> Add your postal address here. <\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"13px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Georgia\",\"fontSize\":\"36px\"},\"h2\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Georgia\",\"fontSize\":\"26px\"},\"h3\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Georgia\",\"fontSize\":\"24px\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#8d062b\"},\"body\":{\"backgroundColor\":\"#0a5388\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/festival_event/festival-event.jpg', 1, NULL, '2017-10-30 00:57:39'),
-(17, 'Piece of cake', 'Baked with plenty of images.', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\" Open daily from 9am to 9pm | View Online<\\/a><\\/strong><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"#ececeb\"},\"text\":{\"fontColor\":\"#606060\",\"fontFamily\":\"Arial\",\"fontSize\":\"13px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#d42b2b\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/piece_of_cake\\/Restaurant-Bakery-Logo-1.png\",\"alt\":\"Restaurant-Bakery-Logo-1\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"180px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/piece_of_cake\\/Restaurant-Bakery-Header.jpg\",\"alt\":\"Restaurant-Bakery-Header\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"1600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\" HAPPYBDAY<\\/strong><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ececeb\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ececeb\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\" Add your postal address here.<\\/span><\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"social\",\"iconSet\":\"full-symbol-color\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/06-full-symbol-color\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"
Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/newsletter-blank-1-column/screenshot.jpg', 1, NULL, '2017-10-30 00:57:38'),
-(2, 'Newsletter: Blank 1:2 Column', 'A blank Newsletter template with a 1:2 column layout.', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"Display problems? Open this email in your web browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/blank_templates\\/fake-logo.png\",\"alt\":\"Fake Logo\",\"fullWidth\":false,\"width\":\"598px\",\"height\":\"71px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"Let\'s Get Started!<\\/strong><\\/h1>\\n
\\n
This template has...<\\/h2>\"},{\"type\":\"text\",\"text\":\"
\\n
... a 2-column layout.<\\/h2>\"},{\"type\":\"text\",\"text\":\"
Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/newsletter-blank-1-2-column/screenshot.jpg', 1, NULL, '2017-10-30 00:57:38'),
-(3, 'Newsletter: Blank 1:2:1 Column', 'A blank Newsletter template with a 1:2:1 column layout.', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"Display problems? Open this email in your web browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/blank_templates\\/fake-logo.png\",\"alt\":\"Fake logo\",\"fullWidth\":false,\"width\":\"598px\",\"height\":\"71px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"Let\'s Get Started!<\\/strong><\\/h1>\\n
\\n
This template has...<\\/h2>\"},{\"type\":\"text\",\"text\":\"
\\n
... a 2-column layout.<\\/h2>\"},{\"type\":\"text\",\"text\":\"
Let\'s end with a single column. <\\/span><\\/h3>\\n
\\n
Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/newsletter-blank-1-2-1-column/screenshot.jpg', 1, NULL, '2017-10-30 00:57:38'),
-(4, 'Newsletter: Blank 1:3 Column', 'A blank Newsletter template with a 1:3 column layout.', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"Display problems? Open this email in your web browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/blank_templates\\/fake-logo.png\",\"alt\":\"Fake logo\",\"fullWidth\":false,\"width\":\"598px\",\"height\":\"71px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"Let\'s Get Started! <\\/strong><\\/h1>\\n
\\n
This template... <\\/h3>\"},{\"type\":\"text\",\"text\":\"
... has a... <\\/h3>\"},{\"type\":\"text\",\"text\":\"
\\n
3-column layout.<\\/h3>\"},{\"type\":\"text\",\"text\":\"
Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/newsletter-blank-1-3-column/screenshot.jpg', 1, NULL, '2017-10-30 00:57:38'),
-(5, 'Post Notifications: Blank 1 Column', 'A blank Post Notifications template with a 1 column layout.', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"Display problems? Open this email in your web browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/blank_templates\\/fake-logo.png\",\"alt\":\"fake-logo\",\"fullWidth\":false,\"width\":\"598px\",\"height\":\"71px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"Check Out Our New Blog Posts! <\\/strong><\\/h1>\\n
Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/post-notifications-blank-1-column/screenshot.jpg', 1, NULL, '2017-10-30 00:57:38'),
-(6, 'Welcome Email: Blank 1 Column', 'A blank Welcome Email template with a 1 column layout.', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"Display problems? Open this email in your web browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/blank_templates\\/fake-logo.png\",\"alt\":\"Fake logo\",\"fullWidth\":false,\"width\":\"598px\",\"height\":\"71px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"Hi, new subscriber!<\\/strong><\\/h1>\\n
\\n
Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/welcome-email-blank-1-column/screenshot.jpg', 1, NULL, '2017-10-30 00:57:38'),
-(7, 'Welcome Email: Blank 1:2 Column', 'A blank Welcome Email template with a 1:2 column layout.', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"Display problems? Open this email in your web browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/blank_templates\\/fake-logo.png\",\"alt\":\"Fake logo\",\"fullWidth\":false,\"width\":\"598px\",\"height\":\"71px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"Hi, new subscriber!<\\/strong><\\/h1>\\n
Our Most Popular Posts<\\/h3>\"},{\"type\":\"text\",\"text\":\"
\\n
What\'s Next?<\\/h3>\"},{\"type\":\"text\",\"text\":\"
Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"26px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/welcome-email-blank-1-2-column/screenshot.jpg', 1, NULL, '2017-10-30 00:57:39'),
-(8, 'Simple Text', 'A simple plain text template - just like a regular email.', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/blank_templates\\/fake-logo.png\",\"alt\":\"Fake logo\",\"fullWidth\":false,\"width\":\"598px\",\"height\":\"71px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"
Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/simple-text/screenshot.jpg', 1, NULL, '2017-10-30 00:57:39'),
-(9, 'Burger Joint', 'Add more or less ketchup or mayo to this restaurant template.', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/example.org\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/burger_joint\\/header.jpg\",\"alt\":\"Joe\'s Burger Joint\",\"fullWidth\":true,\"width\":\"660px\",\"height\":\"100px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/example.org\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/burger_joint\\/burger-03.jpg\",\"alt\":\"burger-03\",\"fullWidth\":true,\"width\":\"1200px\",\"height\":\"613px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"button\",\"text\":\"Make a reservation\",\"url\":\"http:\\/\\/example.org\",\"styles\":{\"block\":{\"backgroundColor\":\"#d83b3b\",\"borderColor\":\"#ffffff\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"225px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"Upgrade! Add these sides<\\/em><\\/h1>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/example.org\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/burger_joint\\/fries-01.jpg\",\"alt\":\"fries-01\",\"fullWidth\":false,\"width\":\"1000px\",\"height\":\"1500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"
Find us at these locations<\\/h2>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#e0e0e0\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"
Denver<\\/em><\\/span><\\/h3>
Fort Collins<\\/em><\\/span><\\/h3>
CO<\\/p>Pueblo<\\/em><\\/span><\\/h3>
Address: Colorado<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Verdana\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#d83b3b\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#434343\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Verdana\",\"fontSize\":\"24px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Verdana\",\"fontSize\":\"22px\"},\"h3\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Verdana\",\"fontSize\":\"20px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#f0f0f0\"},\"body\":{\"backgroundColor\":\"#ffffff\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/burger_joint/burger-joint.jpg', 1, NULL, '2017-10-30 00:57:39'),
-(10, 'App Welcome', 'A welcome email template for your app.', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#eeeeee\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#eeeeee\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#32b6c6\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/app_welcome\\/App-Signup-Logo-1.png\",\"alt\":\"App-Signup-Logo\",\"fullWidth\":false,\"width\":\"80px\",\"height\":\"80px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"Welcome to Appy<\\/strong><\\/h1>
Welcome Back!<\\/strong><\\/h2>\\n
Latest News<\\/span><\\/h2>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"View All News\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#d35400\",\"borderColor\":\"#d35400\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"110px\",\"lineHeight\":\"36px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"right\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#efefef\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#efefef\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/brazils-history-making-hurricane\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/2865897_full-lnd.jpg\",\"alt\":\"Brazil\\u2019s history-making Hurricane\",\"fullWidth\":false,\"width\":652,\"height\":366,\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"
Brazil’s history-making Hurricane<\\/strong><\\/h3>\\n
Iceland’s dentist-coach defying convention and expectations<\\/strong><\\/h3>\\n
Impact and legacy of 2018 FIFA World Cup Russia: facts and figures<\\/strong><\\/h3>\\n
Lineker’s life-changing treble<\\/strong><\\/h3>\\n
Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#da6110\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#da6110\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#222222\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/world_cup/world-cup.jpg', 1, NULL, '2017-10-30 00:57:39'),
-(12, 'Welcome to FoodBox', 'A welcome email template for your takeaway.', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f4f4f4\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/food_box\\/Food-Delivery-Logo.png\",\"alt\":\"Food-Delivery-Logo\",\"fullWidth\":false,\"width\":\"640px\",\"height\":\"180px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/food_box\\/Food-Delivery-App.png\",\"alt\":\"Food-Delivery-App\",\"fullWidth\":false,\"width\":\"640px\",\"height\":\"180px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"Welcome to FoodBox<\\/strong><\\/h1>\\n
Lorem ipsum dolor sit amet<\\/strong><\\/h2>\\n
Get started in 3 simple steps<\\/h2>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/food_box\\/Food-Delivery-1-1.png\",\"alt\":\"Food-Delivery-1\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"250px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"
Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\"},\"h1\":{\"fontColor\":\"#4599da\",\"fontFamily\":\"Arial\",\"fontSize\":\"26px\"},\"h2\":{\"fontColor\":\"#878787\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\"},\"link\":{\"fontColor\":\"#4599da\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#f4f4f4\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/food_box/welcome-to-foodbox.jpg', 1, NULL, '2017-10-30 00:57:39'),
-(13, 'Discount', 'A useful layout for a simple discount email.', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"http:\\/\\/example.org\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/discount\\/bicycle-header3.png\",\"alt\":\"bicycle-header3\",\"fullWidth\":false,\"width\":\"423px\",\"height\":\"135px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"15% odio felis fringilla eget enim<\\/strong><\\/em><\\/h1>\"},{\"type\":\"text\",\"text\":\"
FUSCE LOBORTIS: WELOVEMAILPOET<\\/strong><\\/h2>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"16px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#9a5fa1\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"button\",\"text\":\"SHOP NOW\",\"url\":\"http:\\/\\/example.org\",\"styles\":{\"block\":{\"backgroundColor\":\"#9a5fa1\",\"borderColor\":\"#854f8b\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"
Use your discount on these great products...<\\/em><\\/strong><\\/h1>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/example.org\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/discount\\/red-icycle-2.jpg\",\"alt\":\"red-icycle\",\"fullWidth\":false,\"width\":\"558px\",\"height\":\"399px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"
Lovely Red Bicycle<\\/h3>\\n
$289.99<\\/span><\\/strong><\\/h3>\"},{\"type\":\"button\",\"text\":\"Tempus\",\"url\":\"http:\\/\\/example.org\",\"styles\":{\"block\":{\"backgroundColor\":\"#9a5fa1\",\"borderColor\":\"#854f8b\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/example.org\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/discount\\/orange-bicycle.jpg\",\"alt\":\"orange-bicycle\",\"fullWidth\":false,\"width\":\"639px\",\"height\":\"457px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"
Little Orange Bicycle<\\/h3>\\n
$209.99<\\/strong><\\/span><\\/h3>\"},{\"type\":\"button\",\"text\":\"Tempus\",\"url\":\"http:\\/\\/example.org\",\"styles\":{\"block\":{\"backgroundColor\":\"#9a5fa1\",\"borderColor\":\"#854f8b\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"22px\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"20px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#9e9e9e\"}}},{\"type\":\"text\",\"text\":\"
\\n
ALL THE LATEST MATCH RESULTS & NEWS FROM THE SUNDAYS CLUB<\\/strong><\\/h1>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/kick_off\\/football-player-1.jpeg\",\"alt\":\"football-player\",\"fullWidth\":false,\"width\":\"600px\",\"height\":\"840px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"
North<\\/h2>\\n
South<\\/h2>\\n
West<\\/h2>\\n
East<\\/h2>\\n
MATCH REPORTS<\\/h1>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"21px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"
Branham United vs Finkley<\\/h2>\\n
Champton Albion vs Swanhall<\\/h2>\\n
FROM OUR ONLINE STORE<\\/span><\\/strong><\\/h1>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#8aeb83\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/kick_off\\/shoes.jpg\",\"alt\":\"shoes\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"
Team Colours Laces<\\/strong><\\/h3>
<\\/em>Tortor tincidunt, luctus libero vel, dapibus quam<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"SHOP\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#61cc5a\",\"borderColor\":\"#2f6a2c\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#252525\",\"fontFamily\":\"Lucida\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/kick_off\\/football.jpg\",\"alt\":\"football\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"Match Quality Balls<\\/strong><\\/h3>
Football Plant Pots<\\/strong><\\/h3>
Add your postal address here!<\\/b>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Lucida\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"23px\"}}},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"}]},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Georgia\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Lucida\",\"fontSize\":\"24px\"},\"h2\":{\"fontColor\":\"#61cc5a\",\"fontFamily\":\"Lucida\",\"fontSize\":\"22px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Lucida\",\"fontSize\":\"20px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#252525\"},\"body\":{\"backgroundColor\":\"#eaeaea\"}}}', 'https://ps.w.org/mailpoet/assets/newsletter-templates/kick_off/sports.jpg', 1, NULL, '2017-10-30 00:57:39'),
-(15, 'Take a Hike', 'Can you climb to the top?', '{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/take_a_hike\\/header.jpg\",\"alt\":\"header\",\"fullWidth\":true,\"width\":\"1320px\",\"height\":\"483px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"How to plan your hiking route<\\/strong><\\/h1>\\n
Tried & tested: Our favourite walking boots<\\/strong><\\/h2>\\n
Hikers Gallery<\\/strong><\\/h3>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/take_a_hike\\/gallery3.jpg\",\"alt\":\"gallery3\",\"fullWidth\":true,\"width\":\"1000px\",\"height\":\"750px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/take_a_hike\\/gallery1-300x225.jpg\",\"alt\":\"gallery1\",\"fullWidth\":true,\"width\":\"300px\",\"height\":\"225px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/take_a_hike\\/gallery2-1.jpg\",\"alt\":\"gallery2\",\"fullWidth\":true,\"width\":\"1000px\",\"height\":\"750px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"
Hiking goes social...<\\/strong><\\/h3>\"},{\"type\":\"social\",\"iconSet\":\"circles\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"google-plus\",\"link\":\"http:\\/\\/plus.google.com\",\"image\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Google-Plus.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Google Plus\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/03-circles\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#843c15\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#64a1af\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#64a1af\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\"
Pack your glowsticks,
Boomfest is back! <\\/h1>\\n
Curabitur ornare venenatis nisl non ullamcorper. <\\/p>\"},{\"type\":\"button\",\"text\":\"Duis id tincidunt\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#0a5388\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"260px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"
Ut eros risus, facilisis ac aliquet vel, posuere ut urna.<\\/p>\"},{\"type\":\"social\",\"iconSet\":\"full-symbol-grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Twitter.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"http:\\/\\/wordpress\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/08-full-symbol-grey\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#ffffff\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"28px\"}}},{\"type\":\"text\",\"text\":\"Confirmed Lineup<\\/h2>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"
Main Stage<\\/span><\\/em><\\/h3>
Nulla convallis
Vestibulum Ornare
Consectetur Odio<\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"New Acts Stage<\\/span><\\/em><\\/h3>
Massa nec
Pharetra
Varius<\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"Comedy Stage<\\/span><\\/em><\\/h3>
Risus sed
Condimentum
Feugiat<\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#ffffff\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"New to the festival this year<\\/h2>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"9px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#ffffff\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/festival_event\\/street-food.jpg\",\"alt\":\"street food\",\"fullWidth\":true,\"width\":\"499px\",\"height\":\"750px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"
Award-winning Street Food<\\/h3>
Prepare to dazzle with our Glitter Run<\\/h3>
Don\'t want to hear from us? Unsubscribe<\\/a><\\/p>It\'s our Birthday!<\\/strong><\\/h1>\"},{\"type\":\"text\",\"text\":\"
To celebrate, we\'re adding a slice of our Birthday cake to every order. Pop in this weekend to use our special offer code and enjoy!<\\/h3>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"