1104 lines
46 KiB
PHP
1104 lines
46 KiB
PHP
<?php // phpcs:ignore SlevomatCodingStandard.TypeHints.DeclareStrictTypes.DeclareStrictTypesMissing
|
||
|
||
namespace MailPoet\Config\PopulatorData\Templates;
|
||
|
||
if (!defined('ABSPATH')) exit;
|
||
|
||
|
||
class NewsDay {
|
||
|
||
private $template_image_url;
|
||
private $social_icon_url;
|
||
|
||
public function __construct(
|
||
$assets_url
|
||
) {
|
||
$this->template_image_url = 'https://ps.w.org/mailpoet/assets/newsletter-templates/news_day';
|
||
$this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons';
|
||
}
|
||
|
||
public function get() {
|
||
return [
|
||
'name' => __("News Day", 'mailpoet'),
|
||
'categories' => json_encode(['standard', 'all']),
|
||
'readonly' => 1,
|
||
'thumbnail' => $this->getThumbnail(),
|
||
'body' => json_encode($this->getBody()),
|
||
];
|
||
}
|
||
|
||
private function getBody() {
|
||
return [
|
||
'content' =>
|
||
[
|
||
'type' => 'container',
|
||
'orientation' => 'vertical',
|
||
'image' =>
|
||
[
|
||
'src' => null,
|
||
'display' => 'scale',
|
||
],
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => 'transparent',
|
||
],
|
||
],
|
||
'blocks' =>
|
||
[
|
||
0 =>
|
||
[
|
||
'type' => 'container',
|
||
'orientation' => 'horizontal',
|
||
'image' =>
|
||
[
|
||
'src' => null,
|
||
'display' => 'scale',
|
||
],
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => '#ffffff',
|
||
],
|
||
],
|
||
'blocks' =>
|
||
[
|
||
0 =>
|
||
[
|
||
'type' => 'container',
|
||
'orientation' => 'vertical',
|
||
'image' =>
|
||
[
|
||
'src' => null,
|
||
'display' => 'scale',
|
||
],
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => 'transparent',
|
||
],
|
||
],
|
||
'blocks' =>
|
||
[
|
||
0 =>
|
||
[
|
||
'type' => 'spacer',
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => '#f2f2f2',
|
||
'height' => '20px',
|
||
],
|
||
],
|
||
],
|
||
1 =>
|
||
[
|
||
'type' => 'image',
|
||
'link' => '',
|
||
'src' => $this->template_image_url . '/News-Outlet-Title-2.jpg',
|
||
'alt' => 'News-Outlet-Title-2',
|
||
'fullWidth' => true,
|
||
'width' => '1280px',
|
||
'height' => '700px',
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'textAlign' => 'center',
|
||
],
|
||
],
|
||
],
|
||
],
|
||
],
|
||
],
|
||
],
|
||
1 =>
|
||
[
|
||
'type' => 'container',
|
||
'orientation' => 'horizontal',
|
||
'image' =>
|
||
[
|
||
'src' => null,
|
||
'display' => 'scale',
|
||
],
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => '#ffffff',
|
||
],
|
||
],
|
||
'blocks' =>
|
||
[
|
||
0 =>
|
||
[
|
||
'type' => 'container',
|
||
'orientation' => 'vertical',
|
||
'image' =>
|
||
[
|
||
'src' => null,
|
||
'display' => 'scale',
|
||
],
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => 'transparent',
|
||
],
|
||
],
|
||
'blocks' =>
|
||
[
|
||
0 =>
|
||
[
|
||
'type' => 'spacer',
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => 'transparent',
|
||
'height' => '25px',
|
||
],
|
||
],
|
||
],
|
||
],
|
||
],
|
||
],
|
||
],
|
||
2 =>
|
||
[
|
||
'type' => 'container',
|
||
'orientation' => 'horizontal',
|
||
'image' =>
|
||
[
|
||
'src' => null,
|
||
'display' => 'scale',
|
||
],
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => 'transparent',
|
||
],
|
||
],
|
||
'blocks' =>
|
||
[
|
||
0 =>
|
||
[
|
||
'type' => 'container',
|
||
'orientation' => 'vertical',
|
||
'image' =>
|
||
[
|
||
'src' => null,
|
||
'display' => 'scale',
|
||
],
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => 'transparent',
|
||
],
|
||
],
|
||
'blocks' =>
|
||
[
|
||
0 =>
|
||
[
|
||
'type' => 'text',
|
||
'text' => '<h1 style="text-align: left;"><span style="color: #2ca5d2;"><strong>Top Story</strong></span></h1>',
|
||
],
|
||
1 =>
|
||
[
|
||
'type' => 'text',
|
||
'text' => '<h2 style="text-align: left;"><strong>Plasma jet engines that could take you from the ground to space</strong></h2>',
|
||
],
|
||
2 =>
|
||
[
|
||
'type' => 'image',
|
||
'link' => 'http://mailpoet.info/plasma-jet-engines-that-could-take-you-from-the-ground-to-space/',
|
||
'src' => $this->template_image_url . '/plasma-stingray111-800x533.jpg',
|
||
'alt' => 'Plasma jet engines that could take you from the ground to space',
|
||
'fullWidth' => false,
|
||
'width' => '413.28125px',
|
||
'height' => 440,
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'textAlign' => 'center',
|
||
],
|
||
],
|
||
],
|
||
3 =>
|
||
[
|
||
'type' => 'text',
|
||
'text' => '<p class="mailpoet_wp_post">FORGET fuel-powered jet engines. We’re on the verge of having aircraft that can fly from the ground up to the edge of space using air and electricity alone. Traditional jet engines create thrust by mixing compressed air with fuel and igniting it. The burning mixture expands rapidly and is blasted out of the back of the engine, pushing it forwards. …</p><p><a href="http://mailpoet.info/plasma-jet-engines-that-could-take-you-from-the-ground-to-space/">Read More</a></p>',
|
||
],
|
||
4 =>
|
||
[
|
||
'type' => 'divider',
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => 'transparent',
|
||
'padding' => '13px',
|
||
'borderStyle' => 'solid',
|
||
'borderWidth' => '1px',
|
||
'borderColor' => '#aaaaaa',
|
||
],
|
||
],
|
||
],
|
||
5 =>
|
||
[
|
||
'type' => 'spacer',
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => 'transparent',
|
||
'height' => '20px',
|
||
],
|
||
],
|
||
],
|
||
6 =>
|
||
[
|
||
'type' => 'text',
|
||
'text' => '<h3><span style="color: #2ca5d2;"><strong>Popular Posts Today</strong></span></h3>',
|
||
],
|
||
7 =>
|
||
[
|
||
'type' => 'spacer',
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => 'transparent',
|
||
'height' => '20px',
|
||
],
|
||
],
|
||
],
|
||
],
|
||
],
|
||
],
|
||
],
|
||
3 =>
|
||
[
|
||
'type' => 'container',
|
||
'orientation' => 'horizontal',
|
||
'image' =>
|
||
[
|
||
'src' => null,
|
||
'display' => 'scale',
|
||
],
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => 'transparent',
|
||
],
|
||
],
|
||
'blocks' =>
|
||
[
|
||
0 =>
|
||
[
|
||
'type' => 'container',
|
||
'orientation' => 'vertical',
|
||
'image' =>
|
||
[
|
||
'src' => null,
|
||
'display' => 'scale',
|
||
],
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => 'transparent',
|
||
],
|
||
],
|
||
'blocks' =>
|
||
[
|
||
0 =>
|
||
[
|
||
'type' => 'text',
|
||
'text' => '<h3 style="text-align: left; font-size: 18px; line-height: 1.4;"><strong>Cutting through the smog: What to do to fight air pollution</strong></h3>
|
||
<p class="mailpoet_wp_post">Tackling our air problems starts with traffic control, but individual action to reduce energy use and intensive farming would also help clean our air.</p>
|
||
<p><a href="http://mailpoet.info/cutting-through-the-smog-what-to-do-to-fight-air-pollution/">Read More</a></p>',
|
||
],
|
||
1 =>
|
||
[
|
||
'type' => 'divider',
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => 'transparent',
|
||
'padding' => '13px',
|
||
'borderStyle' => 'solid',
|
||
'borderWidth' => '1px',
|
||
'borderColor' => '#aaaaaa',
|
||
],
|
||
],
|
||
],
|
||
2 =>
|
||
[
|
||
'type' => 'text',
|
||
'text' => '<h3 style="text-align: left; font-size: 18px; line-height: 1.4;"><strong>Ladybird’s transparent shell reveals how it moves</strong></h3>
|
||
<p class="mailpoet_wp_post">They certainly know how to fold. A see-through artificial wing case has been used to watch for the first time as ladybirds put away their wings after flight.</p>
|
||
<p><a href="http://mailpoet.info/ladybirds-transparent-shell-reveals-how-it-folds-its-wings/">Read More</a></p>',
|
||
],
|
||
3 =>
|
||
[
|
||
'type' => 'divider',
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => 'transparent',
|
||
'padding' => '13px',
|
||
'borderStyle' => 'solid',
|
||
'borderWidth' => '1px',
|
||
'borderColor' => '#aaaaaa',
|
||
],
|
||
],
|
||
],
|
||
4 =>
|
||
[
|
||
'type' => 'text',
|
||
'text' => '<h3 style="text-align: left; font-size: 18px; line-height: 1.4;"><strong>Brazil’s history-making Hurricane</strong></h3>
|
||
<p class="mailpoet_wp_post">Jairzinho has just made history. In claiming the fourth goal of an unforgettable 1970 FIFA World Cup Mexico™ Final against Italy, he has maintained his record of scoring in every one of Brazil’s matches en route to the Trophy.</p>
|
||
<p><a href="http://mailpoet.info/brazils-history-making-hurricane/">Read More</a></p>',
|
||
],
|
||
],
|
||
],
|
||
1 =>
|
||
[
|
||
'type' => 'container',
|
||
'orientation' => 'vertical',
|
||
'image' =>
|
||
[
|
||
'src' => null,
|
||
'display' => 'scale',
|
||
],
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => 'transparent',
|
||
],
|
||
],
|
||
'blocks' =>
|
||
[
|
||
0 =>
|
||
[
|
||
'type' => 'text',
|
||
'text' => '<h3 style="text-align: left; font-size: 18px; line-height: 1.4;"><strong>Iceland’s dentist-coach defying convention and expectations</strong></h3>
|
||
<p class="mailpoet_wp_post">As Iceland’s key matches loom, with kick-off just a couple of hours away, you will find their national coach in the pub. This may seem unusual...</p>
|
||
<p><a href="http://mailpoet.info/icelands-dentist-coach-defying-convention-and-expectations/">Read More</a></p>',
|
||
],
|
||
1 =>
|
||
[
|
||
'type' => 'divider',
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => 'transparent',
|
||
'padding' => '13px',
|
||
'borderStyle' => 'solid',
|
||
'borderWidth' => '1px',
|
||
'borderColor' => '#aaaaaa',
|
||
],
|
||
],
|
||
],
|
||
2 =>
|
||
[
|
||
'type' => 'text',
|
||
'text' => '<h3 style="text-align: left; font-size: 18px; line-height: 1.4;"><strong>Impact and legacy of 2018 FIFA World Cup Russia</strong></h3>
|
||
<p class="mailpoet_wp_post">Organising a FIFA World Cup™ in a sustainable manner is a major challenge. The scale of the event inevitably has an impact on the Host Country. </p>
|
||
<p><a href="http://mailpoet.info/impact-and-legacy-of-2018-fifa-world-cup-russia-facts-and-figures/">Read More</a></p>',
|
||
],
|
||
3 =>
|
||
[
|
||
'type' => 'divider',
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => 'transparent',
|
||
'padding' => '13px',
|
||
'borderStyle' => 'solid',
|
||
'borderWidth' => '1px',
|
||
'borderColor' => '#aaaaaa',
|
||
],
|
||
],
|
||
],
|
||
4 =>
|
||
[
|
||
'type' => 'text',
|
||
'text' => '<h3 style="text-align: left; font-size: 18px; line-height: 1.4;"><strong>Lineker’s life-changing treble</strong></h3>
|
||
<p class="mailpoet_wp_post">Given that he won the Golden Boot in his first and came within a whisker of the Final in his second, one might expect Gary Lineker to have a tough time picking his FIFA World Cup™ highlight. Yet the man who scored ten times...</p>
|
||
<p><a href="http://mailpoet.info/linekers-life-changing-treble/">Read More</a></p>',
|
||
],
|
||
],
|
||
],
|
||
],
|
||
],
|
||
4 =>
|
||
[
|
||
'type' => 'container',
|
||
'orientation' => 'horizontal',
|
||
'image' =>
|
||
[
|
||
'src' => null,
|
||
'display' => 'scale',
|
||
],
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => 'transparent',
|
||
],
|
||
],
|
||
'blocks' =>
|
||
[
|
||
0 =>
|
||
[
|
||
'type' => 'container',
|
||
'orientation' => 'vertical',
|
||
'image' =>
|
||
[
|
||
'src' => null,
|
||
'display' => 'scale',
|
||
],
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => 'transparent',
|
||
],
|
||
],
|
||
'blocks' =>
|
||
[
|
||
0 =>
|
||
[
|
||
'type' => 'spacer',
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => 'transparent',
|
||
'height' => '40px',
|
||
],
|
||
],
|
||
],
|
||
1 =>
|
||
[
|
||
'type' => 'spacer',
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => '#f2f2f2',
|
||
'height' => '40px',
|
||
],
|
||
],
|
||
],
|
||
2 =>
|
||
[
|
||
'type' => 'spacer',
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => 'transparent',
|
||
'height' => '20px',
|
||
],
|
||
],
|
||
],
|
||
],
|
||
],
|
||
],
|
||
],
|
||
5 =>
|
||
[
|
||
'type' => 'container',
|
||
'orientation' => 'horizontal',
|
||
'image' =>
|
||
[
|
||
'src' => null,
|
||
'display' => 'scale',
|
||
],
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => 'transparent',
|
||
],
|
||
],
|
||
'blocks' =>
|
||
[
|
||
0 =>
|
||
[
|
||
'type' => 'container',
|
||
'orientation' => 'vertical',
|
||
'image' =>
|
||
[
|
||
'src' => null,
|
||
'display' => 'scale',
|
||
],
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => 'transparent',
|
||
],
|
||
],
|
||
'blocks' =>
|
||
[
|
||
0 =>
|
||
[
|
||
'type' => 'footer',
|
||
'text' => '<p><strong>NewsDay</strong></p>
|
||
<p><a href="[link:subscription_unsubscribe_url]">' . __("Unsubscribe", 'mailpoet') . '</a> | <a href="[link:subscription_manage_url]">' . __("Manage your subscription", 'mailpoet') . '</a><br /><br /></p>
|
||
<p></p>',
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => 'transparent',
|
||
],
|
||
'text' =>
|
||
[
|
||
'fontColor' => '#222222',
|
||
'fontFamily' => 'Arial',
|
||
'fontSize' => '12px',
|
||
'textAlign' => 'left',
|
||
],
|
||
'link' =>
|
||
[
|
||
'fontColor' => '#6cb7d4',
|
||
'textDecoration' => 'underline',
|
||
],
|
||
],
|
||
],
|
||
],
|
||
],
|
||
1 =>
|
||
[
|
||
'type' => 'container',
|
||
'orientation' => 'vertical',
|
||
'image' =>
|
||
[
|
||
'src' => null,
|
||
'display' => 'scale',
|
||
],
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => 'transparent',
|
||
],
|
||
],
|
||
'blocks' =>
|
||
[
|
||
0 =>
|
||
[
|
||
'type' => 'spacer',
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => 'transparent',
|
||
'height' => '20px',
|
||
],
|
||
],
|
||
],
|
||
1 =>
|
||
[
|
||
'type' => 'social',
|
||
'iconSet' => 'circles',
|
||
'icons' =>
|
||
[
|
||
0 =>
|
||
[
|
||
'type' => 'socialIcon',
|
||
'iconType' => 'facebook',
|
||
'link' => 'http://www.facebook.com',
|
||
'image' => $this->social_icon_url . '/03-circles/Facebook.png',
|
||
'height' => '32px',
|
||
'width' => '32px',
|
||
'text' => 'Facebook',
|
||
],
|
||
1 =>
|
||
[
|
||
'type' => 'socialIcon',
|
||
'iconType' => 'twitter',
|
||
'link' => 'http://www.twitter.com',
|
||
'image' => $this->social_icon_url . '/03-circles/Twitter.png',
|
||
'height' => '32px',
|
||
'width' => '32px',
|
||
'text' => 'Twitter',
|
||
],
|
||
2 =>
|
||
[
|
||
'type' => 'socialIcon',
|
||
'iconType' => 'youtube',
|
||
'link' => 'http://www.youtube.com',
|
||
'image' => $this->social_icon_url . '/03-circles/Youtube.png',
|
||
'height' => '32px',
|
||
'width' => '32px',
|
||
'text' => 'Youtube',
|
||
],
|
||
3 =>
|
||
[
|
||
'type' => 'socialIcon',
|
||
'iconType' => 'instagram',
|
||
'link' => 'http://instagram.com',
|
||
'image' => $this->social_icon_url . '/03-circles/Instagram.png',
|
||
'height' => '32px',
|
||
'width' => '32px',
|
||
'text' => 'Instagram',
|
||
],
|
||
4 =>
|
||
[
|
||
'type' => 'socialIcon',
|
||
'iconType' => 'linkedin',
|
||
'link' => 'http://www.linkedin.com',
|
||
'image' => $this->social_icon_url . '/03-circles/LinkedIn.png',
|
||
'height' => '32px',
|
||
'width' => '32px',
|
||
'text' => 'LinkedIn',
|
||
],
|
||
],
|
||
],
|
||
2 =>
|
||
[
|
||
'type' => 'spacer',
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => 'transparent',
|
||
'height' => '20px',
|
||
],
|
||
],
|
||
],
|
||
],
|
||
],
|
||
],
|
||
],
|
||
6 =>
|
||
[
|
||
'type' => 'container',
|
||
'orientation' => 'horizontal',
|
||
'image' =>
|
||
[
|
||
'src' => null,
|
||
'display' => 'scale',
|
||
],
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => 'transparent',
|
||
],
|
||
],
|
||
'blocks' =>
|
||
[
|
||
0 =>
|
||
[
|
||
'type' => 'container',
|
||
'orientation' => 'vertical',
|
||
'image' =>
|
||
[
|
||
'src' => null,
|
||
'display' => 'scale',
|
||
],
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => 'transparent',
|
||
],
|
||
],
|
||
'blocks' =>
|
||
[
|
||
0 =>
|
||
[
|
||
'type' => 'spacer',
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => '#f2f2f2',
|
||
'height' => '40px',
|
||
],
|
||
],
|
||
],
|
||
],
|
||
],
|
||
],
|
||
],
|
||
],
|
||
],
|
||
'globalStyles' =>
|
||
[
|
||
'text' =>
|
||
[
|
||
'fontColor' => '#000000',
|
||
'fontFamily' => 'Arial',
|
||
'fontSize' => '13px',
|
||
],
|
||
'h1' =>
|
||
[
|
||
'fontColor' => '#111111',
|
||
'fontFamily' => 'Arial',
|
||
'fontSize' => '30px',
|
||
],
|
||
'h2' =>
|
||
[
|
||
'fontColor' => '#222222',
|
||
'fontFamily' => 'Arial',
|
||
'fontSize' => '24px',
|
||
],
|
||
'h3' =>
|
||
[
|
||
'fontColor' => '#333333',
|
||
'fontFamily' => 'Arial',
|
||
'fontSize' => '22px',
|
||
],
|
||
'link' =>
|
||
[
|
||
'fontColor' => '#2ca5d2',
|
||
'textDecoration' => 'underline',
|
||
],
|
||
'wrapper' =>
|
||
[
|
||
'backgroundColor' => '#ffffff',
|
||
],
|
||
'body' =>
|
||
[
|
||
'backgroundColor' => '#f2f2f2',
|
||
],
|
||
],
|
||
'blockDefaults' =>
|
||
[
|
||
'automatedLatestContent' =>
|
||
[
|
||
'amount' => '5',
|
||
'withLayout' => false,
|
||
'contentType' => 'post',
|
||
'inclusionType' => 'include',
|
||
'displayType' => 'excerpt',
|
||
'titleFormat' => 'h1',
|
||
'titleAlignment' => 'left',
|
||
'titleIsLink' => false,
|
||
'imageFullWidth' => false,
|
||
'featuredImagePosition' => 'belowTitle',
|
||
'showAuthor' => 'no',
|
||
'authorPrecededBy' => 'Author:',
|
||
'showCategories' => 'no',
|
||
'categoriesPrecededBy' => 'Categories:',
|
||
'readMoreType' => 'button',
|
||
'readMoreText' => 'Read more',
|
||
'readMoreButton' =>
|
||
[
|
||
'text' => 'Read more',
|
||
'url' => '[postLink]',
|
||
'context' => 'automatedLatestContent.readMoreButton',
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => '#2ea1cd',
|
||
'borderColor' => '#0074a2',
|
||
'borderWidth' => '1px',
|
||
'borderRadius' => '5px',
|
||
'borderStyle' => 'solid',
|
||
'width' => '180px',
|
||
'lineHeight' => '40px',
|
||
'fontColor' => '#ffffff',
|
||
'fontFamily' => 'Verdana',
|
||
'fontSize' => '18px',
|
||
'fontWeight' => 'normal',
|
||
'textAlign' => 'center',
|
||
],
|
||
],
|
||
],
|
||
'sortBy' => 'newest',
|
||
'showDivider' => true,
|
||
'divider' =>
|
||
[
|
||
'context' => 'automatedLatestContent.divider',
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => 'transparent',
|
||
'padding' => '13px',
|
||
'borderStyle' => 'solid',
|
||
'borderWidth' => '3px',
|
||
'borderColor' => '#aaaaaa',
|
||
],
|
||
],
|
||
],
|
||
'backgroundColor' => '#ffffff',
|
||
'backgroundColorAlternate' => '#eeeeee',
|
||
],
|
||
'automatedLatestContentLayout' =>
|
||
[
|
||
'amount' => '5',
|
||
'withLayout' => true,
|
||
'contentType' => 'post',
|
||
'inclusionType' => 'include',
|
||
'displayType' => 'excerpt',
|
||
'titleFormat' => 'h1',
|
||
'titleAlignment' => 'left',
|
||
'titleIsLink' => false,
|
||
'imageFullWidth' => false,
|
||
'featuredImagePosition' => 'alternate',
|
||
'showAuthor' => 'no',
|
||
'authorPrecededBy' => 'Author:',
|
||
'showCategories' => 'no',
|
||
'categoriesPrecededBy' => 'Categories:',
|
||
'readMoreType' => 'button',
|
||
'readMoreText' => 'Read more',
|
||
'readMoreButton' =>
|
||
[
|
||
'text' => 'Read more',
|
||
'url' => '[postLink]',
|
||
'context' => 'automatedLatestContentLayout.readMoreButton',
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => '#2ea1cd',
|
||
'borderColor' => '#0074a2',
|
||
'borderWidth' => '1px',
|
||
'borderRadius' => '5px',
|
||
'borderStyle' => 'solid',
|
||
'width' => '180px',
|
||
'lineHeight' => '40px',
|
||
'fontColor' => '#ffffff',
|
||
'fontFamily' => 'Verdana',
|
||
'fontSize' => '18px',
|
||
'fontWeight' => 'normal',
|
||
'textAlign' => 'center',
|
||
],
|
||
],
|
||
],
|
||
'sortBy' => 'newest',
|
||
'showDivider' => true,
|
||
'divider' =>
|
||
[
|
||
'context' => 'automatedLatestContentLayout.divider',
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => 'transparent',
|
||
'padding' => '13px',
|
||
'borderStyle' => 'solid',
|
||
'borderWidth' => '3px',
|
||
'borderColor' => '#aaaaaa',
|
||
],
|
||
],
|
||
],
|
||
'backgroundColor' => '#ffffff',
|
||
'backgroundColorAlternate' => '#eeeeee',
|
||
],
|
||
'button' =>
|
||
[
|
||
'text' => 'Button',
|
||
'url' => '',
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => '#2ea1cd',
|
||
'borderColor' => '#0074a2',
|
||
'borderWidth' => '1px',
|
||
'borderRadius' => '5px',
|
||
'borderStyle' => 'solid',
|
||
'width' => '180px',
|
||
'lineHeight' => '40px',
|
||
'fontColor' => '#ffffff',
|
||
'fontFamily' => 'Verdana',
|
||
'fontSize' => '18px',
|
||
'fontWeight' => 'normal',
|
||
'textAlign' => 'center',
|
||
],
|
||
],
|
||
],
|
||
'divider' =>
|
||
[
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => 'transparent',
|
||
'padding' => '13px',
|
||
'borderStyle' => 'solid',
|
||
'borderWidth' => '3px',
|
||
'borderColor' => '#aaaaaa',
|
||
],
|
||
],
|
||
],
|
||
'footer' =>
|
||
[
|
||
'text' => '<p><a href="[link:subscription_unsubscribe_url]">' . __("Unsubscribe", 'mailpoet') . '</a> | <a href="[link:subscription_manage_url]">' . __("Manage your subscription", 'mailpoet') . '</a><br />' . __("Add your postal address here!", 'mailpoet') . '</p>',
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => 'transparent',
|
||
],
|
||
'text' =>
|
||
[
|
||
'fontColor' => '#222222',
|
||
'fontFamily' => 'Arial',
|
||
'fontSize' => '12px',
|
||
'textAlign' => 'center',
|
||
],
|
||
'link' =>
|
||
[
|
||
'fontColor' => '#6cb7d4',
|
||
'textDecoration' => 'none',
|
||
],
|
||
],
|
||
],
|
||
'posts' =>
|
||
[
|
||
'amount' => '10',
|
||
'withLayout' => true,
|
||
'contentType' => 'post',
|
||
'postStatus' => 'publish',
|
||
'inclusionType' => 'include',
|
||
'displayType' => 'excerpt',
|
||
'titleFormat' => 'h1',
|
||
'titleAlignment' => 'left',
|
||
'titleIsLink' => false,
|
||
'imageFullWidth' => false,
|
||
'featuredImagePosition' => 'alternate',
|
||
'showAuthor' => 'no',
|
||
'authorPrecededBy' => 'Author:',
|
||
'showCategories' => 'no',
|
||
'categoriesPrecededBy' => 'Categories:',
|
||
'readMoreType' => 'link',
|
||
'readMoreText' => 'Read more',
|
||
'readMoreButton' =>
|
||
[
|
||
'text' => 'Read more',
|
||
'url' => '[postLink]',
|
||
'context' => 'posts.readMoreButton',
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => '#2ea1cd',
|
||
'borderColor' => '#0074a2',
|
||
'borderWidth' => '1px',
|
||
'borderRadius' => '5px',
|
||
'borderStyle' => 'solid',
|
||
'width' => '180px',
|
||
'lineHeight' => '40px',
|
||
'fontColor' => '#ffffff',
|
||
'fontFamily' => 'Verdana',
|
||
'fontSize' => '18px',
|
||
'fontWeight' => 'normal',
|
||
'textAlign' => 'center',
|
||
],
|
||
],
|
||
],
|
||
'sortBy' => 'newest',
|
||
'showDivider' => true,
|
||
'divider' =>
|
||
[
|
||
'context' => 'posts.divider',
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => 'transparent',
|
||
'padding' => '13px',
|
||
'borderStyle' => 'solid',
|
||
'borderWidth' => '3px',
|
||
'borderColor' => '#aaaaaa',
|
||
],
|
||
],
|
||
],
|
||
'backgroundColor' => '#ffffff',
|
||
'backgroundColorAlternate' => '#eeeeee',
|
||
],
|
||
'social' =>
|
||
[
|
||
'iconSet' => 'default',
|
||
'icons' =>
|
||
[
|
||
0 =>
|
||
[
|
||
'type' => 'socialIcon',
|
||
'iconType' => 'facebook',
|
||
'link' => 'http://www.facebook.com',
|
||
'image' => $this->social_icon_url . '/01-social/Facebook.png',
|
||
'height' => '32px',
|
||
'width' => '32px',
|
||
'text' => 'Facebook',
|
||
],
|
||
1 =>
|
||
[
|
||
'type' => 'socialIcon',
|
||
'iconType' => 'twitter',
|
||
'link' => 'http://www.twitter.com',
|
||
'image' => $this->social_icon_url . '/01-social/Twitter.png',
|
||
'height' => '32px',
|
||
'width' => '32px',
|
||
'text' => 'Twitter',
|
||
],
|
||
],
|
||
],
|
||
'spacer' =>
|
||
[
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => 'transparent',
|
||
'height' => '40px',
|
||
],
|
||
],
|
||
],
|
||
'header' =>
|
||
[
|
||
'text' => '<a href="[link:newsletter_view_in_browser_url]">' . __("View this in your browser.", 'mailpoet') . '</a>',
|
||
'styles' =>
|
||
[
|
||
'block' =>
|
||
[
|
||
'backgroundColor' => 'transparent',
|
||
],
|
||
'text' =>
|
||
[
|
||
'fontColor' => '#222222',
|
||
'fontFamily' => 'Arial',
|
||
'fontSize' => '12px',
|
||
'textAlign' => 'center',
|
||
],
|
||
'link' =>
|
||
[
|
||
'fontColor' => '#6cb7d4',
|
||
'textDecoration' => 'underline',
|
||
],
|
||
],
|
||
],
|
||
],
|
||
];
|
||
}
|
||
|
||
private function getThumbnail() {
|
||
return $this->template_image_url . '/thumbnail.20190411-1500.jpg';
|
||
}
|
||
}
|