From 31fd1ed01ed288edac1842ac052a8cb108ce02eb Mon Sep 17 00:00:00 2001 From: Amine Ben hammou Date: Wed, 17 Apr 2019 21:50:16 +0200 Subject: [PATCH] Rename thumbnails in PHP classes --- .../PopulatorData/Templates/AppWelcome.php | 2 +- .../PopulatorData/Templates/Avocado.php | 2 +- lib/Config/PopulatorData/Templates/Birds.php | 2 +- .../Templates/BookStoreWithCoupon.php | 2 +- .../Templates/BrandingAgencyNews.php | 856 +++++++-------- .../Templates/BuddhistTemple.php | 2 +- .../PopulatorData/Templates/Charity.php | 2 +- .../PopulatorData/Templates/CityLocalNews.php | 578 +++++----- .../PopulatorData/Templates/ClearNews.php | 2 +- lib/Config/PopulatorData/Templates/Coffee.php | 2 +- .../PopulatorData/Templates/College.php | 420 ++++---- .../Templates/ComputerRepair.php | 428 ++++---- .../PopulatorData/Templates/DogFood.php | 2 +- lib/Config/PopulatorData/Templates/Drone.php | 2 +- .../PopulatorData/Templates/Engineering.php | 492 ++++----- lib/Config/PopulatorData/Templates/Faith.php | 2 +- .../PopulatorData/Templates/FarmersMarket.php | 614 +++++------ .../PopulatorData/Templates/FashionBlog.php | 2 +- .../PopulatorData/Templates/FashionBlogA.php | 2 +- .../PopulatorData/Templates/FashionShop.php | 2 +- .../PopulatorData/Templates/FashionStore.php | 2 +- .../PopulatorData/Templates/FestivalEvent.php | 2 +- .../PopulatorData/Templates/Fitness.php | 2 +- .../Templates/FlowersWithCoupon.php | 2 +- .../PopulatorData/Templates/FoodBox.php | 2 +- .../PopulatorData/Templates/GiftWelcome.php | 2 +- .../PopulatorData/Templates/Guitarist.php | 2 +- .../Templates/HealthyFoodBlog.php | 996 +++++++++--------- lib/Config/PopulatorData/Templates/Hotels.php | 2 +- .../Templates/IndustryConference.php | 2 +- .../PopulatorData/Templates/JazzClub.php | 2 +- .../PopulatorData/Templates/KidsClothing.php | 2 +- .../Templates/LifestyleBlogA.php | 2 +- .../Templates/LifestyleBlogB.php | 4 +- .../PopulatorData/Templates/Minimal.php | 2 +- .../Templates/ModularStyleStories.php | 2 +- lib/Config/PopulatorData/Templates/Mosque.php | 2 +- lib/Config/PopulatorData/Templates/Motor.php | 2 +- lib/Config/PopulatorData/Templates/Music.php | 2 +- .../PopulatorData/Templates/NewsDay.php | 2 +- .../Templates/NewsletterBlank121Column.php | 2 +- .../Templates/NewsletterBlank12Column.php | 2 +- .../Templates/NewsletterBlank13Column.php | 2 +- .../Templates/NewsletterBlank1Column.php | 2 +- .../Templates/NewspaperTraditional.php | 2 +- .../PopulatorData/Templates/NotSoMedium.php | 2 +- .../PopulatorData/Templates/Painter.php | 2 +- lib/Config/PopulatorData/Templates/Phone.php | 2 +- .../PopulatorData/Templates/Photography.php | 2 +- .../PopulatorData/Templates/PieceOfCake.php | 2 +- lib/Config/PopulatorData/Templates/Poet.php | 2 +- .../PostNotificationsBlank1Column.php | 2 +- .../PopulatorData/Templates/PrimarySchool.php | 516 ++++----- .../PopulatorData/Templates/RealEstate.php | 2 +- .../Templates/RenewableEnergy.php | 506 ++++----- lib/Config/PopulatorData/Templates/Retro.php | 2 +- .../Templates/RetroComputingMagazine.php | 2 +- .../PopulatorData/Templates/RockBand.php | 2 +- .../PopulatorData/Templates/RssSimpleNews.php | 2 +- .../PopulatorData/Templates/ScienceWeekly.php | 2 +- lib/Config/PopulatorData/Templates/Shoes.php | 2 +- .../PopulatorData/Templates/SimpleText.php | 2 +- .../PopulatorData/Templates/Software.php | 508 ++++----- .../PopulatorData/Templates/Sunglasses.php | 2 +- .../PopulatorData/Templates/Synagogue.php | 2 +- .../PopulatorData/Templates/TakeAHike.php | 2 +- .../PopulatorData/Templates/Vlogger.php | 2 +- .../Templates/WelcomeBlank12Column.php | 2 +- .../Templates/WelcomeBlank1Column.php | 2 +- .../Templates/WideStoryLayout.php | 2 +- .../PopulatorData/Templates/WineCity.php | 2 +- .../Templates/WordPressTheme.php | 568 +++++----- .../PopulatorData/Templates/WorldCup.php | 2 +- .../PopulatorData/Templates/YogaStudio.php | 2 +- 74 files changed, 3305 insertions(+), 3305 deletions(-) diff --git a/lib/Config/PopulatorData/Templates/AppWelcome.php b/lib/Config/PopulatorData/Templates/AppWelcome.php index 4746216f54..491390eda8 100644 --- a/lib/Config/PopulatorData/Templates/AppWelcome.php +++ b/lib/Config/PopulatorData/Templates/AppWelcome.php @@ -413,7 +413,7 @@ class AppWelcome { } private function getThumbnail() { - return $this->template_image_url . '/app-welcome-email.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } } diff --git a/lib/Config/PopulatorData/Templates/Avocado.php b/lib/Config/PopulatorData/Templates/Avocado.php index a891cd658c..2b691264cd 100644 --- a/lib/Config/PopulatorData/Templates/Avocado.php +++ b/lib/Config/PopulatorData/Templates/Avocado.php @@ -27,7 +27,7 @@ class Avocado { } private function getThumbnail() { - return $this->template_image_url . '/avocado.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/Birds.php b/lib/Config/PopulatorData/Templates/Birds.php index 071e9f2aab..04fef4d0f6 100644 --- a/lib/Config/PopulatorData/Templates/Birds.php +++ b/lib/Config/PopulatorData/Templates/Birds.php @@ -23,7 +23,7 @@ class Birds { } private function getThumbnail() { - return $this->template_image_url . '/thumbnail.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/BookStoreWithCoupon.php b/lib/Config/PopulatorData/Templates/BookStoreWithCoupon.php index 148ee0b8ac..95da517f97 100644 --- a/lib/Config/PopulatorData/Templates/BookStoreWithCoupon.php +++ b/lib/Config/PopulatorData/Templates/BookStoreWithCoupon.php @@ -27,7 +27,7 @@ class BookStoreWithCoupon { } private function getThumbnail() { - return $this->template_image_url . '/thumbnail.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/BrandingAgencyNews.php b/lib/Config/PopulatorData/Templates/BrandingAgencyNews.php index a365b1c8c6..5d0908465a 100644 --- a/lib/Config/PopulatorData/Templates/BrandingAgencyNews.php +++ b/lib/Config/PopulatorData/Templates/BrandingAgencyNews.php @@ -24,98 +24,98 @@ class BrandingAgencyNews { } private function getThumbnail() { - return $this->template_image_url . '/thumbnail.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { return array ( - 'content' => + 'content' => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#eeeeee', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', ), ), ), - 1 => + 1 => array ( 'type' => 'header', 'text' => '

Open this email in your web browser.

', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), - 'text' => + 'text' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Merriweather Sans', 'fontSize' => '12px', 'textAlign' => 'left', ), - 'link' => + 'link' => array ( 'fontColor' => '#6cb7d4', 'textDecoration' => 'underline', @@ -126,50 +126,50 @@ class BrandingAgencyNews { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -180,57 +180,57 @@ class BrandingAgencyNews { ), ), ), - 2 => + 2 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '25px', ), ), ), - 1 => + 1 => array ( 'type' => 'image', 'link' => '', @@ -239,9 +239,9 @@ class BrandingAgencyNews { 'fullWidth' => false, 'width' => '122px', 'height' => '117px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'left', ), @@ -249,44 +249,44 @@ class BrandingAgencyNews { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', ), ), ), - 1 => + 1 => array ( 'type' => 'social', 'iconSet' => 'full-symbol-black', - 'icons' => + 'icons' => array ( - 0 => + 0 => array ( 'type' => 'socialIcon', 'iconType' => 'facebook', @@ -296,7 +296,7 @@ class BrandingAgencyNews { 'width' => '32px', 'text' => 'Facebook', ), - 1 => + 1 => array ( 'type' => 'socialIcon', 'iconType' => 'twitter', @@ -306,7 +306,7 @@ class BrandingAgencyNews { 'width' => '32px', 'text' => 'Twitter', ), - 2 => + 2 => array ( 'type' => 'socialIcon', 'iconType' => 'instagram', @@ -322,75 +322,75 @@ class BrandingAgencyNews { ), ), ), - 3 => + 3 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', ), ), ), - 1 => + 1 => array ( 'type' => 'text', 'text' => '

B I G  N E W S

Branded is getting a refresh

', ), - 2 => + 2 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', ), ), ), - 3 => + 3 => array ( 'type' => 'image', 'link' => '', @@ -399,39 +399,39 @@ class BrandingAgencyNews { 'fullWidth' => true, 'width' => '1200px', 'height' => '700px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), ), ), - 4 => + 4 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '30px', ), ), ), - 5 => + 5 => array ( 'type' => 'text', 'text' => '

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam eu quam risus. Quisque tempor sodales tortor. Cras enim orci, bibendum vitae sollicitudin porttitor, eleifend eu metus. Aliquam a fringilla libero. Vivamus turpis orci, viverra in vehicula vitae, imperdiet et ex. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.

', ), - 6 => + 6 => array ( 'type' => 'button', 'text' => '> Read more', 'url' => '', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#ffffff', 'borderColor' => '#ffffff', @@ -452,50 +452,50 @@ class BrandingAgencyNews { ), ), ), - 4 => + 4 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -509,50 +509,50 @@ class BrandingAgencyNews { ), ), ), - 5 => + 5 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -563,58 +563,58 @@ class BrandingAgencyNews { ), ), ), - 6 => + 6 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'text', 'text' => '

Design starts with a pencil and paper

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam eu quam risus. Quisque tempor sodales tortor.

', ), - 1 => + 1 => array ( 'type' => 'button', 'text' => '> Read more', 'url' => '', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#ffffff', 'borderColor' => '#ffffff', @@ -633,26 +633,26 @@ class BrandingAgencyNews { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'image', 'link' => '', @@ -661,9 +661,9 @@ class BrandingAgencyNews { 'fullWidth' => false, 'width' => '540px', 'height' => '700px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), @@ -673,50 +673,50 @@ class BrandingAgencyNews { ), ), ), - 7 => + 7 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -727,58 +727,58 @@ class BrandingAgencyNews { ), ), ), - 8 => + 8 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'text', 'text' => '

How television has impacted branding

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam eu quam risus. Quisque tempor sodales tortor.

', ), - 1 => + 1 => array ( 'type' => 'button', 'text' => '> Read more', 'url' => '', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#ffffff', 'borderColor' => '#ffffff', @@ -797,26 +797,26 @@ class BrandingAgencyNews { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'image', 'link' => '', @@ -825,9 +825,9 @@ class BrandingAgencyNews { 'fullWidth' => false, 'width' => '1200px', 'height' => '700px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), @@ -837,50 +837,50 @@ class BrandingAgencyNews { ), ), ), - 9 => + 9 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -891,50 +891,50 @@ class BrandingAgencyNews { ), ), ), - 10 => + 10 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#eeeeee', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '50px', @@ -945,70 +945,70 @@ class BrandingAgencyNews { ), ), ), - 11 => + 11 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '35px', ), ), ), - 1 => + 1 => array ( 'type' => 'text', 'text' => '

Some of our recent branding

Looking for some work from us? Get in touch and we\'ll see what we can do.

', ), - 2 => + 2 => array ( 'type' => 'button', 'text' => 'Get in touch here >', 'url' => '', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#ffffff', 'borderColor' => '#ffffff', @@ -1025,12 +1025,12 @@ class BrandingAgencyNews { ), ), ), - 3 => + 3 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -1041,45 +1041,45 @@ class BrandingAgencyNews { ), ), ), - 12 => + 12 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'image', 'link' => '', @@ -1088,9 +1088,9 @@ class BrandingAgencyNews { 'fullWidth' => false, 'width' => '900px', 'height' => '418px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), @@ -1098,26 +1098,26 @@ class BrandingAgencyNews { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'image', 'link' => '', @@ -1126,9 +1126,9 @@ class BrandingAgencyNews { 'fullWidth' => false, 'width' => '156px', 'height' => '692px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), @@ -1136,38 +1136,38 @@ class BrandingAgencyNews { ), ), ), - 2 => + 2 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', ), ), ), - 1 => + 1 => array ( 'type' => 'image', 'link' => '', @@ -1176,9 +1176,9 @@ class BrandingAgencyNews { 'fullWidth' => false, 'width' => '900px', 'height' => '325px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), @@ -1188,45 +1188,45 @@ class BrandingAgencyNews { ), ), ), - 13 => + 13 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'image', 'link' => '', @@ -1235,9 +1235,9 @@ class BrandingAgencyNews { 'fullWidth' => false, 'width' => '900px', 'height' => '487px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), @@ -1245,38 +1245,38 @@ class BrandingAgencyNews { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', ), ), ), - 1 => + 1 => array ( 'type' => 'image', 'link' => '', @@ -1285,9 +1285,9 @@ class BrandingAgencyNews { 'fullWidth' => false, 'width' => '900px', 'height' => '365px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), @@ -1295,38 +1295,38 @@ class BrandingAgencyNews { ), ), ), - 2 => + 2 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '25px', ), ), ), - 1 => + 1 => array ( 'type' => 'image', 'link' => '', @@ -1335,9 +1335,9 @@ class BrandingAgencyNews { 'fullWidth' => false, 'width' => '900px', 'height' => '248px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), @@ -1347,50 +1347,50 @@ class BrandingAgencyNews { ), ), ), - 14 => + 14 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -1401,57 +1401,57 @@ class BrandingAgencyNews { ), ), ), - 15 => + 15 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '25px', ), ), ), - 1 => + 1 => array ( 'type' => 'image', 'link' => '', @@ -1460,9 +1460,9 @@ class BrandingAgencyNews { 'fullWidth' => false, 'width' => '900px', 'height' => '304px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), @@ -1470,26 +1470,26 @@ class BrandingAgencyNews { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'image', 'link' => '', @@ -1498,9 +1498,9 @@ class BrandingAgencyNews { 'fullWidth' => false, 'width' => '900px', 'height' => '393px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), @@ -1508,38 +1508,38 @@ class BrandingAgencyNews { ), ), ), - 2 => + 2 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '25px', ), ), ), - 1 => + 1 => array ( 'type' => 'image', 'link' => '', @@ -1548,9 +1548,9 @@ class BrandingAgencyNews { 'fullWidth' => false, 'width' => '900px', 'height' => '229px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), @@ -1560,50 +1560,50 @@ class BrandingAgencyNews { ), ), ), - 16 => + 16 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -1614,57 +1614,57 @@ class BrandingAgencyNews { ), ), ), - 17 => + 17 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#eeeeee', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '44px', ), ), ), - 1 => + 1 => array ( 'type' => 'image', 'link' => '', @@ -1673,44 +1673,44 @@ class BrandingAgencyNews { 'fullWidth' => false, 'width' => '120px', 'height' => '117px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), ), ), - 2 => + 2 => array ( 'type' => 'footer', 'text' => '

Unsubscribe | Manage subscription
Add your postal address here!

', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), - 'text' => + 'text' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Merriweather Sans', 'fontSize' => '12px', 'textAlign' => 'center', ), - 'link' => + 'link' => array ( 'fontColor' => '#222222', 'textDecoration' => 'underline', ), ), ), - 3 => + 3 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -1723,49 +1723,49 @@ class BrandingAgencyNews { ), ), ), - 'globalStyles' => + 'globalStyles' => array ( - 'text' => + 'text' => array ( 'fontColor' => '#000000', 'fontFamily' => 'Merriweather Sans', 'fontSize' => '14px', ), - 'h1' => + 'h1' => array ( 'fontColor' => '#111111', 'fontFamily' => 'Merriweather', 'fontSize' => '36px', ), - 'h2' => + 'h2' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Merriweather', 'fontSize' => '30px', ), - 'h3' => + 'h3' => array ( 'fontColor' => '#333333', 'fontFamily' => 'Merriweather', 'fontSize' => '24px', ), - 'link' => + 'link' => array ( 'fontColor' => '#21759B', 'textDecoration' => 'underline', ), - 'wrapper' => + 'wrapper' => array ( 'backgroundColor' => '#ffffff', ), - 'body' => + 'body' => array ( 'backgroundColor' => '#eeeeee', ), ), - 'blockDefaults' => + 'blockDefaults' => array ( - 'automatedLatestContent' => + 'automatedLatestContent' => array ( 'amount' => '5', 'withLayout' => false, @@ -1783,14 +1783,14 @@ class BrandingAgencyNews { 'categoriesPrecededBy' => 'Categories:', 'readMoreType' => 'button', 'readMoreText' => 'Read more', - 'readMoreButton' => + 'readMoreButton' => array ( 'text' => 'Read more', 'url' => '[postLink]', 'context' => 'automatedLatestContent.readMoreButton', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#2ea1cd', 'borderColor' => '#0074a2', @@ -1809,12 +1809,12 @@ class BrandingAgencyNews { ), 'sortBy' => 'newest', 'showDivider' => true, - 'divider' => + 'divider' => array ( 'context' => 'automatedLatestContent.divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -1827,7 +1827,7 @@ class BrandingAgencyNews { 'backgroundColor' => '#ffffff', 'backgroundColorAlternate' => '#eeeeee', ), - 'automatedLatestContentLayout' => + 'automatedLatestContentLayout' => array ( 'amount' => '5', 'withLayout' => true, @@ -1845,14 +1845,14 @@ class BrandingAgencyNews { 'categoriesPrecededBy' => 'Categories:', 'readMoreType' => 'button', 'readMoreText' => 'Read more', - 'readMoreButton' => + 'readMoreButton' => array ( 'text' => 'Read more', 'url' => '[postLink]', 'context' => 'automatedLatestContentLayout.readMoreButton', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#2ea1cd', 'borderColor' => '#0074a2', @@ -1871,12 +1871,12 @@ class BrandingAgencyNews { ), 'sortBy' => 'newest', 'showDivider' => true, - 'divider' => + 'divider' => array ( 'context' => 'automatedLatestContentLayout.divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -1889,13 +1889,13 @@ class BrandingAgencyNews { 'backgroundColor' => '#ffffff', 'backgroundColorAlternate' => '#eeeeee', ), - 'button' => + 'button' => array ( 'text' => 'Get in touch here >', 'url' => '', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#ffffff', 'borderColor' => '#ffffff', @@ -1913,11 +1913,11 @@ class BrandingAgencyNews { ), 'type' => 'button', ), - 'divider' => + 'divider' => array ( - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -1928,23 +1928,23 @@ class BrandingAgencyNews { ), 'type' => 'divider', ), - 'footer' => + 'footer' => array ( 'text' => '

Unsubscribe | Manage subscription
Add your postal address here!

', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), - 'text' => + 'text' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Merriweather Sans', 'fontSize' => '12px', 'textAlign' => 'center', ), - 'link' => + 'link' => array ( 'fontColor' => '#222222', 'textDecoration' => 'underline', @@ -1952,7 +1952,7 @@ class BrandingAgencyNews { ), 'type' => 'footer', ), - 'posts' => + 'posts' => array ( 'amount' => '10', 'withLayout' => true, @@ -1971,14 +1971,14 @@ class BrandingAgencyNews { 'categoriesPrecededBy' => 'Categories:', 'readMoreType' => 'link', 'readMoreText' => 'Read more', - 'readMoreButton' => + 'readMoreButton' => array ( 'text' => 'Read more', 'url' => '[postLink]', 'context' => 'posts.readMoreButton', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#2ea1cd', 'borderColor' => '#0074a2', @@ -1997,12 +1997,12 @@ class BrandingAgencyNews { ), 'sortBy' => 'newest', 'showDivider' => true, - 'divider' => + 'divider' => array ( 'context' => 'posts.divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -2015,12 +2015,12 @@ class BrandingAgencyNews { 'backgroundColor' => '#ffffff', 'backgroundColorAlternate' => '#eeeeee', ), - 'social' => + 'social' => array ( 'iconSet' => 'full-symbol-black', - 'icons' => + 'icons' => array ( - 0 => + 0 => array ( 'type' => 'socialIcon', 'iconType' => 'facebook', @@ -2030,7 +2030,7 @@ class BrandingAgencyNews { 'width' => '32px', 'text' => 'Facebook', ), - 1 => + 1 => array ( 'type' => 'socialIcon', 'iconType' => 'twitter', @@ -2040,7 +2040,7 @@ class BrandingAgencyNews { 'width' => '32px', 'text' => 'Twitter', ), - 2 => + 2 => array ( 'type' => 'socialIcon', 'iconType' => 'instagram', @@ -2053,11 +2053,11 @@ class BrandingAgencyNews { ), 'type' => 'social', ), - 'spacer' => + 'spacer' => array ( - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -2065,23 +2065,23 @@ class BrandingAgencyNews { ), 'type' => 'spacer', ), - 'header' => + 'header' => array ( 'text' => 'Display problems? Open this email in your web browser.', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), - 'text' => + 'text' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Merriweather Sans', 'fontSize' => '12px', 'textAlign' => 'left', ), - 'link' => + 'link' => array ( 'fontColor' => '#6cb7d4', 'textDecoration' => 'underline', diff --git a/lib/Config/PopulatorData/Templates/BuddhistTemple.php b/lib/Config/PopulatorData/Templates/BuddhistTemple.php index 53f56b8767..54ca1528d8 100644 --- a/lib/Config/PopulatorData/Templates/BuddhistTemple.php +++ b/lib/Config/PopulatorData/Templates/BuddhistTemple.php @@ -23,7 +23,7 @@ class BuddhistTemple { } private function getThumbnail() { - return $this->template_image_url . '/thumbnail.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/Charity.php b/lib/Config/PopulatorData/Templates/Charity.php index 662c6ed09d..f79f4ed13e 100644 --- a/lib/Config/PopulatorData/Templates/Charity.php +++ b/lib/Config/PopulatorData/Templates/Charity.php @@ -27,7 +27,7 @@ class Charity { } private function getThumbnail() { - return $this->template_image_url . '/charity.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/CityLocalNews.php b/lib/Config/PopulatorData/Templates/CityLocalNews.php index 88140c71f3..476e59e0e6 100755 --- a/lib/Config/PopulatorData/Templates/CityLocalNews.php +++ b/lib/Config/PopulatorData/Templates/CityLocalNews.php @@ -24,98 +24,98 @@ class CityLocalNews { } private function getThumbnail() { - return $this->template_image_url . '/thumbnail.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { return array ( - 'content' => + 'content' => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#252525', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '30px', ), ), ), - 1 => + 1 => array ( 'type' => 'header', 'text' => '

View online >

', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), - 'text' => + 'text' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Arial', 'fontSize' => '12px', 'textAlign' => 'right', ), - 'link' => + 'link' => array ( 'fontColor' => '#6cb7d4', 'textDecoration' => 'underline', @@ -126,57 +126,57 @@ class CityLocalNews { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => $this->template_image_url . '/CityNews-Header.jpg', 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#000000', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '70px', ), ), ), - 1 => + 1 => array ( 'type' => 'image', 'link' => '', @@ -185,27 +185,27 @@ class CityLocalNews { 'fullWidth' => false, 'width' => '150px', 'height' => '178px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), ), ), - 2 => + 2 => array ( 'type' => 'text', 'text' => '

[date:mtext] [date:y]

N E W S L E T T E R

', ), - 3 => + 3 => array ( 'type' => 'social', 'iconSet' => 'full-symbol-grey', - 'icons' => + 'icons' => array ( - 0 => + 0 => array ( 'type' => 'socialIcon', 'iconType' => 'facebook', @@ -215,7 +215,7 @@ class CityLocalNews { 'width' => '32px', 'text' => 'Facebook', ), - 1 => + 1 => array ( 'type' => 'socialIcon', 'iconType' => 'twitter', @@ -225,7 +225,7 @@ class CityLocalNews { 'width' => '32px', 'text' => 'Twitter', ), - 2 => + 2 => array ( 'type' => 'socialIcon', 'iconType' => 'email', @@ -235,7 +235,7 @@ class CityLocalNews { 'width' => '32px', 'text' => 'Email', ), - 3 => + 3 => array ( 'type' => 'socialIcon', 'iconType' => 'youtube', @@ -247,12 +247,12 @@ class CityLocalNews { ), ), ), - 4 => + 4 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -263,50 +263,50 @@ class CityLocalNews { ), ), ), - 2 => + 2 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#252525', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '30px', @@ -317,57 +317,57 @@ class CityLocalNews { ), ), ), - 3 => + 3 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '22px', ), ), ), - 1 => + 1 => array ( 'type' => 'text', 'text' => '

TOP STORY

@@ -378,26 +378,26 @@ class CityLocalNews { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'image', 'link' => '', @@ -406,9 +406,9 @@ class CityLocalNews { 'fullWidth' => true, 'width' => '600px', 'height' => '600px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), @@ -418,50 +418,50 @@ class CityLocalNews { ), ), ), - 4 => + 4 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#252525', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '30px', @@ -472,57 +472,57 @@ class CityLocalNews { ), ), ), - 5 => + 5 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', ), ), ), - 1 => + 1 => array ( 'type' => 'image', 'link' => '', @@ -531,15 +531,15 @@ class CityLocalNews { 'fullWidth' => false, 'width' => '600px', 'height' => '300px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), ), ), - 2 => + 2 => array ( 'type' => 'text', 'text' => '

EVENTS

@@ -548,38 +548,38 @@ class CityLocalNews { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', ), ), ), - 1 => + 1 => array ( 'type' => 'image', 'link' => '', @@ -588,15 +588,15 @@ class CityLocalNews { 'fullWidth' => false, 'width' => '600px', 'height' => '300px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), ), ), - 2 => + 2 => array ( 'type' => 'text', 'text' => '

HEALTHCARE

@@ -607,57 +607,57 @@ class CityLocalNews { ), ), ), - 6 => + 6 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', ), ), ), - 1 => + 1 => array ( 'type' => 'image', 'link' => '', @@ -666,27 +666,27 @@ class CityLocalNews { 'fullWidth' => false, 'width' => '600px', 'height' => '300px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), ), ), - 2 => + 2 => array ( 'type' => 'text', 'text' => '

WEATHER

Dry heat has a high chance to cause fires

Read full article >

', ), - 3 => + 3 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -695,38 +695,38 @@ class CityLocalNews { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', ), ), ), - 1 => + 1 => array ( 'type' => 'image', 'link' => '', @@ -735,27 +735,27 @@ class CityLocalNews { 'fullWidth' => false, 'width' => '600px', 'height' => '300px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), ), ), - 2 => + 2 => array ( 'type' => 'text', 'text' => '

ARTS

Local theatre to stage dramatic new play

Read full article >

', ), - 3 => + 3 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -766,50 +766,50 @@ class CityLocalNews { ), ), ), - 7 => + 7 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#252525', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '40px', @@ -820,45 +820,45 @@ class CityLocalNews { ), ), ), - 8 => + 8 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#252525', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'image', 'link' => '', @@ -867,9 +867,9 @@ class CityLocalNews { 'fullWidth' => false, 'width' => '162px', 'height' => '679px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), @@ -877,44 +877,44 @@ class CityLocalNews { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', ), ), ), - 1 => + 1 => array ( 'type' => 'text', 'text' => '

Download the CityNews app

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus ac maximus justo. Phasellus ullamcorper, enim at eleifend malesuada, risus purus interdum arcu, sed porttitor erat diam a neque. 

', ), - 2 => + 2 => array ( 'type' => 'image', 'link' => '', @@ -923,15 +923,15 @@ class CityLocalNews { 'fullWidth' => false, 'width' => '150px', 'height' => '168px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'left', ), ), ), - 3 => + 3 => array ( 'type' => 'image', 'link' => '', @@ -940,9 +940,9 @@ class CityLocalNews { 'fullWidth' => false, 'width' => '150px', 'height' => '168px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'left', ), @@ -952,50 +952,50 @@ class CityLocalNews { ), ), ), - 9 => + 9 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#252525', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -1005,19 +1005,19 @@ class CityLocalNews { ), ), ), - 1 => + 1 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', ), ), ), - 2 => + 2 => array ( 'type' => 'image', 'link' => '', @@ -1026,45 +1026,45 @@ class CityLocalNews { 'fullWidth' => false, 'width' => '122px', 'height' => '178px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), ), ), - 3 => + 3 => array ( 'type' => 'footer', 'text' => '

Unsubscribe | Manage subscription
Add your postal address here!

', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), - 'text' => + 'text' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Arial', 'fontSize' => '12px', 'textAlign' => 'center', ), - 'link' => + 'link' => array ( 'fontColor' => '#6cb7d4', 'textDecoration' => 'none', ), ), ), - 4 => + 4 => array ( 'type' => 'social', 'iconSet' => 'full-symbol-grey', - 'icons' => + 'icons' => array ( - 0 => + 0 => array ( 'type' => 'socialIcon', 'iconType' => 'facebook', @@ -1074,7 +1074,7 @@ class CityLocalNews { 'width' => '32px', 'text' => 'Facebook', ), - 1 => + 1 => array ( 'type' => 'socialIcon', 'iconType' => 'twitter', @@ -1084,7 +1084,7 @@ class CityLocalNews { 'width' => '32px', 'text' => 'Twitter', ), - 2 => + 2 => array ( 'type' => 'socialIcon', 'iconType' => 'email', @@ -1094,7 +1094,7 @@ class CityLocalNews { 'width' => '32px', 'text' => 'Email', ), - 3 => + 3 => array ( 'type' => 'socialIcon', 'iconType' => 'youtube', @@ -1112,49 +1112,49 @@ class CityLocalNews { ), ), ), - 'globalStyles' => + 'globalStyles' => array ( - 'text' => + 'text' => array ( 'fontColor' => '#000000', 'fontFamily' => 'Source Sans Pro', 'fontSize' => '16px', ), - 'h1' => + 'h1' => array ( 'fontColor' => '#111111', 'fontFamily' => 'Merriweather Sans', 'fontSize' => '26px', ), - 'h2' => + 'h2' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Merriweather', 'fontSize' => '24px', ), - 'h3' => + 'h3' => array ( 'fontColor' => '#333333', 'fontFamily' => 'Merriweather', 'fontSize' => '20px', ), - 'link' => + 'link' => array ( 'fontColor' => '#252525', 'textDecoration' => 'underline', ), - 'wrapper' => + 'wrapper' => array ( 'backgroundColor' => '#f8f8f8', ), - 'body' => + 'body' => array ( 'backgroundColor' => '#252525', ), ), - 'blockDefaults' => + 'blockDefaults' => array ( - 'automatedLatestContent' => + 'automatedLatestContent' => array ( 'amount' => '5', 'withLayout' => false, @@ -1172,14 +1172,14 @@ class CityLocalNews { 'categoriesPrecededBy' => 'Categories:', 'readMoreType' => 'button', 'readMoreText' => 'Read more', - 'readMoreButton' => + 'readMoreButton' => array ( 'text' => 'Read more', 'url' => '[postLink]', 'context' => 'automatedLatestContent.readMoreButton', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#2ea1cd', 'borderColor' => '#0074a2', @@ -1198,12 +1198,12 @@ class CityLocalNews { ), 'sortBy' => 'newest', 'showDivider' => true, - 'divider' => + 'divider' => array ( 'context' => 'automatedLatestContent.divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -1216,7 +1216,7 @@ class CityLocalNews { 'backgroundColor' => '#ffffff', 'backgroundColorAlternate' => '#eeeeee', ), - 'automatedLatestContentLayout' => + 'automatedLatestContentLayout' => array ( 'amount' => '5', 'withLayout' => true, @@ -1234,14 +1234,14 @@ class CityLocalNews { 'categoriesPrecededBy' => 'Categories:', 'readMoreType' => 'button', 'readMoreText' => 'Read more', - 'readMoreButton' => + 'readMoreButton' => array ( 'text' => 'Read more', 'url' => '[postLink]', 'context' => 'automatedLatestContentLayout.readMoreButton', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#2ea1cd', 'borderColor' => '#0074a2', @@ -1260,12 +1260,12 @@ class CityLocalNews { ), 'sortBy' => 'newest', 'showDivider' => true, - 'divider' => + 'divider' => array ( 'context' => 'automatedLatestContentLayout.divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -1278,13 +1278,13 @@ class CityLocalNews { 'backgroundColor' => '#ffffff', 'backgroundColorAlternate' => '#eeeeee', ), - 'button' => + 'button' => array ( 'text' => 'Read more', 'url' => '[postLink]', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#2ea1cd', 'borderColor' => '#0074a2', @@ -1302,11 +1302,11 @@ class CityLocalNews { ), 'type' => 'button', ), - 'divider' => + 'divider' => array ( - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -1317,23 +1317,23 @@ class CityLocalNews { ), 'type' => 'divider', ), - 'footer' => + 'footer' => array ( 'text' => '

Unsubscribe | Manage subscription
Add your postal address here!

', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), - 'text' => + 'text' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Arial', 'fontSize' => '12px', 'textAlign' => 'center', ), - 'link' => + 'link' => array ( 'fontColor' => '#6cb7d4', 'textDecoration' => 'none', @@ -1341,7 +1341,7 @@ class CityLocalNews { ), 'type' => 'footer', ), - 'posts' => + 'posts' => array ( 'amount' => '10', 'withLayout' => true, @@ -1360,14 +1360,14 @@ class CityLocalNews { 'categoriesPrecededBy' => 'Categories:', 'readMoreType' => 'link', 'readMoreText' => 'Read more', - 'readMoreButton' => + 'readMoreButton' => array ( 'text' => 'Read more', 'url' => '[postLink]', 'context' => 'posts.readMoreButton', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#2ea1cd', 'borderColor' => '#0074a2', @@ -1387,12 +1387,12 @@ class CityLocalNews { ), 'sortBy' => 'newest', 'showDivider' => true, - 'divider' => + 'divider' => array ( 'context' => 'posts.divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -1407,17 +1407,17 @@ class CityLocalNews { 'backgroundColorAlternate' => '#eeeeee', 'type' => 'posts', 'offset' => 0, - 'terms' => + 'terms' => array ( ), 'search' => '', ), - 'social' => + 'social' => array ( 'iconSet' => 'full-symbol-grey', - 'icons' => + 'icons' => array ( - 0 => + 0 => array ( 'type' => 'socialIcon', 'iconType' => 'facebook', @@ -1427,7 +1427,7 @@ class CityLocalNews { 'width' => '32px', 'text' => 'Facebook', ), - 1 => + 1 => array ( 'type' => 'socialIcon', 'iconType' => 'twitter', @@ -1437,7 +1437,7 @@ class CityLocalNews { 'width' => '32px', 'text' => 'Twitter', ), - 2 => + 2 => array ( 'type' => 'socialIcon', 'iconType' => 'email', @@ -1447,7 +1447,7 @@ class CityLocalNews { 'width' => '32px', 'text' => 'Email', ), - 3 => + 3 => array ( 'type' => 'socialIcon', 'iconType' => 'youtube', @@ -1460,11 +1460,11 @@ class CityLocalNews { ), 'type' => 'social', ), - 'spacer' => + 'spacer' => array ( - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '40px', @@ -1472,23 +1472,23 @@ class CityLocalNews { ), 'type' => 'spacer', ), - 'header' => + 'header' => array ( 'text' => 'Display problems? Open this email in your web browser.', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), - 'text' => + 'text' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Arial', 'fontSize' => '12px', 'textAlign' => 'right', ), - 'link' => + 'link' => array ( 'fontColor' => '#6cb7d4', 'textDecoration' => 'underline', diff --git a/lib/Config/PopulatorData/Templates/ClearNews.php b/lib/Config/PopulatorData/Templates/ClearNews.php index 131083075f..0413254423 100644 --- a/lib/Config/PopulatorData/Templates/ClearNews.php +++ b/lib/Config/PopulatorData/Templates/ClearNews.php @@ -27,7 +27,7 @@ class ClearNews { } private function getThumbnail() { - return $this->template_image_url . '/thumbnail.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/Coffee.php b/lib/Config/PopulatorData/Templates/Coffee.php index b1aebaac2f..ab73149034 100644 --- a/lib/Config/PopulatorData/Templates/Coffee.php +++ b/lib/Config/PopulatorData/Templates/Coffee.php @@ -27,7 +27,7 @@ class Coffee { } private function getThumbnail() { - return $this->template_image_url . '/coffee.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/College.php b/lib/Config/PopulatorData/Templates/College.php index 7c5bb5812c..ff760d8824 100644 --- a/lib/Config/PopulatorData/Templates/College.php +++ b/lib/Config/PopulatorData/Templates/College.php @@ -24,74 +24,74 @@ class College { } private function getThumbnail() { - return $this->template_image_url . '/thumbnail.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { return array ( - 'content' => + 'content' => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#eeeeee', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -102,45 +102,45 @@ class College { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#eeeeee', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'image', 'link' => '', @@ -149,9 +149,9 @@ class College { 'fullWidth' => false, 'width' => '106px', 'height' => '652px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'left', ), @@ -159,44 +159,44 @@ class College { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '36px', ), ), ), - 1 => + 1 => array ( 'type' => 'social', 'iconSet' => 'circles', - 'icons' => + 'icons' => array ( - 0 => + 0 => array ( 'type' => 'socialIcon', 'iconType' => 'facebook', @@ -206,7 +206,7 @@ class College { 'width' => '32px', 'text' => 'Facebook', ), - 1 => + 1 => array ( 'type' => 'socialIcon', 'iconType' => 'twitter', @@ -216,7 +216,7 @@ class College { 'width' => '32px', 'text' => 'Twitter', ), - 2 => + 2 => array ( 'type' => 'socialIcon', 'iconType' => 'instagram', @@ -226,7 +226,7 @@ class College { 'width' => '32px', 'text' => 'Instagram', ), - 3 => + 3 => array ( 'type' => 'socialIcon', 'iconType' => 'youtube', @@ -240,55 +240,55 @@ class College { ), ), ), - 2 => + 2 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '33px', ), ), ), - 1 => + 1 => array ( 'type' => 'header', 'text' => '

View in browser >

', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), - 'text' => + 'text' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Arial', 'fontSize' => '12px', 'textAlign' => 'right', ), - 'link' => + 'link' => array ( 'fontColor' => '#6cb7d4', 'textDecoration' => 'underline', @@ -299,69 +299,69 @@ class College { ), ), ), - 2 => + 2 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => $this->template_image_url . '/College-Header.jpg', 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#333333', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '60px', ), ), ), - 1 => + 1 => array ( 'type' => 'text', 'text' => '

S U M M E R   E D I T I O N

Graduation Day is Coming

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce dapibus iaculis risus ut tincidunt. Integer gravida mauris erat, vehicula blandit velit ultrices ut. 

', ), - 2 => + 2 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '35px', @@ -372,69 +372,69 @@ class College { ), ), ), - 3 => + 3 => array ( 'type' => 'container', 'columnLayout' => '2_1', 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '54px', ), ), ), - 1 => + 1 => array ( 'type' => 'text', 'text' => '

H E A D M A S T E R \' S   B L O G

Your hard work pays off in the future to come

', ), - 2 => + 2 => array ( 'type' => 'divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '18.5px', @@ -444,7 +444,7 @@ class College { ), ), ), - 3 => + 3 => array ( 'type' => 'text', 'text' => '

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur purus quam, semper eget nisl at, pretium fermentum ligula. Ut augue elit, congue non nisl eget, venenatis ornare ante. Aliquam erat volutpat. Maecenas facilisis eget risus vel scelerisque.

@@ -452,7 +452,7 @@ class College {

Etiam eros arcu, vestibulum at iaculis ut, iaculis nec est. Ut ut malesuada purus. Etiam sed accumsan eros, eu aliquam nisl. Nam faucibus sit amet felis at euismod. Sed efficitur varius tincidunt. Curabitur varius, nunc id interdum sodales, felis purus congue nulla, at semper orci est id mauris. Ut euismod vel dui sed mollis. Aliquam vestibulum id leo eu tristique. Etiam sit amet lacus vitae mi dignissim iaculis id ac nulla.

', ), - 4 => + 4 => array ( 'type' => 'image', 'link' => '', @@ -461,15 +461,15 @@ class College { 'fullWidth' => false, 'width' => '1200px', 'height' => '800px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), ), ), - 5 => + 5 => array ( 'type' => 'text', 'text' => '

@@ -481,26 +481,26 @@ class College { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'image', 'link' => '', @@ -509,15 +509,15 @@ class College { 'fullWidth' => true, 'width' => '500px', 'height' => '500px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), ), ), - 1 => + 1 => array ( 'type' => 'text', 'text' => '

@@ -525,19 +525,19 @@ class College {

Mr George Chalk

Headmaster & Director

', ), - 2 => + 2 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '44px', ), ), ), - 3 => + 3 => array ( 'type' => 'text', 'text' => '

Need some tips and advice? 

@@ -553,50 +553,50 @@ class College { ), ), ), - 4 => + 4 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -607,63 +607,63 @@ class College { ), ), ), - 5 => + 5 => array ( 'type' => 'container', 'columnLayout' => '2_1', 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#eeeeee', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '35px', ), ), ), - 1 => + 1 => array ( 'type' => 'social', 'iconSet' => 'circles', - 'icons' => + 'icons' => array ( - 0 => + 0 => array ( 'type' => 'socialIcon', 'iconType' => 'facebook', @@ -673,7 +673,7 @@ class College { 'width' => '32px', 'text' => 'Facebook', ), - 1 => + 1 => array ( 'type' => 'socialIcon', 'iconType' => 'twitter', @@ -683,7 +683,7 @@ class College { 'width' => '32px', 'text' => 'Twitter', ), - 2 => + 2 => array ( 'type' => 'socialIcon', 'iconType' => 'instagram', @@ -693,7 +693,7 @@ class College { 'width' => '32px', 'text' => 'Instagram', ), - 3 => + 3 => array ( 'type' => 'socialIcon', 'iconType' => 'youtube', @@ -705,45 +705,45 @@ class College { ), ), ), - 2 => + 2 => array ( 'type' => 'text', 'text' => '

Unsubscribe | Manage subscription
Add your postal address here!

', ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', ), ), ), - 1 => + 1 => array ( 'type' => 'image', 'link' => '', @@ -752,9 +752,9 @@ class College { 'fullWidth' => false, 'width' => '106px', 'height' => '652px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), @@ -766,49 +766,49 @@ class College { ), ), ), - 'globalStyles' => + 'globalStyles' => array ( - 'text' => + 'text' => array ( 'fontColor' => '#000000', 'fontFamily' => 'Source Sans Pro', 'fontSize' => '14px', ), - 'h1' => + 'h1' => array ( 'fontColor' => '#111111', 'fontFamily' => 'Playfair Display', 'fontSize' => '40px', ), - 'h2' => + 'h2' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Playfair Display', 'fontSize' => '30px', ), - 'h3' => + 'h3' => array ( 'fontColor' => '#333333', 'fontFamily' => 'Open Sans', 'fontSize' => '24px', ), - 'link' => + 'link' => array ( 'fontColor' => '#447c9d', 'textDecoration' => 'underline', ), - 'wrapper' => + 'wrapper' => array ( 'backgroundColor' => '#ffffff', ), - 'body' => + 'body' => array ( 'backgroundColor' => '#eeeeee', ), ), - 'blockDefaults' => + 'blockDefaults' => array ( - 'automatedLatestContent' => + 'automatedLatestContent' => array ( 'amount' => '5', 'withLayout' => false, @@ -826,14 +826,14 @@ class College { 'categoriesPrecededBy' => 'Categories:', 'readMoreType' => 'button', 'readMoreText' => 'Read more', - 'readMoreButton' => + 'readMoreButton' => array ( 'text' => 'Read more', 'url' => '[postLink]', 'context' => 'automatedLatestContent.readMoreButton', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#2ea1cd', 'borderColor' => '#0074a2', @@ -852,12 +852,12 @@ class College { ), 'sortBy' => 'newest', 'showDivider' => true, - 'divider' => + 'divider' => array ( 'context' => 'automatedLatestContent.divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -870,7 +870,7 @@ class College { 'backgroundColor' => '#ffffff', 'backgroundColorAlternate' => '#eeeeee', ), - 'automatedLatestContentLayout' => + 'automatedLatestContentLayout' => array ( 'amount' => '5', 'withLayout' => true, @@ -888,14 +888,14 @@ class College { 'categoriesPrecededBy' => 'Categories:', 'readMoreType' => 'button', 'readMoreText' => 'Read more', - 'readMoreButton' => + 'readMoreButton' => array ( 'text' => 'Read more', 'url' => '[postLink]', 'context' => 'automatedLatestContentLayout.readMoreButton', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#2ea1cd', 'borderColor' => '#0074a2', @@ -914,12 +914,12 @@ class College { ), 'sortBy' => 'newest', 'showDivider' => true, - 'divider' => + 'divider' => array ( 'context' => 'automatedLatestContentLayout.divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -932,13 +932,13 @@ class College { 'backgroundColor' => '#ffffff', 'backgroundColorAlternate' => '#eeeeee', ), - 'button' => + 'button' => array ( 'text' => 'Button', 'url' => '', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#2ea1cd', 'borderColor' => '#0074a2', @@ -955,11 +955,11 @@ class College { ), ), ), - 'divider' => + 'divider' => array ( - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '18.5px', @@ -970,30 +970,30 @@ class College { ), 'type' => 'divider', ), - 'footer' => + 'footer' => array ( 'text' => '

Unsubscribe | Manage subscription
Add your postal address here!

', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), - 'text' => + 'text' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Arial', 'fontSize' => '12px', 'textAlign' => 'center', ), - 'link' => + 'link' => array ( 'fontColor' => '#6cb7d4', 'textDecoration' => 'none', ), ), ), - 'posts' => + 'posts' => array ( 'amount' => '10', 'withLayout' => true, @@ -1012,14 +1012,14 @@ class College { 'categoriesPrecededBy' => 'Categories:', 'readMoreType' => 'link', 'readMoreText' => 'Read more', - 'readMoreButton' => + 'readMoreButton' => array ( 'text' => 'Read more', 'url' => '[postLink]', 'context' => 'posts.readMoreButton', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#2ea1cd', 'borderColor' => '#0074a2', @@ -1038,12 +1038,12 @@ class College { ), 'sortBy' => 'newest', 'showDivider' => true, - 'divider' => + 'divider' => array ( 'context' => 'posts.divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -1056,12 +1056,12 @@ class College { 'backgroundColor' => '#ffffff', 'backgroundColorAlternate' => '#eeeeee', ), - 'social' => + 'social' => array ( 'iconSet' => 'circles', - 'icons' => + 'icons' => array ( - 0 => + 0 => array ( 'type' => 'socialIcon', 'iconType' => 'facebook', @@ -1071,7 +1071,7 @@ class College { 'width' => '32px', 'text' => 'Facebook', ), - 1 => + 1 => array ( 'type' => 'socialIcon', 'iconType' => 'twitter', @@ -1081,7 +1081,7 @@ class College { 'width' => '32px', 'text' => 'Twitter', ), - 2 => + 2 => array ( 'type' => 'socialIcon', 'iconType' => 'instagram', @@ -1091,7 +1091,7 @@ class College { 'width' => '32px', 'text' => 'Instagram', ), - 3 => + 3 => array ( 'type' => 'socialIcon', 'iconType' => 'youtube', @@ -1104,11 +1104,11 @@ class College { ), 'type' => 'social', ), - 'spacer' => + 'spacer' => array ( - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -1116,23 +1116,23 @@ class College { ), 'type' => 'spacer', ), - 'header' => + 'header' => array ( 'text' => 'Display problems? Open this email in your web browser.', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), - 'text' => + 'text' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Arial', 'fontSize' => '12px', 'textAlign' => 'right', ), - 'link' => + 'link' => array ( 'fontColor' => '#6cb7d4', 'textDecoration' => 'underline', diff --git a/lib/Config/PopulatorData/Templates/ComputerRepair.php b/lib/Config/PopulatorData/Templates/ComputerRepair.php index 0b151a1e4f..97558f5279 100644 --- a/lib/Config/PopulatorData/Templates/ComputerRepair.php +++ b/lib/Config/PopulatorData/Templates/ComputerRepair.php @@ -24,81 +24,81 @@ class ComputerRepair { } private function getThumbnail() { - return $this->template_image_url . '/thumbnail.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { return array ( - 'content' => + 'content' => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#1c00af', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', ), ), ), - 1 => + 1 => array ( 'type' => 'text', 'text' => '

View in browser >

', @@ -107,57 +107,57 @@ class ComputerRepair { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#1c00af', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', ), ), ), - 1 => + 1 => array ( 'type' => 'image', 'link' => '', @@ -166,20 +166,20 @@ class ComputerRepair { 'fullWidth' => true, 'width' => '408px', 'height' => '97px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), ), ), - 2 => + 2 => array ( 'type' => 'divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '34px', @@ -189,7 +189,7 @@ class ComputerRepair { ), ), ), - 3 => + 3 => array ( 'type' => 'text', 'text' => '

TIRED OF SCREENS LIKE THIS?

@@ -197,12 +197,12 @@ class ComputerRepair {

Come on down to our nearest store and we\'ll be happy to take a look at your computer and help get you back up and running again in no time.

', ), - 4 => + 4 => array ( 'type' => 'divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '14px', @@ -212,12 +212,12 @@ class ComputerRepair { ), ), ), - 5 => + 5 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -228,97 +228,97 @@ class ComputerRepair { ), ), ), - 2 => + 2 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'text', 'text' => '

Computer Repair

', ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'text', 'text' => '

Help & Support

', ), ), ), - 2 => + 2 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'text', 'text' => '

Call Us Now

', @@ -327,50 +327,50 @@ class ComputerRepair { ), ), ), - 3 => + 3 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -381,70 +381,70 @@ class ComputerRepair { ), ), ), - 4 => + 4 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => $this->template_image_url . '/ComputerRepair-Image-2.jpg', 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#1c00af', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '42px', ), ), ), - 1 => + 1 => array ( 'type' => 'text', 'text' => '

Check out our locations

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce dapibus iaculis risus ut tincidunt.

', ), - 2 => + 2 => array ( 'type' => 'button', 'text' => 'View locations', 'url' => '', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'borderColor' => '#f8f8f8', @@ -461,12 +461,12 @@ class ComputerRepair { ), ), ), - 3 => + 3 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -477,57 +477,57 @@ class ComputerRepair { ), ), ), - 5 => + 5 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '50px', ), ), ), - 1 => + 1 => array ( 'type' => 'image', 'link' => '', @@ -536,9 +536,9 @@ class ComputerRepair { 'fullWidth' => true, 'width' => '254px', 'height' => '97px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), @@ -548,101 +548,101 @@ class ComputerRepair { ), ), ), - 6 => + 6 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '30px', ), ), ), - 1 => + 1 => array ( 'type' => 'text', 'text' => '

Unsubscribe | Manage subscription

', ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', ), ), ), - 1 => + 1 => array ( 'type' => 'social', 'iconSet' => 'full-symbol-grey', - 'icons' => + 'icons' => array ( - 0 => + 0 => array ( 'type' => 'socialIcon', 'iconType' => 'facebook', @@ -652,7 +652,7 @@ class ComputerRepair { 'width' => '32px', 'text' => 'Facebook', ), - 1 => + 1 => array ( 'type' => 'socialIcon', 'iconType' => 'twitter', @@ -662,7 +662,7 @@ class ComputerRepair { 'width' => '32px', 'text' => 'Twitter', ), - 2 => + 2 => array ( 'type' => 'socialIcon', 'iconType' => 'instagram', @@ -672,7 +672,7 @@ class ComputerRepair { 'width' => '32px', 'text' => 'Instagram', ), - 3 => + 3 => array ( 'type' => 'socialIcon', 'iconType' => 'website', @@ -682,7 +682,7 @@ class ComputerRepair { 'width' => '32px', 'text' => 'Website', ), - 4 => + 4 => array ( 'type' => 'socialIcon', 'iconType' => 'linkedin', @@ -698,45 +698,45 @@ class ComputerRepair { ), ), ), - 7 => + 7 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'text', 'text' => '

Add your address here

', @@ -747,49 +747,49 @@ class ComputerRepair { ), ), ), - 'globalStyles' => + 'globalStyles' => array ( - 'text' => + 'text' => array ( 'fontColor' => '#ffffff', 'fontFamily' => 'Courier New', 'fontSize' => '16px', ), - 'h1' => + 'h1' => array ( 'fontColor' => '#ffffff', 'fontFamily' => 'Courier New', 'fontSize' => '30px', ), - 'h2' => + 'h2' => array ( 'fontColor' => '#ffffff', 'fontFamily' => 'Courier New', 'fontSize' => '24px', ), - 'h3' => + 'h3' => array ( 'fontColor' => '#ffffff', 'fontFamily' => 'Courier New', 'fontSize' => '22px', ), - 'link' => + 'link' => array ( 'fontColor' => '#ffffff', 'textDecoration' => 'underline', ), - 'wrapper' => + 'wrapper' => array ( 'backgroundColor' => '#1c00af', ), - 'body' => + 'body' => array ( 'backgroundColor' => '#1c00af', ), ), - 'blockDefaults' => + 'blockDefaults' => array ( - 'automatedLatestContent' => + 'automatedLatestContent' => array ( 'amount' => '5', 'withLayout' => false, @@ -807,14 +807,14 @@ class ComputerRepair { 'categoriesPrecededBy' => 'Categories:', 'readMoreType' => 'button', 'readMoreText' => 'Read more', - 'readMoreButton' => + 'readMoreButton' => array ( 'text' => 'Read more', 'url' => '[postLink]', 'context' => 'automatedLatestContent.readMoreButton', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#2ea1cd', 'borderColor' => '#0074a2', @@ -833,12 +833,12 @@ class ComputerRepair { ), 'sortBy' => 'newest', 'showDivider' => true, - 'divider' => + 'divider' => array ( 'context' => 'automatedLatestContent.divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -851,7 +851,7 @@ class ComputerRepair { 'backgroundColor' => '#ffffff', 'backgroundColorAlternate' => '#eeeeee', ), - 'automatedLatestContentLayout' => + 'automatedLatestContentLayout' => array ( 'amount' => '5', 'withLayout' => true, @@ -869,14 +869,14 @@ class ComputerRepair { 'categoriesPrecededBy' => 'Categories:', 'readMoreType' => 'button', 'readMoreText' => 'Read more', - 'readMoreButton' => + 'readMoreButton' => array ( 'text' => 'Read more', 'url' => '[postLink]', 'context' => 'automatedLatestContentLayout.readMoreButton', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#2ea1cd', 'borderColor' => '#0074a2', @@ -895,12 +895,12 @@ class ComputerRepair { ), 'sortBy' => 'newest', 'showDivider' => true, - 'divider' => + 'divider' => array ( 'context' => 'automatedLatestContentLayout.divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -913,13 +913,13 @@ class ComputerRepair { 'backgroundColor' => '#ffffff', 'backgroundColorAlternate' => '#eeeeee', ), - 'button' => + 'button' => array ( 'text' => 'View locations', 'url' => '', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'borderColor' => '#f8f8f8', @@ -937,11 +937,11 @@ class ComputerRepair { ), 'type' => 'button', ), - 'divider' => + 'divider' => array ( - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '16.5px', @@ -952,23 +952,23 @@ class ComputerRepair { ), 'type' => 'divider', ), - 'footer' => + 'footer' => array ( 'text' => '

Unsubscribe | Manage subscription
Add your postal address here!

', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), - 'text' => + 'text' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Arial', 'fontSize' => '12px', 'textAlign' => 'center', ), - 'link' => + 'link' => array ( 'fontColor' => '#6cb7d4', 'textDecoration' => 'none', @@ -976,7 +976,7 @@ class ComputerRepair { ), 'type' => 'footer', ), - 'posts' => + 'posts' => array ( 'amount' => '10', 'withLayout' => true, @@ -995,14 +995,14 @@ class ComputerRepair { 'categoriesPrecededBy' => 'Categories:', 'readMoreType' => 'link', 'readMoreText' => 'Read more', - 'readMoreButton' => + 'readMoreButton' => array ( 'text' => 'Read more', 'url' => '[postLink]', 'context' => 'posts.readMoreButton', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#2ea1cd', 'borderColor' => '#0074a2', @@ -1021,12 +1021,12 @@ class ComputerRepair { ), 'sortBy' => 'newest', 'showDivider' => true, - 'divider' => + 'divider' => array ( 'context' => 'posts.divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -1039,12 +1039,12 @@ class ComputerRepair { 'backgroundColor' => '#ffffff', 'backgroundColorAlternate' => '#eeeeee', ), - 'social' => + 'social' => array ( 'iconSet' => 'full-symbol-grey', - 'icons' => + 'icons' => array ( - 0 => + 0 => array ( 'type' => 'socialIcon', 'iconType' => 'facebook', @@ -1054,7 +1054,7 @@ class ComputerRepair { 'width' => '32px', 'text' => 'Facebook', ), - 1 => + 1 => array ( 'type' => 'socialIcon', 'iconType' => 'twitter', @@ -1064,7 +1064,7 @@ class ComputerRepair { 'width' => '32px', 'text' => 'Twitter', ), - 2 => + 2 => array ( 'type' => 'socialIcon', 'iconType' => 'instagram', @@ -1074,7 +1074,7 @@ class ComputerRepair { 'width' => '32px', 'text' => 'Instagram', ), - 3 => + 3 => array ( 'type' => 'socialIcon', 'iconType' => 'website', @@ -1084,7 +1084,7 @@ class ComputerRepair { 'width' => '32px', 'text' => 'Website', ), - 4 => + 4 => array ( 'type' => 'socialIcon', 'iconType' => 'linkedin', @@ -1097,11 +1097,11 @@ class ComputerRepair { ), 'type' => 'social', ), - 'spacer' => + 'spacer' => array ( - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '50px', @@ -1109,23 +1109,23 @@ class ComputerRepair { ), 'type' => 'spacer', ), - 'header' => + 'header' => array ( 'text' => 'Display problems? Open this email in your web browser.', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), - 'text' => + 'text' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Arial', 'fontSize' => '12px', 'textAlign' => 'center', ), - 'link' => + 'link' => array ( 'fontColor' => '#6cb7d4', 'textDecoration' => 'underline', diff --git a/lib/Config/PopulatorData/Templates/DogFood.php b/lib/Config/PopulatorData/Templates/DogFood.php index b518468df6..82b0e0bfe8 100644 --- a/lib/Config/PopulatorData/Templates/DogFood.php +++ b/lib/Config/PopulatorData/Templates/DogFood.php @@ -27,7 +27,7 @@ class DogFood { } private function getThumbnail() { - return $this->template_image_url . '/dog-food.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/Drone.php b/lib/Config/PopulatorData/Templates/Drone.php index c4eb86eae9..a671944e14 100644 --- a/lib/Config/PopulatorData/Templates/Drone.php +++ b/lib/Config/PopulatorData/Templates/Drone.php @@ -27,7 +27,7 @@ class Drone { } private function getThumbnail() { - return $this->template_image_url . '/drone.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/Engineering.php b/lib/Config/PopulatorData/Templates/Engineering.php index 2dad31c032..a1a07ba09e 100755 --- a/lib/Config/PopulatorData/Templates/Engineering.php +++ b/lib/Config/PopulatorData/Templates/Engineering.php @@ -24,74 +24,74 @@ class Engineering { } private function getThumbnail() { - return $this->template_image_url . '/thumbnail.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { return array ( - 'content' => + 'content' => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#1d1d1d', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '40px', @@ -102,45 +102,45 @@ class Engineering { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'image', 'link' => '', @@ -149,44 +149,44 @@ class Engineering { 'fullWidth' => true, 'width' => '150px', 'height' => '506px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), ), ), - 1 => + 1 => array ( 'type' => 'header', 'text' => '

Open this email in your web browser.

', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), - 'text' => + 'text' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Arial', 'fontSize' => '12px', 'textAlign' => 'center', ), - 'link' => + 'link' => array ( 'fontColor' => '#6cb7d4', 'textDecoration' => 'underline', ), ), ), - 2 => + 2 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -197,67 +197,67 @@ class Engineering { ), ), ), - 2 => + 2 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => $this->template_image_url . '/Engineering-Header-1.jpg', 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '295px', ), ), ), - 1 => + 1 => array ( 'type' => 'text', 'text' => '

Let your dreams take flight...

', ), - 2 => + 2 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '40px', @@ -268,45 +268,45 @@ class Engineering { ), ), ), - 3 => + 3 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'image', 'link' => '', @@ -315,9 +315,9 @@ class Engineering { 'fullWidth' => false, 'width' => '400px', 'height' => '800px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), @@ -325,39 +325,39 @@ class Engineering { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'text', 'text' => '

The all-new RoundBros 6206 ball bearing.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ac orci neque. Sed hendrerit condimentum augue, sed porta nulla vulputate rutrum. Donec vel purus urna. Sed dui sapien, congue non accumsan euismod, ultrices ut dui.

', ), - 1 => + 1 => array ( 'type' => 'button', 'text' => 'Find out more', 'url' => '', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#1d1d1d', 'borderColor' => '#ffffff', @@ -378,62 +378,62 @@ class Engineering { ), ), ), - 4 => + 4 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '40px', ), ), ), - 1 => + 1 => array ( 'type' => 'text', 'text' => '

...and stay grounded in safety

', ), - 2 => + 2 => array ( 'type' => 'image', 'link' => '', @@ -442,9 +442,9 @@ class Engineering { 'fullWidth' => true, 'width' => '928px', 'height' => '661px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), @@ -454,58 +454,58 @@ class Engineering { ), ), ), - 5 => + 5 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'text', 'text' => '

Bearing sets are back in stock for a limited time!

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ac orci neque. Sed hendrerit condimentum augue, sed porta nulla vulputate rutrum.

', ), - 1 => + 1 => array ( 'type' => 'button', 'text' => 'Find out more', 'url' => '', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#1d1d1d', 'borderColor' => '#ffffff', @@ -524,38 +524,38 @@ class Engineering { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', ), ), ), - 1 => + 1 => array ( 'type' => 'image', 'link' => '', @@ -564,9 +564,9 @@ class Engineering { 'fullWidth' => false, 'width' => '800px', 'height' => '574px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), @@ -576,62 +576,62 @@ class Engineering { ), ), ), - 6 => + 6 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', ), ), ), - 1 => + 1 => array ( 'type' => 'divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -645,63 +645,63 @@ class Engineering { ), ), ), - 7 => + 7 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '50px', ), ), ), - 1 => + 1 => array ( 'type' => 'social', 'iconSet' => 'circles', - 'icons' => + 'icons' => array ( - 0 => + 0 => array ( 'type' => 'socialIcon', 'iconType' => 'facebook', @@ -711,7 +711,7 @@ class Engineering { 'width' => '32px', 'text' => 'Facebook', ), - 1 => + 1 => array ( 'type' => 'socialIcon', 'iconType' => 'twitter', @@ -721,7 +721,7 @@ class Engineering { 'width' => '32px', 'text' => 'Twitter', ), - 2 => + 2 => array ( 'type' => 'socialIcon', 'iconType' => 'instagram', @@ -735,38 +735,38 @@ class Engineering { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', ), ), ), - 1 => + 1 => array ( 'type' => 'image', 'link' => '', @@ -775,9 +775,9 @@ class Engineering { 'fullWidth' => true, 'width' => '100px', 'height' => '506px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), @@ -785,56 +785,56 @@ class Engineering { ), ), ), - 2 => + 2 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '30px', ), ), ), - 1 => + 1 => array ( 'type' => 'footer', 'text' => '

Unsubscribe

Manage subscription
Add your postal address here!

', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), - 'text' => + 'text' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Roboto', 'fontSize' => '12px', 'textAlign' => 'center', ), - 'link' => + 'link' => array ( 'fontColor' => '#5aa9cc', 'textDecoration' => 'underline', @@ -845,50 +845,50 @@ class Engineering { ), ), ), - 8 => + 8 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '50px', @@ -901,49 +901,49 @@ class Engineering { ), ), ), - 'globalStyles' => + 'globalStyles' => array ( - 'text' => + 'text' => array ( 'fontColor' => '#000000', 'fontFamily' => 'Roboto', 'fontSize' => '14px', ), - 'h1' => + 'h1' => array ( 'fontColor' => '#111111', 'fontFamily' => 'Roboto', 'fontSize' => '40px', ), - 'h2' => + 'h2' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Roboto', 'fontSize' => '24px', ), - 'h3' => + 'h3' => array ( 'fontColor' => '#333333', 'fontFamily' => 'Roboto', 'fontSize' => '22px', ), - 'link' => + 'link' => array ( 'fontColor' => '#21759B', 'textDecoration' => 'underline', ), - 'wrapper' => + 'wrapper' => array ( 'backgroundColor' => '#1d1d1d', ), - 'body' => + 'body' => array ( 'backgroundColor' => '#1d1d1d', ), ), - 'blockDefaults' => + 'blockDefaults' => array ( - 'automatedLatestContent' => + 'automatedLatestContent' => array ( 'amount' => '5', 'withLayout' => false, @@ -961,14 +961,14 @@ class Engineering { 'categoriesPrecededBy' => 'Categories:', 'readMoreType' => 'button', 'readMoreText' => 'Read more', - 'readMoreButton' => + 'readMoreButton' => array ( 'text' => 'Read more', 'url' => '[postLink]', 'context' => 'automatedLatestContent.readMoreButton', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#2ea1cd', 'borderColor' => '#0074a2', @@ -987,12 +987,12 @@ class Engineering { ), 'sortBy' => 'newest', 'showDivider' => true, - 'divider' => + 'divider' => array ( 'context' => 'automatedLatestContent.divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -1005,7 +1005,7 @@ class Engineering { 'backgroundColor' => '#ffffff', 'backgroundColorAlternate' => '#eeeeee', ), - 'automatedLatestContentLayout' => + 'automatedLatestContentLayout' => array ( 'amount' => '5', 'withLayout' => true, @@ -1023,14 +1023,14 @@ class Engineering { 'categoriesPrecededBy' => 'Categories:', 'readMoreType' => 'button', 'readMoreText' => 'Read more', - 'readMoreButton' => + 'readMoreButton' => array ( 'text' => 'Read more', 'url' => '[postLink]', 'context' => 'automatedLatestContentLayout.readMoreButton', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#2ea1cd', 'borderColor' => '#0074a2', @@ -1049,12 +1049,12 @@ class Engineering { ), 'sortBy' => 'newest', 'showDivider' => true, - 'divider' => + 'divider' => array ( 'context' => 'automatedLatestContentLayout.divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -1067,13 +1067,13 @@ class Engineering { 'backgroundColor' => '#ffffff', 'backgroundColorAlternate' => '#eeeeee', ), - 'button' => + 'button' => array ( 'text' => 'Find out more', 'url' => '', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#1d1d1d', 'borderColor' => '#ffffff', @@ -1091,11 +1091,11 @@ class Engineering { ), 'type' => 'button', ), - 'divider' => + 'divider' => array ( - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -1106,23 +1106,23 @@ class Engineering { ), 'type' => 'divider', ), - 'footer' => + 'footer' => array ( 'text' => '

Unsubscribe | Manage subscription
Add your postal address here!

', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), - 'text' => + 'text' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Roboto', 'fontSize' => '12px', 'textAlign' => 'center', ), - 'link' => + 'link' => array ( 'fontColor' => '#5aa9cc', 'textDecoration' => 'underline', @@ -1130,7 +1130,7 @@ class Engineering { ), 'type' => 'footer', ), - 'posts' => + 'posts' => array ( 'amount' => '10', 'withLayout' => true, @@ -1149,14 +1149,14 @@ class Engineering { 'categoriesPrecededBy' => 'Categories:', 'readMoreType' => 'link', 'readMoreText' => 'Read more', - 'readMoreButton' => + 'readMoreButton' => array ( 'text' => 'Read more', 'url' => '[postLink]', 'context' => 'posts.readMoreButton', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#2ea1cd', 'borderColor' => '#0074a2', @@ -1175,12 +1175,12 @@ class Engineering { ), 'sortBy' => 'newest', 'showDivider' => true, - 'divider' => + 'divider' => array ( 'context' => 'posts.divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -1193,12 +1193,12 @@ class Engineering { 'backgroundColor' => '#ffffff', 'backgroundColorAlternate' => '#eeeeee', ), - 'social' => + 'social' => array ( 'iconSet' => 'circles', - 'icons' => + 'icons' => array ( - 0 => + 0 => array ( 'type' => 'socialIcon', 'iconType' => 'facebook', @@ -1208,7 +1208,7 @@ class Engineering { 'width' => '32px', 'text' => 'Facebook', ), - 1 => + 1 => array ( 'type' => 'socialIcon', 'iconType' => 'twitter', @@ -1218,7 +1218,7 @@ class Engineering { 'width' => '32px', 'text' => 'Twitter', ), - 2 => + 2 => array ( 'type' => 'socialIcon', 'iconType' => 'instagram', @@ -1231,11 +1231,11 @@ class Engineering { ), 'type' => 'social', ), - 'spacer' => + 'spacer' => array ( - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '50px', @@ -1243,23 +1243,23 @@ class Engineering { ), 'type' => 'spacer', ), - 'header' => + 'header' => array ( 'text' => 'Display problems? Open this email in your web browser.', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), - 'text' => + 'text' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Arial', 'fontSize' => '12px', 'textAlign' => 'center', ), - 'link' => + 'link' => array ( 'fontColor' => '#6cb7d4', 'textDecoration' => 'underline', diff --git a/lib/Config/PopulatorData/Templates/Faith.php b/lib/Config/PopulatorData/Templates/Faith.php index bbc709ac0a..13022fa506 100644 --- a/lib/Config/PopulatorData/Templates/Faith.php +++ b/lib/Config/PopulatorData/Templates/Faith.php @@ -486,7 +486,7 @@ class Faith { } private function getThumbnail() { - return $this->template_image_url . '/faith.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } } diff --git a/lib/Config/PopulatorData/Templates/FarmersMarket.php b/lib/Config/PopulatorData/Templates/FarmersMarket.php index 38eda751e5..027acc0f3c 100644 --- a/lib/Config/PopulatorData/Templates/FarmersMarket.php +++ b/lib/Config/PopulatorData/Templates/FarmersMarket.php @@ -24,98 +24,98 @@ class FarmersMarket { } private function getThumbnail() { - return $this->template_image_url . '/thumbnail.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { return array ( - 'content' => + 'content' => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#ffffff', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', ), ), ), - 1 => + 1 => array ( 'type' => 'header', 'text' => '

Open this email in your web browser.

', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), - 'text' => + 'text' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Arial', 'fontSize' => '12px', 'textAlign' => 'center', ), - 'link' => + 'link' => array ( 'fontColor' => '#6cb7d4', 'textDecoration' => 'underline', @@ -126,45 +126,45 @@ class FarmersMarket { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'image', 'link' => '', @@ -173,9 +173,9 @@ class FarmersMarket { 'fullWidth' => true, 'width' => '1200px', 'height' => '25px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), @@ -185,50 +185,50 @@ class FarmersMarket { ), ), ), - 2 => + 2 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => $this->template_image_url . '/FarmersMarket-Middle.jpg', 'display' => 'tile', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -237,26 +237,26 @@ class FarmersMarket { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'image', 'link' => '', @@ -265,9 +265,9 @@ class FarmersMarket { 'fullWidth' => true, 'width' => '200px', 'height' => '400px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), @@ -275,31 +275,31 @@ class FarmersMarket { ), ), ), - 2 => + 2 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -310,50 +310,50 @@ class FarmersMarket { ), ), ), - 3 => + 3 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => $this->template_image_url . '/FarmersMarket-Middle.jpg', 'display' => 'tile', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -364,57 +364,57 @@ class FarmersMarket { ), ), ), - 4 => + 4 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#252525', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '44px', ), ), ), - 1 => + 1 => array ( 'type' => 'text', 'text' => '

COME JOIN US THIS WEEKEND

@@ -424,38 +424,38 @@ class FarmersMarket { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', ), ), ), - 1 => + 1 => array ( 'type' => 'image', 'link' => '', @@ -464,9 +464,9 @@ class FarmersMarket { 'fullWidth' => false, 'width' => '1000px', 'height' => '800px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), @@ -476,50 +476,50 @@ class FarmersMarket { ), ), ), - 5 => + 5 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => $this->template_image_url . '/FarmersMarket-Middle.jpg', 'display' => 'tile', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '30px', @@ -530,45 +530,45 @@ class FarmersMarket { ), ), ), - 6 => + 6 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => $this->template_image_url . '/FarmersMarket-Middle.jpg', 'display' => 'tile', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'image', 'link' => '', @@ -577,27 +577,27 @@ class FarmersMarket { 'fullWidth' => false, 'width' => '500px', 'height' => '500px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), ), ), - 1 => + 1 => array ( 'type' => 'text', 'text' => '

It\'s carrot season, which means it\'s the perfect time to try our carrot recipes!

', ), - 2 => + 2 => array ( 'type' => 'button', 'text' => 'CARROTS EVERYWHERE', 'url' => '', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#252525', 'borderColor' => '#0074a2', @@ -616,26 +616,26 @@ class FarmersMarket { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'image', 'link' => '', @@ -644,27 +644,27 @@ class FarmersMarket { 'fullWidth' => false, 'width' => '500px', 'height' => '500px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), ), ), - 1 => + 1 => array ( 'type' => 'text', 'text' => '

Don\'t throw out those leftover pumpkins - here\'s some tips for you.

', ), - 2 => + 2 => array ( 'type' => 'button', 'text' => 'PUMPED FOR PUMPKINS', 'url' => '', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#252525', 'borderColor' => '#0074a2', @@ -683,26 +683,26 @@ class FarmersMarket { ), ), ), - 2 => + 2 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'image', 'link' => '', @@ -711,27 +711,27 @@ class FarmersMarket { 'fullWidth' => false, 'width' => '500px', 'height' => '500px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), ), ), - 1 => + 1 => array ( 'type' => 'text', 'text' => '

Our new bakery has opened and is making some of the best artisanal bread.

', ), - 2 => + 2 => array ( 'type' => 'button', 'text' => 'I KNEAD THIS', 'url' => '', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#252525', 'borderColor' => '#0074a2', @@ -752,50 +752,50 @@ class FarmersMarket { ), ), ), - 7 => + 7 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => $this->template_image_url . '/FarmersMarket-Middle.jpg', 'display' => 'tile', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -806,57 +806,57 @@ class FarmersMarket { ), ), ), - 8 => + 8 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => $this->template_image_url . '/FarmersMarket-Video.jpg', 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#222222', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '55px', ), ), ), - 1 => + 1 => array ( 'type' => 'image', 'link' => '', @@ -865,9 +865,9 @@ class FarmersMarket { 'fullWidth' => true, 'width' => '100px', 'height' => '400px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), @@ -875,50 +875,50 @@ class FarmersMarket { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '61px', ), ), ), - 1 => + 1 => array ( 'type' => 'text', 'text' => '

A DAY IN THE LIFE

Check out what it\'s like to be at the market every weekend.

', ), - 2 => + 2 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -929,50 +929,50 @@ class FarmersMarket { ), ), ), - 9 => + 9 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => $this->template_image_url . '/FarmersMarket-Middle.jpg', 'display' => 'tile', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -983,45 +983,45 @@ class FarmersMarket { ), ), ), - 10 => + 10 => array ( 'type' => 'container', 'columnLayout' => '1_2', 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => $this->template_image_url . '/FarmersMarket-Middle.jpg', 'display' => 'tile', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'image', 'link' => '', @@ -1030,9 +1030,9 @@ class FarmersMarket { 'fullWidth' => true, 'width' => '112px', 'height' => '400px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), @@ -1040,32 +1040,32 @@ class FarmersMarket { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'social', 'iconSet' => 'full-symbol-black', - 'icons' => + 'icons' => array ( - 0 => + 0 => array ( 'type' => 'socialIcon', 'iconType' => 'facebook', @@ -1075,7 +1075,7 @@ class FarmersMarket { 'width' => '32px', 'text' => 'Facebook', ), - 1 => + 1 => array ( 'type' => 'socialIcon', 'iconType' => 'twitter', @@ -1085,7 +1085,7 @@ class FarmersMarket { 'width' => '32px', 'text' => 'Twitter', ), - 2 => + 2 => array ( 'type' => 'socialIcon', 'iconType' => 'instagram', @@ -1097,24 +1097,24 @@ class FarmersMarket { ), ), ), - 1 => + 1 => array ( 'type' => 'footer', 'text' => '

Unsubscribe | Manage your subscription
Add your postal address here!

', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), - 'text' => + 'text' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Roboto', 'fontSize' => '12px', 'textAlign' => 'center', ), - 'link' => + 'link' => array ( 'fontColor' => '#689f2c', 'textDecoration' => 'none', @@ -1125,45 +1125,45 @@ class FarmersMarket { ), ), ), - 11 => + 11 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'image', 'link' => '', @@ -1172,9 +1172,9 @@ class FarmersMarket { 'fullWidth' => true, 'width' => '660px', 'height' => '50px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), @@ -1186,49 +1186,49 @@ class FarmersMarket { ), ), ), - 'globalStyles' => + 'globalStyles' => array ( - 'text' => + 'text' => array ( 'fontColor' => '#000000', 'fontFamily' => 'Roboto', 'fontSize' => '14px', ), - 'h1' => + 'h1' => array ( 'fontColor' => '#111111', 'fontFamily' => 'Source Sans Pro', 'fontSize' => '30px', ), - 'h2' => + 'h2' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Trebuchet MS', 'fontSize' => '24px', ), - 'h3' => + 'h3' => array ( 'fontColor' => '#333333', 'fontFamily' => 'Trebuchet MS', 'fontSize' => '22px', ), - 'link' => + 'link' => array ( 'fontColor' => '#689f2c', 'textDecoration' => 'underline', ), - 'wrapper' => + 'wrapper' => array ( 'backgroundColor' => '#ffffff', ), - 'body' => + 'body' => array ( 'backgroundColor' => '#ffffff', ), ), - 'blockDefaults' => + 'blockDefaults' => array ( - 'automatedLatestContent' => + 'automatedLatestContent' => array ( 'amount' => '5', 'withLayout' => false, @@ -1246,14 +1246,14 @@ class FarmersMarket { 'categoriesPrecededBy' => 'Categories:', 'readMoreType' => 'button', 'readMoreText' => 'Read more', - 'readMoreButton' => + 'readMoreButton' => array ( 'text' => 'Read more', 'url' => '[postLink]', 'context' => 'automatedLatestContent.readMoreButton', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#2ea1cd', 'borderColor' => '#0074a2', @@ -1272,12 +1272,12 @@ class FarmersMarket { ), 'sortBy' => 'newest', 'showDivider' => true, - 'divider' => + 'divider' => array ( 'context' => 'automatedLatestContent.divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -1290,7 +1290,7 @@ class FarmersMarket { 'backgroundColor' => '#ffffff', 'backgroundColorAlternate' => '#eeeeee', ), - 'automatedLatestContentLayout' => + 'automatedLatestContentLayout' => array ( 'amount' => '5', 'withLayout' => true, @@ -1308,14 +1308,14 @@ class FarmersMarket { 'categoriesPrecededBy' => 'Categories:', 'readMoreType' => 'button', 'readMoreText' => 'Read more', - 'readMoreButton' => + 'readMoreButton' => array ( 'text' => 'Read more', 'url' => '[postLink]', 'context' => 'automatedLatestContentLayout.readMoreButton', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#2ea1cd', 'borderColor' => '#0074a2', @@ -1334,12 +1334,12 @@ class FarmersMarket { ), 'sortBy' => 'newest', 'showDivider' => true, - 'divider' => + 'divider' => array ( 'context' => 'automatedLatestContentLayout.divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -1352,13 +1352,13 @@ class FarmersMarket { 'backgroundColor' => '#ffffff', 'backgroundColorAlternate' => '#eeeeee', ), - 'button' => + 'button' => array ( 'text' => 'CARROTS EVERYWHERE', 'url' => '', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#252525', 'borderColor' => '#0074a2', @@ -1376,11 +1376,11 @@ class FarmersMarket { ), 'type' => 'button', ), - 'divider' => + 'divider' => array ( - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -1391,23 +1391,23 @@ class FarmersMarket { ), 'type' => 'divider', ), - 'footer' => + 'footer' => array ( 'text' => '

Unsubscribe | Manage subscription
Add your postal address here!

', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), - 'text' => + 'text' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Roboto', 'fontSize' => '12px', 'textAlign' => 'center', ), - 'link' => + 'link' => array ( 'fontColor' => '#689f2c', 'textDecoration' => 'none', @@ -1415,7 +1415,7 @@ class FarmersMarket { ), 'type' => 'footer', ), - 'posts' => + 'posts' => array ( 'amount' => '10', 'withLayout' => true, @@ -1434,14 +1434,14 @@ class FarmersMarket { 'categoriesPrecededBy' => 'Categories:', 'readMoreType' => 'link', 'readMoreText' => 'Read more', - 'readMoreButton' => + 'readMoreButton' => array ( 'text' => 'Read more', 'url' => '[postLink]', 'context' => 'posts.readMoreButton', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#2ea1cd', 'borderColor' => '#0074a2', @@ -1460,12 +1460,12 @@ class FarmersMarket { ), 'sortBy' => 'newest', 'showDivider' => true, - 'divider' => + 'divider' => array ( 'context' => 'posts.divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -1478,12 +1478,12 @@ class FarmersMarket { 'backgroundColor' => '#ffffff', 'backgroundColorAlternate' => '#eeeeee', ), - 'social' => + 'social' => array ( 'iconSet' => 'full-symbol-black', - 'icons' => + 'icons' => array ( - 0 => + 0 => array ( 'type' => 'socialIcon', 'iconType' => 'facebook', @@ -1493,7 +1493,7 @@ class FarmersMarket { 'width' => '32px', 'text' => 'Facebook', ), - 1 => + 1 => array ( 'type' => 'socialIcon', 'iconType' => 'twitter', @@ -1503,7 +1503,7 @@ class FarmersMarket { 'width' => '32px', 'text' => 'Twitter', ), - 2 => + 2 => array ( 'type' => 'socialIcon', 'iconType' => 'instagram', @@ -1516,11 +1516,11 @@ class FarmersMarket { ), 'type' => 'social', ), - 'spacer' => + 'spacer' => array ( - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -1528,23 +1528,23 @@ class FarmersMarket { ), 'type' => 'spacer', ), - 'header' => + 'header' => array ( 'text' => 'Display problems? Open this email in your web browser.', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), - 'text' => + 'text' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Arial', 'fontSize' => '12px', 'textAlign' => 'center', ), - 'link' => + 'link' => array ( 'fontColor' => '#6cb7d4', 'textDecoration' => 'underline', diff --git a/lib/Config/PopulatorData/Templates/FashionBlog.php b/lib/Config/PopulatorData/Templates/FashionBlog.php index 510be3a09a..b5ccfa1c6c 100644 --- a/lib/Config/PopulatorData/Templates/FashionBlog.php +++ b/lib/Config/PopulatorData/Templates/FashionBlog.php @@ -23,7 +23,7 @@ class FashionBlog { } private function getThumbnail() { - return $this->template_image_url . '/thumbnail.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/FashionBlogA.php b/lib/Config/PopulatorData/Templates/FashionBlogA.php index 8995f6e5bd..18c315248b 100644 --- a/lib/Config/PopulatorData/Templates/FashionBlogA.php +++ b/lib/Config/PopulatorData/Templates/FashionBlogA.php @@ -27,7 +27,7 @@ class FashionBlogA { } private function getThumbnail() { - return $this->template_image_url . '/thumbnail.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/FashionShop.php b/lib/Config/PopulatorData/Templates/FashionShop.php index 6bde723223..3a996fff5b 100644 --- a/lib/Config/PopulatorData/Templates/FashionShop.php +++ b/lib/Config/PopulatorData/Templates/FashionShop.php @@ -27,7 +27,7 @@ class FashionShop { } private function getThumbnail() { - return $this->template_image_url . '/thumbnail.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/FashionStore.php b/lib/Config/PopulatorData/Templates/FashionStore.php index 9c0379a7e9..85e9c3cf67 100644 --- a/lib/Config/PopulatorData/Templates/FashionStore.php +++ b/lib/Config/PopulatorData/Templates/FashionStore.php @@ -27,7 +27,7 @@ class FashionStore { } private function getThumbnail() { - return $this->template_image_url . '/fashion.jpeg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpeg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/FestivalEvent.php b/lib/Config/PopulatorData/Templates/FestivalEvent.php index 070784f813..f9efb1fceb 100644 --- a/lib/Config/PopulatorData/Templates/FestivalEvent.php +++ b/lib/Config/PopulatorData/Templates/FestivalEvent.php @@ -522,7 +522,7 @@ class FestivalEvent { } private function getThumbnail() { - return $this->template_image_url . '/festival-event.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } } diff --git a/lib/Config/PopulatorData/Templates/Fitness.php b/lib/Config/PopulatorData/Templates/Fitness.php index ca4f617377..d5df8e2d76 100644 --- a/lib/Config/PopulatorData/Templates/Fitness.php +++ b/lib/Config/PopulatorData/Templates/Fitness.php @@ -27,7 +27,7 @@ class Fitness { } private function getThumbnail() { - return $this->template_image_url . '/fitness.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/FlowersWithCoupon.php b/lib/Config/PopulatorData/Templates/FlowersWithCoupon.php index d4e73d8716..7101a31d34 100644 --- a/lib/Config/PopulatorData/Templates/FlowersWithCoupon.php +++ b/lib/Config/PopulatorData/Templates/FlowersWithCoupon.php @@ -27,7 +27,7 @@ class FlowersWithCoupon { } private function getThumbnail() { - return $this->template_image_url . '/thumbnail.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/FoodBox.php b/lib/Config/PopulatorData/Templates/FoodBox.php index 9274bc1d22..235e6db6a3 100644 --- a/lib/Config/PopulatorData/Templates/FoodBox.php +++ b/lib/Config/PopulatorData/Templates/FoodBox.php @@ -754,7 +754,7 @@ class FoodBox { } private function getThumbnail() { - return $this->template_image_url . '/welcome-to-foodbox.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } } diff --git a/lib/Config/PopulatorData/Templates/GiftWelcome.php b/lib/Config/PopulatorData/Templates/GiftWelcome.php index 84a06e593c..96f5779c37 100644 --- a/lib/Config/PopulatorData/Templates/GiftWelcome.php +++ b/lib/Config/PopulatorData/Templates/GiftWelcome.php @@ -27,7 +27,7 @@ class GiftWelcome { } private function getThumbnail() { - return $this->template_image_url . '/gift.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/Guitarist.php b/lib/Config/PopulatorData/Templates/Guitarist.php index a1a7f9dee8..7e6e7f187e 100644 --- a/lib/Config/PopulatorData/Templates/Guitarist.php +++ b/lib/Config/PopulatorData/Templates/Guitarist.php @@ -23,7 +23,7 @@ class Guitarist { } private function getThumbnail() { - return $this->template_image_url . '/thumbnail.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/HealthyFoodBlog.php b/lib/Config/PopulatorData/Templates/HealthyFoodBlog.php index 4c3a2ff691..1767e4e52d 100644 --- a/lib/Config/PopulatorData/Templates/HealthyFoodBlog.php +++ b/lib/Config/PopulatorData/Templates/HealthyFoodBlog.php @@ -24,74 +24,74 @@ class HealthyFoodBlog { } private function getThumbnail() { - return $this->template_image_url . '/thumbnail.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { return array ( - 'content' => + 'content' => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#e3e3e3', 'height' => '40px', @@ -102,95 +102,95 @@ class HealthyFoodBlog { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#323232', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#323232', 'height' => '20px', ), ), ), - 1 => + 1 => array ( 'type' => 'text', 'text' => '

[date:mtext] [date:y] Edition

', ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#323232', 'height' => '22px', ), ), ), - 1 => + 1 => array ( 'type' => 'text', 'text' => '

View this email in your browser >

', @@ -199,57 +199,57 @@ class HealthyFoodBlog { ), ), ), - 2 => + 2 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#ffffff', 'height' => '30px', ), ), ), - 1 => + 1 => array ( 'type' => 'image', 'link' => '', @@ -258,9 +258,9 @@ class HealthyFoodBlog { 'fullWidth' => false, 'width' => '400px', 'height' => '296px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), @@ -268,31 +268,31 @@ class HealthyFoodBlog { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#ffffff', 'height' => '25px', @@ -301,44 +301,44 @@ class HealthyFoodBlog { ), ), ), - 2 => + 2 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#ffffff', 'height' => '121px', ), ), ), - 1 => + 1 => array ( 'type' => 'social', 'iconSet' => 'circles', - 'icons' => + 'icons' => array ( - 0 => + 0 => array ( 'type' => 'socialIcon', 'iconType' => 'facebook', @@ -348,7 +348,7 @@ class HealthyFoodBlog { 'width' => '32px', 'text' => 'Facebook', ), - 1 => + 1 => array ( 'type' => 'socialIcon', 'iconType' => 'twitter', @@ -358,7 +358,7 @@ class HealthyFoodBlog { 'width' => '32px', 'text' => 'Twitter', ), - 2 => + 2 => array ( 'type' => 'socialIcon', 'iconType' => 'instagram', @@ -368,7 +368,7 @@ class HealthyFoodBlog { 'width' => '32px', 'text' => 'Instagram', ), - 3 => + 3 => array ( 'type' => 'socialIcon', 'iconType' => 'youtube', @@ -384,68 +384,68 @@ class HealthyFoodBlog { ), ), ), - 3 => + 3 => array ( 'type' => 'container', 'columnLayout' => '2_1', 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => $this->template_image_url . '/HealthyFood-Header-1.jpg', 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#ed682a', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '30px', ), ), ), - 1 => + 1 => array ( 'type' => 'text', 'text' => '

Welcome back!

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam nisl massa, fringilla id rutrum sed, porttitor in risus. Fusce dui erat, bibendum a accumsan non.

', ), - 2 => + 2 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -454,31 +454,31 @@ class HealthyFoodBlog { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '40px', @@ -489,57 +489,57 @@ class HealthyFoodBlog { ), ), ), - 4 => + 4 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#ffffff', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '56px', ), ), ), - 1 => + 1 => array ( 'type' => 'text', 'text' => '

It\'s November - time to plant those 🌶

@@ -551,38 +551,38 @@ class HealthyFoodBlog { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', ), ), ), - 1 => + 1 => array ( 'type' => 'image', 'link' => '', @@ -591,9 +591,9 @@ class HealthyFoodBlog { 'fullWidth' => true, 'width' => '507px', 'height' => '600px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), @@ -603,50 +603,50 @@ class HealthyFoodBlog { ), ), ), - 5 => + 5 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#ffffff', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -657,57 +657,57 @@ class HealthyFoodBlog { ), ), ), - 6 => + 6 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#ed682a', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', ), ), ), - 1 => + 1 => array ( 'type' => 'text', 'text' => '

Start eating healthy today

@@ -717,50 +717,50 @@ class HealthyFoodBlog { ), ), ), - 7 => + 7 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => $this->template_image_url . '/HealthyFood-CouponImage.jpg', 'display' => 'tile', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -771,45 +771,45 @@ class HealthyFoodBlog { ), ), ), - 8 => + 8 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => $this->template_image_url . '/HealthyFood-CouponImage.jpg', 'display' => 'tile', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#ed682a', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'image', 'link' => '', @@ -818,9 +818,9 @@ class HealthyFoodBlog { 'fullWidth' => true, 'width' => '298px', 'height' => '524px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'right', ), @@ -828,52 +828,52 @@ class HealthyFoodBlog { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', ), ), ), - 1 => + 1 => array ( 'type' => 'text', 'text' => '

Get 20% off a box

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam nisl massa, fringilla

id rutrum sed, porttitor in risus.

', ), - 2 => + 2 => array ( 'type' => 'button', 'text' => 'CouPon_Cod3', 'url' => '', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#ffffff', 'borderColor' => '#323232', @@ -894,50 +894,50 @@ class HealthyFoodBlog { ), ), ), - 9 => + 9 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => $this->template_image_url . '/HealthyFood-CouponImage.jpg', 'display' => 'tile', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -948,50 +948,50 @@ class HealthyFoodBlog { ), ), ), - 10 => + 10 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#ed682a', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#ed682a', 'height' => '26px', @@ -1002,50 +1002,50 @@ class HealthyFoodBlog { ), ), ), - 11 => + 11 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#ffffff', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '30px', @@ -1056,56 +1056,56 @@ class HealthyFoodBlog { ), ), ), - 12 => + 12 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'text', 'text' => '

Your weekly recipe list

Cook delicious meals right now - here\'s your list for this week.

', ), - 1 => + 1 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -1116,50 +1116,50 @@ class HealthyFoodBlog { ), ), ), - 13 => + 13 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'text', 'text' => '

MONDAY

', ), - 1 => + 1 => array ( 'type' => 'image', 'link' => '', @@ -1168,22 +1168,22 @@ class HealthyFoodBlog { 'fullWidth' => false, 'width' => '500px', 'height' => '500px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), ), ), - 2 => + 2 => array ( 'type' => 'button', 'text' => 'Spicy Prawn Broth', 'url' => '', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#ed682a', 'borderColor' => '#323232', @@ -1202,31 +1202,31 @@ class HealthyFoodBlog { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'text', 'text' => '

TUESDAY

', ), - 1 => + 1 => array ( 'type' => 'image', 'link' => '', @@ -1235,22 +1235,22 @@ class HealthyFoodBlog { 'fullWidth' => false, 'width' => '500px', 'height' => '500px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), ), ), - 2 => + 2 => array ( 'type' => 'button', 'text' => 'Classic Pizza', 'url' => '', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#ed682a', 'borderColor' => '#323232', @@ -1269,31 +1269,31 @@ class HealthyFoodBlog { ), ), ), - 2 => + 2 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'text', 'text' => '

WEDNESDAY

', ), - 1 => + 1 => array ( 'type' => 'image', 'link' => '', @@ -1302,22 +1302,22 @@ class HealthyFoodBlog { 'fullWidth' => false, 'width' => '500px', 'height' => '500px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), ), ), - 2 => + 2 => array ( 'type' => 'button', 'text' => 'Salad Roll', 'url' => '', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#ed682a', 'borderColor' => '#323232', @@ -1338,50 +1338,50 @@ class HealthyFoodBlog { ), ), ), - 14 => + 14 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '9px', @@ -1391,12 +1391,12 @@ class HealthyFoodBlog { ), ), ), - 1 => + 1 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -1407,50 +1407,50 @@ class HealthyFoodBlog { ), ), ), - 15 => + 15 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'text', 'text' => '

THURSDAY

', ), - 1 => + 1 => array ( 'type' => 'image', 'link' => '', @@ -1459,22 +1459,22 @@ class HealthyFoodBlog { 'fullWidth' => false, 'width' => '500px', 'height' => '500px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), ), ), - 2 => + 2 => array ( 'type' => 'button', 'text' => 'Shellfish Pasta', 'url' => '', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#ed682a', 'borderColor' => '#323232', @@ -1493,31 +1493,31 @@ class HealthyFoodBlog { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'text', 'text' => '

FRIDAY

', ), - 1 => + 1 => array ( 'type' => 'image', 'link' => '', @@ -1526,22 +1526,22 @@ class HealthyFoodBlog { 'fullWidth' => false, 'width' => '500px', 'height' => '500px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), ), ), - 2 => + 2 => array ( 'type' => 'button', 'text' => 'Thai Green Curry', 'url' => '', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#ed682a', 'borderColor' => '#323232', @@ -1560,31 +1560,31 @@ class HealthyFoodBlog { ), ), ), - 2 => + 2 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'text', 'text' => '

SATURDAY

', ), - 1 => + 1 => array ( 'type' => 'image', 'link' => '', @@ -1593,22 +1593,22 @@ class HealthyFoodBlog { 'fullWidth' => false, 'width' => '500px', 'height' => '500px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), ), ), - 2 => + 2 => array ( 'type' => 'button', 'text' => 'Stuffed Turkey', 'url' => '', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#ed682a', 'borderColor' => '#323232', @@ -1629,50 +1629,50 @@ class HealthyFoodBlog { ), ), ), - 16 => + 16 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '9px', @@ -1682,12 +1682,12 @@ class HealthyFoodBlog { ), ), ), - 1 => + 1 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -1698,50 +1698,50 @@ class HealthyFoodBlog { ), ), ), - 17 => + 17 => array ( 'type' => 'container', 'columnLayout' => '1_2', 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'text', 'text' => '

SUNDAY

', ), - 1 => + 1 => array ( 'type' => 'image', 'link' => '', @@ -1750,22 +1750,22 @@ class HealthyFoodBlog { 'fullWidth' => false, 'width' => '500px', 'height' => '500px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), ), ), - 2 => + 2 => array ( 'type' => 'button', 'text' => 'Lemon Cake', 'url' => '', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#ed682a', 'borderColor' => '#323232', @@ -1784,26 +1784,26 @@ class HealthyFoodBlog { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'text', 'text' => '

Want more recipes?

@@ -1811,13 +1811,13 @@ class HealthyFoodBlog {

For all of our recipes, check out our website or visit one of our social media platforms below. We\'d love to hear what you think about our choices this week!

', ), - 1 => + 1 => array ( 'type' => 'social', 'iconSet' => 'circles', - 'icons' => + 'icons' => array ( - 0 => + 0 => array ( 'type' => 'socialIcon', 'iconType' => 'facebook', @@ -1827,7 +1827,7 @@ class HealthyFoodBlog { 'width' => '32px', 'text' => 'Facebook', ), - 1 => + 1 => array ( 'type' => 'socialIcon', 'iconType' => 'twitter', @@ -1837,7 +1837,7 @@ class HealthyFoodBlog { 'width' => '32px', 'text' => 'Twitter', ), - 2 => + 2 => array ( 'type' => 'socialIcon', 'iconType' => 'instagram', @@ -1847,7 +1847,7 @@ class HealthyFoodBlog { 'width' => '32px', 'text' => 'Instagram', ), - 3 => + 3 => array ( 'type' => 'socialIcon', 'iconType' => 'youtube', @@ -1863,50 +1863,50 @@ class HealthyFoodBlog { ), ), ), - 18 => + 18 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '9px', @@ -1916,12 +1916,12 @@ class HealthyFoodBlog { ), ), ), - 1 => + 1 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -1932,50 +1932,50 @@ class HealthyFoodBlog { ), ), ), - 19 => + 19 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#e3e3e3', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '40px', @@ -1986,45 +1986,45 @@ class HealthyFoodBlog { ), ), ), - 20 => + 20 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#e3e3e3', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'image', 'link' => '', @@ -2033,9 +2033,9 @@ class HealthyFoodBlog { 'fullWidth' => false, 'width' => '110px', 'height' => '296px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'left', ), @@ -2043,43 +2043,43 @@ class HealthyFoodBlog { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'footer', 'text' => '

Unsubscribe | Manage your subscription
Add your postal address here!

', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), - 'text' => + 'text' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Arial', 'fontSize' => '12px', 'textAlign' => 'right', ), - 'link' => + 'link' => array ( 'fontColor' => '#6cb7d4', 'textDecoration' => 'none', @@ -2092,49 +2092,49 @@ class HealthyFoodBlog { ), ), ), - 'globalStyles' => + 'globalStyles' => array ( - 'text' => + 'text' => array ( 'fontColor' => '#000000', 'fontFamily' => 'Merriweather Sans', 'fontSize' => '14px', ), - 'h1' => + 'h1' => array ( 'fontColor' => '#111111', 'fontFamily' => 'Merriweather Sans', 'fontSize' => '40px', ), - 'h2' => + 'h2' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Merriweather Sans', 'fontSize' => '24px', ), - 'h3' => + 'h3' => array ( 'fontColor' => '#333333', 'fontFamily' => 'Merriweather Sans', 'fontSize' => '22px', ), - 'link' => + 'link' => array ( 'fontColor' => '#ed682a', 'textDecoration' => 'underline', ), - 'wrapper' => + 'wrapper' => array ( 'backgroundColor' => '#ffffff', ), - 'body' => + 'body' => array ( 'backgroundColor' => '#e3e3e3', ), ), - 'blockDefaults' => + 'blockDefaults' => array ( - 'automatedLatestContent' => + 'automatedLatestContent' => array ( 'amount' => '5', 'withLayout' => false, @@ -2152,14 +2152,14 @@ class HealthyFoodBlog { 'categoriesPrecededBy' => 'Categories:', 'readMoreType' => 'button', 'readMoreText' => 'Read more', - 'readMoreButton' => + 'readMoreButton' => array ( 'text' => 'Read more', 'url' => '[postLink]', 'context' => 'automatedLatestContent.readMoreButton', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#2ea1cd', 'borderColor' => '#0074a2', @@ -2178,12 +2178,12 @@ class HealthyFoodBlog { ), 'sortBy' => 'newest', 'showDivider' => true, - 'divider' => + 'divider' => array ( 'context' => 'automatedLatestContent.divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -2196,7 +2196,7 @@ class HealthyFoodBlog { 'backgroundColor' => '#ffffff', 'backgroundColorAlternate' => '#eeeeee', ), - 'automatedLatestContentLayout' => + 'automatedLatestContentLayout' => array ( 'amount' => '5', 'withLayout' => true, @@ -2214,14 +2214,14 @@ class HealthyFoodBlog { 'categoriesPrecededBy' => 'Categories:', 'readMoreType' => 'button', 'readMoreText' => 'Read more', - 'readMoreButton' => + 'readMoreButton' => array ( 'text' => 'Read more', 'url' => '[postLink]', 'context' => 'automatedLatestContentLayout.readMoreButton', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#2ea1cd', 'borderColor' => '#0074a2', @@ -2240,12 +2240,12 @@ class HealthyFoodBlog { ), 'sortBy' => 'newest', 'showDivider' => true, - 'divider' => + 'divider' => array ( 'context' => 'automatedLatestContentLayout.divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -2258,13 +2258,13 @@ class HealthyFoodBlog { 'backgroundColor' => '#ffffff', 'backgroundColorAlternate' => '#eeeeee', ), - 'button' => + 'button' => array ( 'text' => 'Lemon Cake', 'url' => '', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#ed682a', 'borderColor' => '#323232', @@ -2282,11 +2282,11 @@ class HealthyFoodBlog { ), 'type' => 'button', ), - 'divider' => + 'divider' => array ( - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '9px', @@ -2297,23 +2297,23 @@ class HealthyFoodBlog { ), 'type' => 'divider', ), - 'footer' => + 'footer' => array ( 'text' => '

Unsubscribe | Manage subscription
Add your postal address here!

', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), - 'text' => + 'text' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Arial', 'fontSize' => '12px', 'textAlign' => 'right', ), - 'link' => + 'link' => array ( 'fontColor' => '#6cb7d4', 'textDecoration' => 'none', @@ -2321,7 +2321,7 @@ class HealthyFoodBlog { ), 'type' => 'footer', ), - 'posts' => + 'posts' => array ( 'amount' => '10', 'withLayout' => true, @@ -2340,14 +2340,14 @@ class HealthyFoodBlog { 'categoriesPrecededBy' => 'Categories:', 'readMoreType' => 'link', 'readMoreText' => 'Read more', - 'readMoreButton' => + 'readMoreButton' => array ( 'text' => 'Read more', 'url' => '[postLink]', 'context' => 'posts.readMoreButton', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#2ea1cd', 'borderColor' => '#0074a2', @@ -2366,12 +2366,12 @@ class HealthyFoodBlog { ), 'sortBy' => 'newest', 'showDivider' => true, - 'divider' => + 'divider' => array ( 'context' => 'posts.divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -2384,12 +2384,12 @@ class HealthyFoodBlog { 'backgroundColor' => '#ffffff', 'backgroundColorAlternate' => '#eeeeee', ), - 'social' => + 'social' => array ( 'iconSet' => 'circles', - 'icons' => + 'icons' => array ( - 0 => + 0 => array ( 'type' => 'socialIcon', 'iconType' => 'facebook', @@ -2399,7 +2399,7 @@ class HealthyFoodBlog { 'width' => '32px', 'text' => 'Facebook', ), - 1 => + 1 => array ( 'type' => 'socialIcon', 'iconType' => 'twitter', @@ -2409,7 +2409,7 @@ class HealthyFoodBlog { 'width' => '32px', 'text' => 'Twitter', ), - 2 => + 2 => array ( 'type' => 'socialIcon', 'iconType' => 'instagram', @@ -2419,7 +2419,7 @@ class HealthyFoodBlog { 'width' => '32px', 'text' => 'Instagram', ), - 3 => + 3 => array ( 'type' => 'socialIcon', 'iconType' => 'youtube', @@ -2432,11 +2432,11 @@ class HealthyFoodBlog { ), 'type' => 'social', ), - 'spacer' => + 'spacer' => array ( - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -2444,23 +2444,23 @@ class HealthyFoodBlog { ), 'type' => 'spacer', ), - 'header' => + 'header' => array ( 'text' => 'Display problems? Open this email in your web browser.', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), - 'text' => + 'text' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Arial', 'fontSize' => '12px', 'textAlign' => 'right', ), - 'link' => + 'link' => array ( 'fontColor' => '#e39171', 'textDecoration' => 'none', diff --git a/lib/Config/PopulatorData/Templates/Hotels.php b/lib/Config/PopulatorData/Templates/Hotels.php index 9cb85fc584..f4ab8ec5e9 100644 --- a/lib/Config/PopulatorData/Templates/Hotels.php +++ b/lib/Config/PopulatorData/Templates/Hotels.php @@ -27,7 +27,7 @@ class Hotels { } private function getThumbnail() { - return $this->template_image_url . '/hotels.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/IndustryConference.php b/lib/Config/PopulatorData/Templates/IndustryConference.php index 1729152644..139d4a7fe6 100644 --- a/lib/Config/PopulatorData/Templates/IndustryConference.php +++ b/lib/Config/PopulatorData/Templates/IndustryConference.php @@ -27,7 +27,7 @@ class IndustryConference { } private function getThumbnail() { - return $this->template_image_url . '/thumbnail.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/JazzClub.php b/lib/Config/PopulatorData/Templates/JazzClub.php index d1ebdf19a9..ca9aab08a8 100644 --- a/lib/Config/PopulatorData/Templates/JazzClub.php +++ b/lib/Config/PopulatorData/Templates/JazzClub.php @@ -23,7 +23,7 @@ class JazzClub { } private function getThumbnail() { - return $this->template_image_url . '/thumbnail.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/KidsClothing.php b/lib/Config/PopulatorData/Templates/KidsClothing.php index 70b239b08e..097bf626ac 100644 --- a/lib/Config/PopulatorData/Templates/KidsClothing.php +++ b/lib/Config/PopulatorData/Templates/KidsClothing.php @@ -27,7 +27,7 @@ class KidsClothing { } private function getThumbnail() { - return $this->template_image_url . '/kids-clothing.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/LifestyleBlogA.php b/lib/Config/PopulatorData/Templates/LifestyleBlogA.php index 2e2da2bdac..e1163fb0ff 100644 --- a/lib/Config/PopulatorData/Templates/LifestyleBlogA.php +++ b/lib/Config/PopulatorData/Templates/LifestyleBlogA.php @@ -27,7 +27,7 @@ class LifestyleBlogA { } private function getThumbnail() { - return $this->template_image_url . '/thumbnail.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/LifestyleBlogB.php b/lib/Config/PopulatorData/Templates/LifestyleBlogB.php index 32e4872245..e93fa34a39 100644 --- a/lib/Config/PopulatorData/Templates/LifestyleBlogB.php +++ b/lib/Config/PopulatorData/Templates/LifestyleBlogB.php @@ -1,4 +1,4 @@ -template_image_url . '/thumbnail.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/Minimal.php b/lib/Config/PopulatorData/Templates/Minimal.php index 2141fe07e2..078a346cf1 100644 --- a/lib/Config/PopulatorData/Templates/Minimal.php +++ b/lib/Config/PopulatorData/Templates/Minimal.php @@ -27,7 +27,7 @@ class Minimal { } private function getThumbnail() { - return $this->template_image_url . '/minimal.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/ModularStyleStories.php b/lib/Config/PopulatorData/Templates/ModularStyleStories.php index ac26d85316..5a4b7c5374 100644 --- a/lib/Config/PopulatorData/Templates/ModularStyleStories.php +++ b/lib/Config/PopulatorData/Templates/ModularStyleStories.php @@ -27,7 +27,7 @@ class ModularStyleStories { } private function getThumbnail() { - return $this->template_image_url . '/modular-style-stories-1558.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/Mosque.php b/lib/Config/PopulatorData/Templates/Mosque.php index 0df629fc53..8758672a8c 100644 --- a/lib/Config/PopulatorData/Templates/Mosque.php +++ b/lib/Config/PopulatorData/Templates/Mosque.php @@ -23,7 +23,7 @@ class Mosque { } private function getThumbnail() { - return $this->template_image_url . '/thumbnail.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/Motor.php b/lib/Config/PopulatorData/Templates/Motor.php index b01a6b05cb..d37d77e7d7 100644 --- a/lib/Config/PopulatorData/Templates/Motor.php +++ b/lib/Config/PopulatorData/Templates/Motor.php @@ -23,7 +23,7 @@ class Motor { } private function getThumbnail() { - return $this->template_image_url . '/thumbnail.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/Music.php b/lib/Config/PopulatorData/Templates/Music.php index 5fcabf7eed..fb87bc431b 100644 --- a/lib/Config/PopulatorData/Templates/Music.php +++ b/lib/Config/PopulatorData/Templates/Music.php @@ -24,7 +24,7 @@ class Music { } private function getThumbnail() { - return $this->template_image_url . '/music.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/NewsDay.php b/lib/Config/PopulatorData/Templates/NewsDay.php index 127fcedb85..9e4cbfb574 100644 --- a/lib/Config/PopulatorData/Templates/NewsDay.php +++ b/lib/Config/PopulatorData/Templates/NewsDay.php @@ -1098,7 +1098,7 @@ class NewsDay { } private function getThumbnail() { - return $this->template_image_url . '/news-day.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } } diff --git a/lib/Config/PopulatorData/Templates/NewsletterBlank121Column.php b/lib/Config/PopulatorData/Templates/NewsletterBlank121Column.php index 1503789785..622df594fd 100644 --- a/lib/Config/PopulatorData/Templates/NewsletterBlank121Column.php +++ b/lib/Config/PopulatorData/Templates/NewsletterBlank121Column.php @@ -379,7 +379,7 @@ class NewsletterBlank121Column { } private function getThumbnail() { - return $this->external_template_image_url . '/screenshot.jpg'; + return $this->external_template_image_url . '/thumbnail.20190411-1500.jpg'; } } diff --git a/lib/Config/PopulatorData/Templates/NewsletterBlank12Column.php b/lib/Config/PopulatorData/Templates/NewsletterBlank12Column.php index 412a20ae29..2885682dd7 100644 --- a/lib/Config/PopulatorData/Templates/NewsletterBlank12Column.php +++ b/lib/Config/PopulatorData/Templates/NewsletterBlank12Column.php @@ -319,7 +319,7 @@ class NewsletterBlank12Column { } private function getThumbnail() { - return $this->external_template_image_url . '/screenshot.jpg'; + return $this->external_template_image_url . '/thumbnail.20190411-1500.jpg'; } } diff --git a/lib/Config/PopulatorData/Templates/NewsletterBlank13Column.php b/lib/Config/PopulatorData/Templates/NewsletterBlank13Column.php index e26701ac77..f7d124ba16 100644 --- a/lib/Config/PopulatorData/Templates/NewsletterBlank13Column.php +++ b/lib/Config/PopulatorData/Templates/NewsletterBlank13Column.php @@ -342,7 +342,7 @@ class NewsletterBlank13Column { } private function getThumbnail() { - return $this->external_template_image_url . '/screenshot.jpg'; + return $this->external_template_image_url . '/thumbnail.20190411-1500.jpg'; } } diff --git a/lib/Config/PopulatorData/Templates/NewsletterBlank1Column.php b/lib/Config/PopulatorData/Templates/NewsletterBlank1Column.php index 17ee961b47..8b93c57617 100644 --- a/lib/Config/PopulatorData/Templates/NewsletterBlank1Column.php +++ b/lib/Config/PopulatorData/Templates/NewsletterBlank1Column.php @@ -258,7 +258,7 @@ class NewsletterBlank1Column { } private function getThumbnail() { - return $this->external_template_image_url . '/screenshot.jpg'; + return $this->external_template_image_url . '/thumbnail.20190411-1500.jpg'; } } diff --git a/lib/Config/PopulatorData/Templates/NewspaperTraditional.php b/lib/Config/PopulatorData/Templates/NewspaperTraditional.php index 0493c14cad..3e5b93d628 100644 --- a/lib/Config/PopulatorData/Templates/NewspaperTraditional.php +++ b/lib/Config/PopulatorData/Templates/NewspaperTraditional.php @@ -27,7 +27,7 @@ class NewspaperTraditional { } private function getThumbnail() { - return $this->template_image_url . '/thumbnail.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/NotSoMedium.php b/lib/Config/PopulatorData/Templates/NotSoMedium.php index e622833b72..42c87f731d 100644 --- a/lib/Config/PopulatorData/Templates/NotSoMedium.php +++ b/lib/Config/PopulatorData/Templates/NotSoMedium.php @@ -27,7 +27,7 @@ class NotSoMedium { } private function getThumbnail() { - return $this->template_image_url . '/not-so-medium-1558.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/Painter.php b/lib/Config/PopulatorData/Templates/Painter.php index 58e629b3ac..44f09e683b 100644 --- a/lib/Config/PopulatorData/Templates/Painter.php +++ b/lib/Config/PopulatorData/Templates/Painter.php @@ -23,7 +23,7 @@ class Painter { } private function getThumbnail() { - return $this->template_image_url . '/thumbnail.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/Phone.php b/lib/Config/PopulatorData/Templates/Phone.php index caf70605fd..a85c3d5ee8 100644 --- a/lib/Config/PopulatorData/Templates/Phone.php +++ b/lib/Config/PopulatorData/Templates/Phone.php @@ -27,7 +27,7 @@ class Phone { } private function getThumbnail() { - return $this->template_image_url . '/phone.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/Photography.php b/lib/Config/PopulatorData/Templates/Photography.php index d393056e3a..4778b6f8d7 100644 --- a/lib/Config/PopulatorData/Templates/Photography.php +++ b/lib/Config/PopulatorData/Templates/Photography.php @@ -23,7 +23,7 @@ class Photography { } private function getThumbnail() { - return $this->template_image_url . '/thumbnail.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/PieceOfCake.php b/lib/Config/PopulatorData/Templates/PieceOfCake.php index 7d3b59fe22..7b225c66cf 100644 --- a/lib/Config/PopulatorData/Templates/PieceOfCake.php +++ b/lib/Config/PopulatorData/Templates/PieceOfCake.php @@ -442,7 +442,7 @@ class PieceOfCake { } private function getThumbnail() { - return $this->template_image_url . '/piece-of-cake.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } } diff --git a/lib/Config/PopulatorData/Templates/Poet.php b/lib/Config/PopulatorData/Templates/Poet.php index 8def7a42c4..db0040284b 100644 --- a/lib/Config/PopulatorData/Templates/Poet.php +++ b/lib/Config/PopulatorData/Templates/Poet.php @@ -23,7 +23,7 @@ class Poet { } private function getThumbnail() { - return $this->template_image_url . '/thumbnail.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/PostNotificationsBlank1Column.php b/lib/Config/PopulatorData/Templates/PostNotificationsBlank1Column.php index 6f5c088155..78276ac2f8 100644 --- a/lib/Config/PopulatorData/Templates/PostNotificationsBlank1Column.php +++ b/lib/Config/PopulatorData/Templates/PostNotificationsBlank1Column.php @@ -345,7 +345,7 @@ class PostNotificationsBlank1Column { } private function getThumbnail() { - return $this->external_template_image_url . '/screenshot.jpg'; + return $this->external_template_image_url . '/thumbnail.20190411-1500.jpg'; } } diff --git a/lib/Config/PopulatorData/Templates/PrimarySchool.php b/lib/Config/PopulatorData/Templates/PrimarySchool.php index f393d19462..1e4345faf0 100644 --- a/lib/Config/PopulatorData/Templates/PrimarySchool.php +++ b/lib/Config/PopulatorData/Templates/PrimarySchool.php @@ -24,98 +24,98 @@ class PrimarySchool { } private function getThumbnail() { - return $this->template_image_url . '/thumbnail.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { return array ( - 'content' => + 'content' => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#cae7f2', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', ), ), ), - 1 => + 1 => array ( 'type' => 'header', 'text' => '

View in browser >

', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), - 'text' => + 'text' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Arial', 'fontSize' => '12px', 'textAlign' => 'center', ), - 'link' => + 'link' => array ( 'fontColor' => '#e63729', 'textDecoration' => 'underline', @@ -126,57 +126,57 @@ class PrimarySchool { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => $this->template_image_url . '/PrimarySchool-Header.jpg', 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '40px', ), ), ), - 1 => + 1 => array ( 'type' => 'image', 'link' => '', @@ -185,20 +185,20 @@ class PrimarySchool { 'fullWidth' => false, 'width' => '120px', 'height' => '652px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), ), ), - 2 => + 2 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '33px', @@ -209,97 +209,97 @@ class PrimarySchool { ), ), ), - 2 => + 2 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#e63729', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'text', 'text' => '

News & Events

', ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'text', 'text' => '

Parent Information

', ), ), ), - 2 => + 2 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'text', 'text' => '

School Calendar

', @@ -308,63 +308,63 @@ class PrimarySchool { ), ), ), - 3 => + 3 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => $this->template_image_url . '/PrimarySchool-WideImage-1.jpg', 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#c23a3a', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '50px', ), ), ), - 1 => + 1 => array ( 'type' => 'text', 'text' => '

Welcome back everyone!

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ac orci neque. Sed hendrerit condimentum augue, sed porta nulla vulputate rutrum. Donec vel purus urna.

', ), - 2 => + 2 => array ( 'type' => 'image', 'link' => '', @@ -373,25 +373,25 @@ class PrimarySchool { 'fullWidth' => false, 'width' => '80px', 'height' => '500px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), ), ), - 3 => + 3 => array ( 'type' => 'text', 'text' => '

Dr Angela Boyd - Director of Schooling

', ), - 4 => + 4 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '30px', @@ -402,50 +402,50 @@ class PrimarySchool { ), ), ), - 4 => + 4 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '30px', @@ -456,45 +456,45 @@ class PrimarySchool { ), ), ), - 5 => + 5 => array ( 'type' => 'container', 'columnLayout' => '2_1', 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'text', 'text' => '

The new school year is here

@@ -502,12 +502,12 @@ class PrimarySchool {

Sed dui sapien, congue non accumsan euismod, ultrices ut dui. Ut sapien arcu, interdum pharetra enim at, porttitor viverra nisi. Suspendisse potenti. 

', ), - 1 => + 1 => array ( 'type' => 'divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -517,19 +517,19 @@ class PrimarySchool { ), ), ), - 2 => + 2 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', ), ), ), - 3 => + 3 => array ( 'type' => 'image', 'link' => '', @@ -538,28 +538,28 @@ class PrimarySchool { 'fullWidth' => false, 'width' => '1000px', 'height' => '583px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), ), ), - 4 => + 4 => array ( 'type' => 'text', 'text' => '

Essentials for your bag

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ac orci neque. Sed hendrerit condimentum augue, sed porta nulla vulputate rutrum. Donec vel purus urna.

', ), - 5 => + 5 => array ( 'type' => 'button', 'text' => 'Get the kit', 'url' => '', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#e63729', 'borderColor' => '#0074a2', @@ -578,26 +578,26 @@ class PrimarySchool { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'image', 'link' => '', @@ -606,22 +606,22 @@ class PrimarySchool { 'fullWidth' => false, 'width' => '150px', 'height' => '512px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), ), ), - 1 => + 1 => array ( 'type' => 'button', 'text' => 'Class Lists', 'url' => '', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#e63729', 'borderColor' => '#0074a2', @@ -638,14 +638,14 @@ class PrimarySchool { ), ), ), - 2 => + 2 => array ( 'type' => 'button', 'text' => 'Payments', 'url' => '', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#43772f', 'borderColor' => '#0074a2', @@ -662,14 +662,14 @@ class PrimarySchool { ), ), ), - 3 => + 3 => array ( 'type' => 'button', 'text' => 'Schedule', 'url' => '', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#408bb6', 'borderColor' => '#0074a2', @@ -690,50 +690,50 @@ class PrimarySchool { ), ), ), - 6 => + 6 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -744,69 +744,69 @@ class PrimarySchool { ), ), ), - 7 => + 7 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#e63729', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', ), ), ), - 1 => + 1 => array ( 'type' => 'text', 'text' => '

Everything is social!

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ac orci neque. Sed hendrerit condimentum augue, sed porta nulla vulputate rutrum. Donec vel purus urna.

', ), - 2 => + 2 => array ( 'type' => 'social', 'iconSet' => 'full-symbol-grey', - 'icons' => + 'icons' => array ( - 0 => + 0 => array ( 'type' => 'socialIcon', 'iconType' => 'facebook', @@ -816,7 +816,7 @@ class PrimarySchool { 'width' => '32px', 'text' => 'Facebook', ), - 1 => + 1 => array ( 'type' => 'socialIcon', 'iconType' => 'twitter', @@ -826,7 +826,7 @@ class PrimarySchool { 'width' => '32px', 'text' => 'Twitter', ), - 2 => + 2 => array ( 'type' => 'socialIcon', 'iconType' => 'youtube', @@ -836,7 +836,7 @@ class PrimarySchool { 'width' => '32px', 'text' => 'Youtube', ), - 3 => + 3 => array ( 'type' => 'socialIcon', 'iconType' => 'website', @@ -852,57 +852,57 @@ class PrimarySchool { ), ), ), - 8 => + 8 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#cae7f2', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '30px', ), ), ), - 1 => + 1 => array ( 'type' => 'image', 'link' => '', @@ -911,9 +911,9 @@ class PrimarySchool { 'fullWidth' => false, 'width' => '110px', 'height' => '652px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'left', ), @@ -921,55 +921,55 @@ class PrimarySchool { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '30px', ), ), ), - 1 => + 1 => array ( 'type' => 'footer', 'text' => '

Unsubscribe | Manage subscription
Add your postal address here!

', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), - 'text' => + 'text' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Merriweather Sans', 'fontSize' => '12px', 'textAlign' => 'right', ), - 'link' => + 'link' => array ( 'fontColor' => '#e63729', 'textDecoration' => 'underline', @@ -982,49 +982,49 @@ class PrimarySchool { ), ), ), - 'globalStyles' => + 'globalStyles' => array ( - 'text' => + 'text' => array ( 'fontColor' => '#000000', 'fontFamily' => 'Merriweather Sans', 'fontSize' => '14px', ), - 'h1' => + 'h1' => array ( 'fontColor' => '#111111', 'fontFamily' => 'Merriweather Sans', 'fontSize' => '30px', ), - 'h2' => + 'h2' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Merriweather Sans', 'fontSize' => '24px', ), - 'h3' => + 'h3' => array ( 'fontColor' => '#333333', 'fontFamily' => 'Merriweather Sans', 'fontSize' => '22px', ), - 'link' => + 'link' => array ( 'fontColor' => '#ffffff', 'textDecoration' => 'underline', ), - 'wrapper' => + 'wrapper' => array ( 'backgroundColor' => '#ffffff', ), - 'body' => + 'body' => array ( 'backgroundColor' => '#cae7f2', ), ), - 'blockDefaults' => + 'blockDefaults' => array ( - 'automatedLatestContent' => + 'automatedLatestContent' => array ( 'amount' => '5', 'withLayout' => false, @@ -1042,14 +1042,14 @@ class PrimarySchool { 'categoriesPrecededBy' => 'Categories:', 'readMoreType' => 'button', 'readMoreText' => 'Read more', - 'readMoreButton' => + 'readMoreButton' => array ( 'text' => 'Read more', 'url' => '[postLink]', 'context' => 'automatedLatestContent.readMoreButton', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#2ea1cd', 'borderColor' => '#0074a2', @@ -1068,12 +1068,12 @@ class PrimarySchool { ), 'sortBy' => 'newest', 'showDivider' => true, - 'divider' => + 'divider' => array ( 'context' => 'automatedLatestContent.divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -1086,7 +1086,7 @@ class PrimarySchool { 'backgroundColor' => '#ffffff', 'backgroundColorAlternate' => '#eeeeee', ), - 'automatedLatestContentLayout' => + 'automatedLatestContentLayout' => array ( 'amount' => '5', 'withLayout' => true, @@ -1104,14 +1104,14 @@ class PrimarySchool { 'categoriesPrecededBy' => 'Categories:', 'readMoreType' => 'button', 'readMoreText' => 'Read more', - 'readMoreButton' => + 'readMoreButton' => array ( 'text' => 'Read more', 'url' => '[postLink]', 'context' => 'automatedLatestContentLayout.readMoreButton', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#2ea1cd', 'borderColor' => '#0074a2', @@ -1130,12 +1130,12 @@ class PrimarySchool { ), 'sortBy' => 'newest', 'showDivider' => true, - 'divider' => + 'divider' => array ( 'context' => 'automatedLatestContentLayout.divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -1148,13 +1148,13 @@ class PrimarySchool { 'backgroundColor' => '#ffffff', 'backgroundColorAlternate' => '#eeeeee', ), - 'button' => + 'button' => array ( 'text' => 'Get the kit', 'url' => '', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#e63729', 'borderColor' => '#0074a2', @@ -1172,11 +1172,11 @@ class PrimarySchool { ), 'type' => 'button', ), - 'divider' => + 'divider' => array ( - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -1187,23 +1187,23 @@ class PrimarySchool { ), 'type' => 'divider', ), - 'footer' => + 'footer' => array ( 'text' => '

Unsubscribe | Manage subscription
Add your postal address here!

', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), - 'text' => + 'text' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Merriweather Sans', 'fontSize' => '12px', 'textAlign' => 'right', ), - 'link' => + 'link' => array ( 'fontColor' => '#e63729', 'textDecoration' => 'underline', @@ -1211,7 +1211,7 @@ class PrimarySchool { ), 'type' => 'footer', ), - 'posts' => + 'posts' => array ( 'amount' => '10', 'withLayout' => true, @@ -1230,14 +1230,14 @@ class PrimarySchool { 'categoriesPrecededBy' => 'Categories:', 'readMoreType' => 'link', 'readMoreText' => 'Read more', - 'readMoreButton' => + 'readMoreButton' => array ( 'text' => 'Read more', 'url' => '[postLink]', 'context' => 'posts.readMoreButton', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#2ea1cd', 'borderColor' => '#0074a2', @@ -1256,12 +1256,12 @@ class PrimarySchool { ), 'sortBy' => 'newest', 'showDivider' => true, - 'divider' => + 'divider' => array ( 'context' => 'posts.divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -1274,12 +1274,12 @@ class PrimarySchool { 'backgroundColor' => '#ffffff', 'backgroundColorAlternate' => '#eeeeee', ), - 'social' => + 'social' => array ( 'iconSet' => 'full-symbol-grey', - 'icons' => + 'icons' => array ( - 0 => + 0 => array ( 'type' => 'socialIcon', 'iconType' => 'facebook', @@ -1289,7 +1289,7 @@ class PrimarySchool { 'width' => '32px', 'text' => 'Facebook', ), - 1 => + 1 => array ( 'type' => 'socialIcon', 'iconType' => 'twitter', @@ -1299,7 +1299,7 @@ class PrimarySchool { 'width' => '32px', 'text' => 'Twitter', ), - 2 => + 2 => array ( 'type' => 'socialIcon', 'iconType' => 'youtube', @@ -1309,7 +1309,7 @@ class PrimarySchool { 'width' => '32px', 'text' => 'Youtube', ), - 3 => + 3 => array ( 'type' => 'socialIcon', 'iconType' => 'website', @@ -1322,11 +1322,11 @@ class PrimarySchool { ), 'type' => 'social', ), - 'spacer' => + 'spacer' => array ( - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '30px', @@ -1334,23 +1334,23 @@ class PrimarySchool { ), 'type' => 'spacer', ), - 'header' => + 'header' => array ( 'text' => 'Display problems? Open this email in your web browser.', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), - 'text' => + 'text' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Arial', 'fontSize' => '12px', 'textAlign' => 'center', ), - 'link' => + 'link' => array ( 'fontColor' => '#e63729', 'textDecoration' => 'underline', diff --git a/lib/Config/PopulatorData/Templates/RealEstate.php b/lib/Config/PopulatorData/Templates/RealEstate.php index a70d1fdec4..8b4d17b677 100644 --- a/lib/Config/PopulatorData/Templates/RealEstate.php +++ b/lib/Config/PopulatorData/Templates/RealEstate.php @@ -27,7 +27,7 @@ class RealEstate { } private function getThumbnail() { - return $this->template_image_url . '/real-estate.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/RenewableEnergy.php b/lib/Config/PopulatorData/Templates/RenewableEnergy.php index 743e461f42..724e51a6b8 100644 --- a/lib/Config/PopulatorData/Templates/RenewableEnergy.php +++ b/lib/Config/PopulatorData/Templates/RenewableEnergy.php @@ -24,98 +24,98 @@ class RenewableEnergy { } private function getThumbnail() { - return $this->template_image_url . '/thumbnail.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { return array ( - 'content' => + 'content' => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#313f58', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', ), ), ), - 1 => + 1 => array ( 'type' => 'header', 'text' => '

View in browser >

', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), - 'text' => + 'text' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Arial', 'fontSize' => '12px', 'textAlign' => 'center', ), - 'link' => + 'link' => array ( 'fontColor' => '#6cb7d4', 'textDecoration' => 'underline', @@ -126,57 +126,57 @@ class RenewableEnergy { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#016fc1', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '30px', ), ), ), - 1 => + 1 => array ( 'type' => 'image', 'link' => '', @@ -185,9 +185,9 @@ class RenewableEnergy { 'fullWidth' => false, 'width' => '200px', 'height' => '145px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), @@ -195,31 +195,31 @@ class RenewableEnergy { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -228,44 +228,44 @@ class RenewableEnergy { ), ), ), - 2 => + 2 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '36px', ), ), ), - 1 => + 1 => array ( 'type' => 'social', 'iconSet' => 'full-symbol-grey', - 'icons' => + 'icons' => array ( - 0 => + 0 => array ( 'type' => 'socialIcon', 'iconType' => 'facebook', @@ -275,7 +275,7 @@ class RenewableEnergy { 'width' => '32px', 'text' => 'Facebook', ), - 1 => + 1 => array ( 'type' => 'socialIcon', 'iconType' => 'twitter', @@ -285,7 +285,7 @@ class RenewableEnergy { 'width' => '32px', 'text' => 'Twitter', ), - 2 => + 2 => array ( 'type' => 'socialIcon', 'iconType' => 'linkedin', @@ -301,70 +301,70 @@ class RenewableEnergy { ), ), ), - 2 => + 2 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => $this->template_image_url . '/Energy-Header.jpg', 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#2ea1cd', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', ), ), ), - 1 => + 1 => array ( 'type' => 'text', 'text' => '

2018 Energy Report

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse maximus purus vel sem rutrum pulvinar. Pellentesque at justo id ipsum porttitor viverra non porta nisl.

', ), - 2 => + 2 => array ( 'type' => 'button', 'text' => 'Read it here', 'url' => '', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#fdb323', 'borderColor' => '#0074a2', @@ -381,12 +381,12 @@ class RenewableEnergy { ), ), ), - 3 => + 3 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '197px', @@ -397,57 +397,57 @@ class RenewableEnergy { ), ), ), - 3 => + 3 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '40px', ), ), ), - 1 => + 1 => array ( 'type' => 'text', 'text' => '

R E C E N T

@@ -457,45 +457,45 @@ class RenewableEnergy { ), ), ), - 4 => + 4 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'image', 'link' => '', @@ -504,27 +504,27 @@ class RenewableEnergy { 'fullWidth' => false, 'width' => '600px', 'height' => '400px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), ), ), - 1 => + 1 => array ( 'type' => 'text', 'text' => '

How can electricity be better?

', ), - 2 => + 2 => array ( 'type' => 'button', 'text' => 'Read more', 'url' => '', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#fdb323', 'borderColor' => '#0074a2', @@ -543,26 +543,26 @@ class RenewableEnergy { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'image', 'link' => '', @@ -571,27 +571,27 @@ class RenewableEnergy { 'fullWidth' => false, 'width' => '600px', 'height' => '400px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), ), ), - 1 => + 1 => array ( 'type' => 'text', 'text' => '

Nuclear power for newcomers

', ), - 2 => + 2 => array ( 'type' => 'button', 'text' => 'Read more', 'url' => '', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#fdb323', 'borderColor' => '#0074a2', @@ -610,26 +610,26 @@ class RenewableEnergy { ), ), ), - 2 => + 2 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'image', 'link' => '', @@ -638,27 +638,27 @@ class RenewableEnergy { 'fullWidth' => false, 'width' => '600px', 'height' => '400px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), ), ), - 1 => + 1 => array ( 'type' => 'text', 'text' => '

Saving the planet, one trip at a time

', ), - 2 => + 2 => array ( 'type' => 'button', 'text' => 'Read more', 'url' => '', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#fdb323', 'borderColor' => '#0074a2', @@ -679,50 +679,50 @@ class RenewableEnergy { ), ), ), - 5 => + 5 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '35px', @@ -733,45 +733,45 @@ class RenewableEnergy { ), ), ), - 6 => + 6 => array ( 'type' => 'container', 'columnLayout' => '1_2', 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#f8f8f8', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'image', 'link' => '', @@ -780,9 +780,9 @@ class RenewableEnergy { 'fullWidth' => true, 'width' => '600px', 'height' => '900px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), @@ -790,45 +790,45 @@ class RenewableEnergy { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '30px', ), ), ), - 1 => + 1 => array ( 'type' => 'text', 'text' => '

S P O N S O R E D

Control your heating and your spending with our amazing app

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse maximus purus vel sem rutrum pulvinar. 

', ), - 2 => + 2 => array ( 'type' => 'image', 'link' => '', @@ -837,15 +837,15 @@ class RenewableEnergy { 'fullWidth' => false, 'width' => '130px', 'height' => '168px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'left', ), ), ), - 3 => + 3 => array ( 'type' => 'image', 'link' => '', @@ -854,9 +854,9 @@ class RenewableEnergy { 'fullWidth' => false, 'width' => '130px', 'height' => '168px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'left', ), @@ -866,57 +866,57 @@ class RenewableEnergy { ), ), ), - 7 => + 7 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#313f58', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '30px', ), ), ), - 1 => + 1 => array ( 'type' => 'image', 'link' => '', @@ -925,21 +925,21 @@ class RenewableEnergy { 'fullWidth' => true, 'width' => '134px', 'height' => '145px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), ), ), - 2 => + 2 => array ( 'type' => 'social', 'iconSet' => 'full-symbol-grey', - 'icons' => + 'icons' => array ( - 0 => + 0 => array ( 'type' => 'socialIcon', 'iconType' => 'facebook', @@ -949,7 +949,7 @@ class RenewableEnergy { 'width' => '32px', 'text' => 'Facebook', ), - 1 => + 1 => array ( 'type' => 'socialIcon', 'iconType' => 'twitter', @@ -959,7 +959,7 @@ class RenewableEnergy { 'width' => '32px', 'text' => 'Twitter', ), - 2 => + 2 => array ( 'type' => 'socialIcon', 'iconType' => 'linkedin', @@ -971,7 +971,7 @@ class RenewableEnergy { ), ), ), - 3 => + 3 => array ( 'type' => 'text', 'text' => '

Unsubscribe | Manage subscription
Add your postal address here!

', @@ -982,49 +982,49 @@ class RenewableEnergy { ), ), ), - 'globalStyles' => + 'globalStyles' => array ( - 'text' => + 'text' => array ( 'fontColor' => '#000000', 'fontFamily' => 'Merriweather Sans', 'fontSize' => '14px', ), - 'h1' => + 'h1' => array ( 'fontColor' => '#111111', 'fontFamily' => 'Merriweather Sans', 'fontSize' => '36px', ), - 'h2' => + 'h2' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Merriweather Sans', 'fontSize' => '24px', ), - 'h3' => + 'h3' => array ( 'fontColor' => '#333333', 'fontFamily' => 'Merriweather Sans', 'fontSize' => '18px', ), - 'link' => + 'link' => array ( 'fontColor' => '#2ea1cd', 'textDecoration' => 'underline', ), - 'wrapper' => + 'wrapper' => array ( 'backgroundColor' => '#ffffff', ), - 'body' => + 'body' => array ( 'backgroundColor' => '#313f58', ), ), - 'blockDefaults' => + 'blockDefaults' => array ( - 'automatedLatestContent' => + 'automatedLatestContent' => array ( 'amount' => '5', 'withLayout' => false, @@ -1042,14 +1042,14 @@ class RenewableEnergy { 'categoriesPrecededBy' => 'Categories:', 'readMoreType' => 'button', 'readMoreText' => 'Read more', - 'readMoreButton' => + 'readMoreButton' => array ( 'text' => 'Read more', 'url' => '[postLink]', 'context' => 'automatedLatestContent.readMoreButton', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#2ea1cd', 'borderColor' => '#0074a2', @@ -1068,12 +1068,12 @@ class RenewableEnergy { ), 'sortBy' => 'newest', 'showDivider' => true, - 'divider' => + 'divider' => array ( 'context' => 'automatedLatestContent.divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -1086,7 +1086,7 @@ class RenewableEnergy { 'backgroundColor' => '#ffffff', 'backgroundColorAlternate' => '#eeeeee', ), - 'automatedLatestContentLayout' => + 'automatedLatestContentLayout' => array ( 'amount' => '5', 'withLayout' => true, @@ -1104,14 +1104,14 @@ class RenewableEnergy { 'categoriesPrecededBy' => 'Categories:', 'readMoreType' => 'button', 'readMoreText' => 'Read more', - 'readMoreButton' => + 'readMoreButton' => array ( 'text' => 'Read more', 'url' => '[postLink]', 'context' => 'automatedLatestContentLayout.readMoreButton', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#2ea1cd', 'borderColor' => '#0074a2', @@ -1130,12 +1130,12 @@ class RenewableEnergy { ), 'sortBy' => 'newest', 'showDivider' => true, - 'divider' => + 'divider' => array ( 'context' => 'automatedLatestContentLayout.divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -1148,13 +1148,13 @@ class RenewableEnergy { 'backgroundColor' => '#ffffff', 'backgroundColorAlternate' => '#eeeeee', ), - 'button' => + 'button' => array ( 'text' => 'Read more', 'url' => '', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#fdb323', 'borderColor' => '#0074a2', @@ -1172,11 +1172,11 @@ class RenewableEnergy { ), 'type' => 'button', ), - 'divider' => + 'divider' => array ( - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -1186,30 +1186,30 @@ class RenewableEnergy { ), ), ), - 'footer' => + 'footer' => array ( 'text' => '

Unsubscribe | Manage subscription
Add your postal address here!

', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), - 'text' => + 'text' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Arial', 'fontSize' => '12px', 'textAlign' => 'center', ), - 'link' => + 'link' => array ( 'fontColor' => '#6cb7d4', 'textDecoration' => 'none', ), ), ), - 'posts' => + 'posts' => array ( 'amount' => '10', 'withLayout' => true, @@ -1228,14 +1228,14 @@ class RenewableEnergy { 'categoriesPrecededBy' => 'Categories:', 'readMoreType' => 'link', 'readMoreText' => 'Read more', - 'readMoreButton' => + 'readMoreButton' => array ( 'text' => 'Read more', 'url' => '[postLink]', 'context' => 'posts.readMoreButton', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#2ea1cd', 'borderColor' => '#0074a2', @@ -1254,12 +1254,12 @@ class RenewableEnergy { ), 'sortBy' => 'newest', 'showDivider' => true, - 'divider' => + 'divider' => array ( 'context' => 'posts.divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -1272,12 +1272,12 @@ class RenewableEnergy { 'backgroundColor' => '#ffffff', 'backgroundColorAlternate' => '#eeeeee', ), - 'social' => + 'social' => array ( 'iconSet' => 'full-symbol-grey', - 'icons' => + 'icons' => array ( - 0 => + 0 => array ( 'type' => 'socialIcon', 'iconType' => 'facebook', @@ -1287,7 +1287,7 @@ class RenewableEnergy { 'width' => '32px', 'text' => 'Facebook', ), - 1 => + 1 => array ( 'type' => 'socialIcon', 'iconType' => 'twitter', @@ -1297,7 +1297,7 @@ class RenewableEnergy { 'width' => '32px', 'text' => 'Twitter', ), - 2 => + 2 => array ( 'type' => 'socialIcon', 'iconType' => 'linkedin', @@ -1310,11 +1310,11 @@ class RenewableEnergy { ), 'type' => 'social', ), - 'spacer' => + 'spacer' => array ( - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '30px', @@ -1322,23 +1322,23 @@ class RenewableEnergy { ), 'type' => 'spacer', ), - 'header' => + 'header' => array ( 'text' => 'Display problems? Open this email in your web browser.', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), - 'text' => + 'text' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Arial', 'fontSize' => '12px', 'textAlign' => 'center', ), - 'link' => + 'link' => array ( 'fontColor' => '#6cb7d4', 'textDecoration' => 'underline', diff --git a/lib/Config/PopulatorData/Templates/Retro.php b/lib/Config/PopulatorData/Templates/Retro.php index 500e454d95..c79b4df6f4 100644 --- a/lib/Config/PopulatorData/Templates/Retro.php +++ b/lib/Config/PopulatorData/Templates/Retro.php @@ -27,7 +27,7 @@ class Retro { } private function getThumbnail() { - return $this->template_image_url . '/retro.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/RetroComputingMagazine.php b/lib/Config/PopulatorData/Templates/RetroComputingMagazine.php index f9122ee8d7..ab8f3f341f 100644 --- a/lib/Config/PopulatorData/Templates/RetroComputingMagazine.php +++ b/lib/Config/PopulatorData/Templates/RetroComputingMagazine.php @@ -24,7 +24,7 @@ class RetroComputingMagazine { } private function getThumbnail() { - return $this->template_image_url . '/retro_computing_magazine.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/RockBand.php b/lib/Config/PopulatorData/Templates/RockBand.php index 1933c14010..43f9b1aeb8 100644 --- a/lib/Config/PopulatorData/Templates/RockBand.php +++ b/lib/Config/PopulatorData/Templates/RockBand.php @@ -23,7 +23,7 @@ class RockBand { } private function getThumbnail() { - return $this->template_image_url . '/thumbnail.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/RssSimpleNews.php b/lib/Config/PopulatorData/Templates/RssSimpleNews.php index 3b06aad114..498e3abd17 100644 --- a/lib/Config/PopulatorData/Templates/RssSimpleNews.php +++ b/lib/Config/PopulatorData/Templates/RssSimpleNews.php @@ -24,7 +24,7 @@ class RssSimpleNews { } private function getThumbnail() { - return $this->template_image_url . '/rss-simple-news-1558.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/ScienceWeekly.php b/lib/Config/PopulatorData/Templates/ScienceWeekly.php index 9b772716da..acf5f267cc 100644 --- a/lib/Config/PopulatorData/Templates/ScienceWeekly.php +++ b/lib/Config/PopulatorData/Templates/ScienceWeekly.php @@ -1189,7 +1189,7 @@ class ScienceWeekly { } private function getThumbnail() { - return $this->template_image_url . '/science-weekly-1558.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } } diff --git a/lib/Config/PopulatorData/Templates/Shoes.php b/lib/Config/PopulatorData/Templates/Shoes.php index 0ca64c5224..c83015191e 100644 --- a/lib/Config/PopulatorData/Templates/Shoes.php +++ b/lib/Config/PopulatorData/Templates/Shoes.php @@ -574,7 +574,7 @@ class Shoes { } private function getThumbnail() { - return $this->template_image_url . '/shoes.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } } diff --git a/lib/Config/PopulatorData/Templates/SimpleText.php b/lib/Config/PopulatorData/Templates/SimpleText.php index 6492d866e3..6d509f27cd 100644 --- a/lib/Config/PopulatorData/Templates/SimpleText.php +++ b/lib/Config/PopulatorData/Templates/SimpleText.php @@ -203,7 +203,7 @@ class SimpleText { } private function getThumbnail() { - return $this->external_template_image_url . '/screenshot.jpg'; + return $this->external_template_image_url . '/thumbnail.20190411-1500.jpg'; } } diff --git a/lib/Config/PopulatorData/Templates/Software.php b/lib/Config/PopulatorData/Templates/Software.php index e000c38664..db02ea7927 100644 --- a/lib/Config/PopulatorData/Templates/Software.php +++ b/lib/Config/PopulatorData/Templates/Software.php @@ -24,74 +24,74 @@ class Software { } private function getThumbnail() { - return $this->template_image_url . '/thumbnail.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { return array ( - 'content' => + 'content' => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '60px', @@ -102,45 +102,45 @@ class Software { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'image', 'link' => '', @@ -149,9 +149,9 @@ class Software { 'fullWidth' => false, 'width' => '140px', 'height' => '122px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'left', ), @@ -159,43 +159,43 @@ class Software { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'header', 'text' => '

View online

', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), - 'text' => + 'text' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Merriweather Sans', 'fontSize' => '12px', 'textAlign' => 'right', ), - 'link' => + 'link' => array ( 'fontColor' => '#212327', 'textDecoration' => 'underline', @@ -206,74 +206,74 @@ class Software { ), ), ), - 2 => + 2 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '30px', ), ), ), - 1 => + 1 => array ( 'type' => 'text', 'text' => '

Your music.
Your way.

', ), - 2 => + 2 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '40px', ), ), ), - 3 => + 3 => array ( 'type' => 'image', 'link' => '', @@ -282,9 +282,9 @@ class Software { 'fullWidth' => true, 'width' => '1200px', 'height' => '800px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), @@ -294,50 +294,50 @@ class Software { ), ), ), - 3 => + 3 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '40px', @@ -348,70 +348,70 @@ class Software { ), ), ), - 4 => + 4 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '50px', ), ), ), - 1 => + 1 => array ( 'type' => 'text', 'text' => '

Find music fast

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin placerat feugiat est, malesuada varius sem finibus a. Nunc feugiat sollicitudin gravida. In eu vestibulum orci, sit amet ultrices mauris.

', ), - 2 => + 2 => array ( 'type' => 'button', 'text' => 'Find out more', 'url' => '', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#212327', 'borderColor' => '#212327', @@ -430,26 +430,26 @@ class Software { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'image', 'link' => '', @@ -458,9 +458,9 @@ class Software { 'fullWidth' => true, 'width' => '800px', 'height' => '800px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), @@ -470,50 +470,50 @@ class Software { ), ), ), - 5 => + 5 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '40px', @@ -524,45 +524,45 @@ class Software { ), ), ), - 6 => + 6 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'image', 'link' => '', @@ -571,9 +571,9 @@ class Software { 'fullWidth' => true, 'width' => '800px', 'height' => '800px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), @@ -581,51 +581,51 @@ class Software { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '50px', ), ), ), - 1 => + 1 => array ( 'type' => 'text', 'text' => '

Keep up with the trend

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin placerat feugiat est, malesuada varius sem finibus a. Nunc feugiat sollicitudin gravida. In eu vestibulum orci, sit amet ultrices mauris.

', ), - 2 => + 2 => array ( 'type' => 'button', 'text' => 'Find out more', 'url' => '', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#212327', 'borderColor' => '#212327', @@ -646,50 +646,50 @@ class Software { ), ), ), - 7 => + 7 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '50px', @@ -700,70 +700,70 @@ class Software { ), ), ), - 8 => + 8 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#ffffff', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '40px', ), ), ), - 1 => + 1 => array ( 'type' => 'text', 'text' => '

Get the app now for free

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin placerat feugiat est, malesuada varius sem finibus a. Nunc feugiat sollicitudin gravida.

', ), - 2 => + 2 => array ( 'type' => 'button', 'text' => 'Download for free', 'url' => '', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#dbbb00', 'borderColor' => '#212327', @@ -780,12 +780,12 @@ class Software { ), ), ), - 3 => + 3 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -796,57 +796,57 @@ class Software { ), ), ), - 9 => + 9 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '50px', ), ), ), - 1 => + 1 => array ( 'type' => 'image', 'link' => '', @@ -855,21 +855,21 @@ class Software { 'fullWidth' => false, 'width' => '140px', 'height' => '122px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), ), ), - 2 => + 2 => array ( 'type' => 'social', 'iconSet' => 'full-symbol-black', - 'icons' => + 'icons' => array ( - 0 => + 0 => array ( 'type' => 'socialIcon', 'iconType' => 'facebook', @@ -879,7 +879,7 @@ class Software { 'width' => '32px', 'text' => 'Facebook', ), - 1 => + 1 => array ( 'type' => 'socialIcon', 'iconType' => 'twitter', @@ -889,7 +889,7 @@ class Software { 'width' => '32px', 'text' => 'Twitter', ), - 2 => + 2 => array ( 'type' => 'socialIcon', 'iconType' => 'youtube', @@ -901,36 +901,36 @@ class Software { ), ), ), - 3 => + 3 => array ( 'type' => 'footer', 'text' => '

Unsubscribe | Manage subscription
Add your postal address here!

', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), - 'text' => + 'text' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Merriweather Sans', 'fontSize' => '12px', 'textAlign' => 'center', ), - 'link' => + 'link' => array ( 'fontColor' => '#212327', 'textDecoration' => 'underline', ), ), ), - 4 => + 4 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -943,49 +943,49 @@ class Software { ), ), ), - 'globalStyles' => + 'globalStyles' => array ( - 'text' => + 'text' => array ( 'fontColor' => '#212327', 'fontFamily' => 'Merriweather Sans', 'fontSize' => '14px', ), - 'h1' => + 'h1' => array ( 'fontColor' => '#212327', 'fontFamily' => 'Merriweather Sans', 'fontSize' => '40px', ), - 'h2' => + 'h2' => array ( 'fontColor' => '#212327', 'fontFamily' => 'Merriweather Sans', 'fontSize' => '26px', ), - 'h3' => + 'h3' => array ( 'fontColor' => '#212327', 'fontFamily' => 'Merriweather Sans', 'fontSize' => '22px', ), - 'link' => + 'link' => array ( 'fontColor' => '#212327', 'textDecoration' => 'underline', ), - 'wrapper' => + 'wrapper' => array ( 'backgroundColor' => '#dbbb00', ), - 'body' => + 'body' => array ( 'backgroundColor' => '#dbbb00', ), ), - 'blockDefaults' => + 'blockDefaults' => array ( - 'automatedLatestContent' => + 'automatedLatestContent' => array ( 'amount' => '5', 'withLayout' => false, @@ -1003,14 +1003,14 @@ class Software { 'categoriesPrecededBy' => 'Categories:', 'readMoreType' => 'button', 'readMoreText' => 'Read more', - 'readMoreButton' => + 'readMoreButton' => array ( 'text' => 'Read more', 'url' => '[postLink]', 'context' => 'automatedLatestContent.readMoreButton', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#2ea1cd', 'borderColor' => '#0074a2', @@ -1029,12 +1029,12 @@ class Software { ), 'sortBy' => 'newest', 'showDivider' => true, - 'divider' => + 'divider' => array ( 'context' => 'automatedLatestContent.divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -1047,7 +1047,7 @@ class Software { 'backgroundColor' => '#ffffff', 'backgroundColorAlternate' => '#eeeeee', ), - 'automatedLatestContentLayout' => + 'automatedLatestContentLayout' => array ( 'amount' => '5', 'withLayout' => true, @@ -1065,14 +1065,14 @@ class Software { 'categoriesPrecededBy' => 'Categories:', 'readMoreType' => 'button', 'readMoreText' => 'Read more', - 'readMoreButton' => + 'readMoreButton' => array ( 'text' => 'Read more', 'url' => '[postLink]', 'context' => 'automatedLatestContentLayout.readMoreButton', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#2ea1cd', 'borderColor' => '#0074a2', @@ -1091,12 +1091,12 @@ class Software { ), 'sortBy' => 'newest', 'showDivider' => true, - 'divider' => + 'divider' => array ( 'context' => 'automatedLatestContentLayout.divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -1109,13 +1109,13 @@ class Software { 'backgroundColor' => '#ffffff', 'backgroundColorAlternate' => '#eeeeee', ), - 'button' => + 'button' => array ( 'text' => 'Find out more', 'url' => '', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#212327', 'borderColor' => '#212327', @@ -1133,11 +1133,11 @@ class Software { ), 'type' => 'button', ), - 'divider' => + 'divider' => array ( - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -1147,23 +1147,23 @@ class Software { ), ), ), - 'footer' => + 'footer' => array ( 'text' => '

Unsubscribe | Manage subscription
Add your postal address here!

', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), - 'text' => + 'text' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Merriweather Sans', 'fontSize' => '12px', 'textAlign' => 'center', ), - 'link' => + 'link' => array ( 'fontColor' => '#212327', 'textDecoration' => 'underline', @@ -1171,7 +1171,7 @@ class Software { ), 'type' => 'footer', ), - 'posts' => + 'posts' => array ( 'amount' => '10', 'withLayout' => true, @@ -1190,14 +1190,14 @@ class Software { 'categoriesPrecededBy' => 'Categories:', 'readMoreType' => 'link', 'readMoreText' => 'Read more', - 'readMoreButton' => + 'readMoreButton' => array ( 'text' => 'Read more', 'url' => '[postLink]', 'context' => 'posts.readMoreButton', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#2ea1cd', 'borderColor' => '#0074a2', @@ -1216,12 +1216,12 @@ class Software { ), 'sortBy' => 'newest', 'showDivider' => true, - 'divider' => + 'divider' => array ( 'context' => 'posts.divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -1234,12 +1234,12 @@ class Software { 'backgroundColor' => '#ffffff', 'backgroundColorAlternate' => '#eeeeee', ), - 'social' => + 'social' => array ( 'iconSet' => 'full-symbol-black', - 'icons' => + 'icons' => array ( - 0 => + 0 => array ( 'type' => 'socialIcon', 'iconType' => 'facebook', @@ -1249,7 +1249,7 @@ class Software { 'width' => '32px', 'text' => 'Facebook', ), - 1 => + 1 => array ( 'type' => 'socialIcon', 'iconType' => 'twitter', @@ -1259,7 +1259,7 @@ class Software { 'width' => '32px', 'text' => 'Twitter', ), - 2 => + 2 => array ( 'type' => 'socialIcon', 'iconType' => 'youtube', @@ -1272,11 +1272,11 @@ class Software { ), 'type' => 'social', ), - 'spacer' => + 'spacer' => array ( - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -1284,23 +1284,23 @@ class Software { ), 'type' => 'spacer', ), - 'header' => + 'header' => array ( 'text' => 'Display problems? Open this email in your web browser.', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), - 'text' => + 'text' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Merriweather Sans', 'fontSize' => '12px', 'textAlign' => 'right', ), - 'link' => + 'link' => array ( 'fontColor' => '#212327', 'textDecoration' => 'underline', diff --git a/lib/Config/PopulatorData/Templates/Sunglasses.php b/lib/Config/PopulatorData/Templates/Sunglasses.php index f992c470f2..5f7d8088f8 100644 --- a/lib/Config/PopulatorData/Templates/Sunglasses.php +++ b/lib/Config/PopulatorData/Templates/Sunglasses.php @@ -24,7 +24,7 @@ class Sunglasses { } private function getThumbnail() { - return $this->template_image_url . '/sunglasses.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/Synagogue.php b/lib/Config/PopulatorData/Templates/Synagogue.php index 954ec540bf..5a874d8739 100644 --- a/lib/Config/PopulatorData/Templates/Synagogue.php +++ b/lib/Config/PopulatorData/Templates/Synagogue.php @@ -23,7 +23,7 @@ class Synagogue { } private function getThumbnail() { - return $this->template_image_url . '/thumbnail.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/TakeAHike.php b/lib/Config/PopulatorData/Templates/TakeAHike.php index 87e892bcae..1df0cd1c2f 100644 --- a/lib/Config/PopulatorData/Templates/TakeAHike.php +++ b/lib/Config/PopulatorData/Templates/TakeAHike.php @@ -764,7 +764,7 @@ class TakeAHike { } private function getThumbnail() { - return $this->template_image_url . '/take-a-hike.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } } diff --git a/lib/Config/PopulatorData/Templates/Vlogger.php b/lib/Config/PopulatorData/Templates/Vlogger.php index 4337f871bc..33850496f2 100644 --- a/lib/Config/PopulatorData/Templates/Vlogger.php +++ b/lib/Config/PopulatorData/Templates/Vlogger.php @@ -23,7 +23,7 @@ class Vlogger { } private function getThumbnail() { - return $this->template_image_url . '/thumbnail.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/WelcomeBlank12Column.php b/lib/Config/PopulatorData/Templates/WelcomeBlank12Column.php index f2c179524a..6499997438 100644 --- a/lib/Config/PopulatorData/Templates/WelcomeBlank12Column.php +++ b/lib/Config/PopulatorData/Templates/WelcomeBlank12Column.php @@ -349,7 +349,7 @@ class WelcomeBlank12Column { } private function getThumbnail() { - return $this->external_template_image_url . '/screenshot.jpg'; + return $this->external_template_image_url . '/thumbnail.20190411-1500.jpg'; } } diff --git a/lib/Config/PopulatorData/Templates/WelcomeBlank1Column.php b/lib/Config/PopulatorData/Templates/WelcomeBlank1Column.php index 68d7d10d90..c02258f57f 100644 --- a/lib/Config/PopulatorData/Templates/WelcomeBlank1Column.php +++ b/lib/Config/PopulatorData/Templates/WelcomeBlank1Column.php @@ -258,7 +258,7 @@ class WelcomeBlank1Column { } private function getThumbnail() { - return $this->external_template_image_url . '/screenshot.jpg'; + return $this->external_template_image_url . '/thumbnail.20190411-1500.jpg'; } } diff --git a/lib/Config/PopulatorData/Templates/WideStoryLayout.php b/lib/Config/PopulatorData/Templates/WideStoryLayout.php index 8109275de4..8c4293975c 100644 --- a/lib/Config/PopulatorData/Templates/WideStoryLayout.php +++ b/lib/Config/PopulatorData/Templates/WideStoryLayout.php @@ -24,7 +24,7 @@ class WideStoryLayout { } private function getThumbnail() { - return $this->template_image_url . '/wide-story-layout-1558.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/WineCity.php b/lib/Config/PopulatorData/Templates/WineCity.php index 3d0396f89a..e45ea9ccae 100644 --- a/lib/Config/PopulatorData/Templates/WineCity.php +++ b/lib/Config/PopulatorData/Templates/WineCity.php @@ -24,7 +24,7 @@ class WineCity { } private function getThumbnail() { - return $this->template_image_url . '/wine-city.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { diff --git a/lib/Config/PopulatorData/Templates/WordPressTheme.php b/lib/Config/PopulatorData/Templates/WordPressTheme.php index 90006ee16f..d9882e22bb 100755 --- a/lib/Config/PopulatorData/Templates/WordPressTheme.php +++ b/lib/Config/PopulatorData/Templates/WordPressTheme.php @@ -24,98 +24,98 @@ class WordPressTheme { } private function getThumbnail() { - return $this->template_image_url . '/thumbnail.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } private function getBody() { return array ( - 'content' => + 'content' => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#b8dae3', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', ), ), ), - 1 => + 1 => array ( 'type' => 'header', 'text' => '

Open this email in your web browser >

', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), - 'text' => + 'text' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Arvo', 'fontSize' => '12px', 'textAlign' => 'center', ), - 'link' => + 'link' => array ( 'fontColor' => '#222222', 'textDecoration' => 'none', @@ -126,50 +126,50 @@ class WordPressTheme { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#051137', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -180,45 +180,45 @@ class WordPressTheme { ), ), ), - 2 => + 2 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#051137', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'image', 'link' => '', @@ -227,9 +227,9 @@ class WordPressTheme { 'fullWidth' => false, 'width' => '260px', 'height' => '177px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'left', ), @@ -237,44 +237,44 @@ class WordPressTheme { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '22px', ), ), ), - 1 => + 1 => array ( 'type' => 'social', 'iconSet' => 'full-symbol-grey', - 'icons' => + 'icons' => array ( - 0 => + 0 => array ( 'type' => 'socialIcon', 'iconType' => 'facebook', @@ -284,7 +284,7 @@ class WordPressTheme { 'width' => '32px', 'text' => 'Facebook', ), - 1 => + 1 => array ( 'type' => 'socialIcon', 'iconType' => 'twitter', @@ -294,7 +294,7 @@ class WordPressTheme { 'width' => '32px', 'text' => 'Twitter', ), - 2 => + 2 => array ( 'type' => 'socialIcon', 'iconType' => 'website', @@ -304,7 +304,7 @@ class WordPressTheme { 'width' => '32px', 'text' => 'Website', ), - 3 => + 3 => array ( 'type' => 'socialIcon', 'iconType' => 'email', @@ -320,62 +320,62 @@ class WordPressTheme { ), ), ), - 3 => + 3 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => $this->template_image_url . '/Wordpress-Header-b.jpg', 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#2d557f', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', ), ), ), - 1 => + 1 => array ( 'type' => 'text', 'text' => '

ThemeZone presents...

', ), - 2 => + 2 => array ( 'type' => 'image', 'link' => '', @@ -384,28 +384,28 @@ class WordPressTheme { 'fullWidth' => false, 'width' => '1134px', 'height' => '898px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), ), ), - 3 => + 3 => array ( 'type' => 'text', 'text' => '

The Winter Theme Bundle

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin placerat feugiat est, malesuada varius sem finibus a. Nunc feugiat sollicitudin gravida.

', ), - 4 => + 4 => array ( 'type' => 'button', 'text' => 'Take a look', 'url' => '', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#ffffff', 'borderColor' => '#1e986a', @@ -422,12 +422,12 @@ class WordPressTheme { ), ), ), - 5 => + 5 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '44px', @@ -438,63 +438,63 @@ class WordPressTheme { ), ), ), - 4 => + 4 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', ), ), ), - 1 => + 1 => array ( 'type' => 'text', 'text' => '

Fully customisable and ready to use

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin placerat feugiat est, malesuada varius sem finibus a. Nunc feugiat sollicitudin gravida.

', ), - 2 => + 2 => array ( 'type' => 'image', 'link' => '', @@ -503,20 +503,20 @@ class WordPressTheme { 'fullWidth' => true, 'width' => '400px', 'height' => '340px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), ), ), - 3 => + 3 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -527,57 +527,57 @@ class WordPressTheme { ), ), ), - 5 => + 5 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '60px', ), ), ), - 1 => + 1 => array ( 'type' => 'text', 'text' => '

Beautiful, simple design

@@ -585,26 +585,26 @@ class WordPressTheme { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'image', 'link' => '', @@ -613,9 +613,9 @@ class WordPressTheme { 'fullWidth' => true, 'width' => '541px', 'height' => '454px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'center', ), @@ -625,50 +625,50 @@ class WordPressTheme { ), ), ), - 6 => + 6 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '40px', @@ -679,57 +679,57 @@ class WordPressTheme { ), ), ), - 7 => + 7 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#051137', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '40px', ), ), ), - 1 => + 1 => array ( 'type' => 'text', 'text' => '

Installation is super easy

@@ -739,45 +739,45 @@ class WordPressTheme { ), ), ), - 8 => + 8 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#051137', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'text', 'text' => '

1

@@ -785,26 +785,26 @@ class WordPressTheme { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'text', 'text' => '

2

@@ -812,26 +812,26 @@ class WordPressTheme { ), ), ), - 2 => + 2 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'text', 'text' => '

3

@@ -841,50 +841,50 @@ class WordPressTheme { ), ), ), - 9 => + 9 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#051137', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '30px', @@ -895,50 +895,50 @@ class WordPressTheme { ), ), ), - 10 => + 10 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#b8dae3', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'spacer', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '40px', @@ -949,45 +949,45 @@ class WordPressTheme { ), ), ), - 11 => + 11 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'horizontal', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#b8dae3', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'image', 'link' => '', @@ -996,9 +996,9 @@ class WordPressTheme { 'fullWidth' => false, 'width' => '190px', 'height' => '177px', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'textAlign' => 'left', ), @@ -1006,43 +1006,43 @@ class WordPressTheme { ), ), ), - 1 => + 1 => array ( 'type' => 'container', 'columnLayout' => false, 'orientation' => 'vertical', - 'image' => + 'image' => array ( 'src' => NULL, 'display' => 'scale', ), - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), ), - 'blocks' => + 'blocks' => array ( - 0 => + 0 => array ( 'type' => 'footer', 'text' => '

Unsubscribe | Manage subscription
Add your postal address here!

', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), - 'text' => + 'text' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Arvo', 'fontSize' => '12px', 'textAlign' => 'right', ), - 'link' => + 'link' => array ( 'fontColor' => '#051137', 'textDecoration' => 'underline', @@ -1055,49 +1055,49 @@ class WordPressTheme { ), ), ), - 'globalStyles' => + 'globalStyles' => array ( - 'text' => + 'text' => array ( 'fontColor' => '#000000', 'fontFamily' => 'Arvo', 'fontSize' => '14px', ), - 'h1' => + 'h1' => array ( 'fontColor' => '#111111', 'fontFamily' => 'Arvo', 'fontSize' => '30px', ), - 'h2' => + 'h2' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Arvo', 'fontSize' => '24px', ), - 'h3' => + 'h3' => array ( 'fontColor' => '#333333', 'fontFamily' => 'Arvo', 'fontSize' => '22px', ), - 'link' => + 'link' => array ( 'fontColor' => '#21759B', 'textDecoration' => 'underline', ), - 'wrapper' => + 'wrapper' => array ( 'backgroundColor' => '#ffffff', ), - 'body' => + 'body' => array ( 'backgroundColor' => '#b8dae3', ), ), - 'blockDefaults' => + 'blockDefaults' => array ( - 'automatedLatestContent' => + 'automatedLatestContent' => array ( 'amount' => '5', 'withLayout' => false, @@ -1115,14 +1115,14 @@ class WordPressTheme { 'categoriesPrecededBy' => 'Categories:', 'readMoreType' => 'button', 'readMoreText' => 'Read more', - 'readMoreButton' => + 'readMoreButton' => array ( 'text' => 'Read more', 'url' => '[postLink]', 'context' => 'automatedLatestContent.readMoreButton', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#2ea1cd', 'borderColor' => '#0074a2', @@ -1141,12 +1141,12 @@ class WordPressTheme { ), 'sortBy' => 'newest', 'showDivider' => true, - 'divider' => + 'divider' => array ( 'context' => 'automatedLatestContent.divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -1159,7 +1159,7 @@ class WordPressTheme { 'backgroundColor' => '#ffffff', 'backgroundColorAlternate' => '#eeeeee', ), - 'automatedLatestContentLayout' => + 'automatedLatestContentLayout' => array ( 'amount' => '5', 'withLayout' => true, @@ -1177,14 +1177,14 @@ class WordPressTheme { 'categoriesPrecededBy' => 'Categories:', 'readMoreType' => 'button', 'readMoreText' => 'Read more', - 'readMoreButton' => + 'readMoreButton' => array ( 'text' => 'Read more', 'url' => '[postLink]', 'context' => 'automatedLatestContentLayout.readMoreButton', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#2ea1cd', 'borderColor' => '#0074a2', @@ -1203,12 +1203,12 @@ class WordPressTheme { ), 'sortBy' => 'newest', 'showDivider' => true, - 'divider' => + 'divider' => array ( 'context' => 'automatedLatestContentLayout.divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -1221,13 +1221,13 @@ class WordPressTheme { 'backgroundColor' => '#ffffff', 'backgroundColorAlternate' => '#eeeeee', ), - 'button' => + 'button' => array ( 'text' => 'Take a look', 'url' => '', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#ffffff', 'borderColor' => '#1e986a', @@ -1245,11 +1245,11 @@ class WordPressTheme { ), 'type' => 'button', ), - 'divider' => + 'divider' => array ( - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -1260,23 +1260,23 @@ class WordPressTheme { ), 'type' => 'divider', ), - 'footer' => + 'footer' => array ( 'text' => '

Unsubscribe | Manage subscription
Add your postal address here!

', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), - 'text' => + 'text' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Arvo', 'fontSize' => '12px', 'textAlign' => 'right', ), - 'link' => + 'link' => array ( 'fontColor' => '#051137', 'textDecoration' => 'underline', @@ -1284,7 +1284,7 @@ class WordPressTheme { ), 'type' => 'footer', ), - 'posts' => + 'posts' => array ( 'amount' => '10', 'withLayout' => true, @@ -1303,14 +1303,14 @@ class WordPressTheme { 'categoriesPrecededBy' => 'Categories:', 'readMoreType' => 'link', 'readMoreText' => 'Read more', - 'readMoreButton' => + 'readMoreButton' => array ( 'text' => 'Read more', 'url' => '[postLink]', 'context' => 'posts.readMoreButton', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => '#2ea1cd', 'borderColor' => '#0074a2', @@ -1329,12 +1329,12 @@ class WordPressTheme { ), 'sortBy' => 'newest', 'showDivider' => true, - 'divider' => + 'divider' => array ( 'context' => 'posts.divider', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'padding' => '13px', @@ -1347,12 +1347,12 @@ class WordPressTheme { 'backgroundColor' => '#ffffff', 'backgroundColorAlternate' => '#eeeeee', ), - 'social' => + 'social' => array ( 'iconSet' => 'full-symbol-grey', - 'icons' => + 'icons' => array ( - 0 => + 0 => array ( 'type' => 'socialIcon', 'iconType' => 'facebook', @@ -1362,7 +1362,7 @@ class WordPressTheme { 'width' => '32px', 'text' => 'Facebook', ), - 1 => + 1 => array ( 'type' => 'socialIcon', 'iconType' => 'twitter', @@ -1372,7 +1372,7 @@ class WordPressTheme { 'width' => '32px', 'text' => 'Twitter', ), - 2 => + 2 => array ( 'type' => 'socialIcon', 'iconType' => 'website', @@ -1382,7 +1382,7 @@ class WordPressTheme { 'width' => '32px', 'text' => 'Website', ), - 3 => + 3 => array ( 'type' => 'socialIcon', 'iconType' => 'email', @@ -1395,11 +1395,11 @@ class WordPressTheme { ), 'type' => 'social', ), - 'spacer' => + 'spacer' => array ( - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', 'height' => '20px', @@ -1407,23 +1407,23 @@ class WordPressTheme { ), 'type' => 'spacer', ), - 'header' => + 'header' => array ( 'text' => 'Display problems? Open this email in your web browser.', - 'styles' => + 'styles' => array ( - 'block' => + 'block' => array ( 'backgroundColor' => 'transparent', ), - 'text' => + 'text' => array ( 'fontColor' => '#222222', 'fontFamily' => 'Arvo', 'fontSize' => '12px', 'textAlign' => 'center', ), - 'link' => + 'link' => array ( 'fontColor' => '#222222', 'textDecoration' => 'none', diff --git a/lib/Config/PopulatorData/Templates/WorldCup.php b/lib/Config/PopulatorData/Templates/WorldCup.php index af9a9f6c8e..30be85948f 100644 --- a/lib/Config/PopulatorData/Templates/WorldCup.php +++ b/lib/Config/PopulatorData/Templates/WorldCup.php @@ -780,7 +780,7 @@ class WorldCup { } private function getThumbnail() { - return $this->template_image_url . '/world-cup.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } } diff --git a/lib/Config/PopulatorData/Templates/YogaStudio.php b/lib/Config/PopulatorData/Templates/YogaStudio.php index 8cfcc7eaeb..ca3c2dc4ff 100644 --- a/lib/Config/PopulatorData/Templates/YogaStudio.php +++ b/lib/Config/PopulatorData/Templates/YogaStudio.php @@ -788,7 +788,7 @@ class YogaStudio { } private function getThumbnail() { - return $this->template_image_url . '/yoga-studio.jpg'; + return $this->template_image_url . '/thumbnail.20190411-1500.jpg'; } } \ No newline at end of file