351 lines
15 KiB
PHP
351 lines
15 KiB
PHP
<?php // phpcs:ignore SlevomatCodingStandard.TypeHints.DeclareStrictTypes.DeclareStrictTypesMissing
|
|
|
|
namespace MailPoet\Config\PopulatorData\Templates;
|
|
|
|
if (!defined('ABSPATH')) exit;
|
|
|
|
|
|
class GiftWelcome {
|
|
|
|
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/gift';
|
|
$this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons';
|
|
}
|
|
|
|
public function get() {
|
|
return [
|
|
'name' => __("Gift Welcome", 'mailpoet'),
|
|
'categories' => json_encode(['welcome', 'all']),
|
|
'readonly' => 1,
|
|
'thumbnail' => $this->getThumbnail(),
|
|
'body' => json_encode($this->getBody()),
|
|
];
|
|
}
|
|
|
|
private function getThumbnail() {
|
|
return $this->template_image_url . '/thumbnail.20190411-1500.jpg';
|
|
}
|
|
|
|
private function getBody() {
|
|
return [
|
|
'content' =>
|
|
[
|
|
'type' => 'container',
|
|
'orientation' => 'vertical',
|
|
'styles' =>
|
|
[
|
|
'block' =>
|
|
[
|
|
'backgroundColor' => 'transparent',
|
|
],
|
|
],
|
|
'blocks' =>
|
|
[
|
|
0 =>
|
|
[
|
|
'type' => 'container',
|
|
'orientation' => 'horizontal',
|
|
'styles' =>
|
|
[
|
|
'block' =>
|
|
[
|
|
'backgroundColor' => '#ffffff',
|
|
],
|
|
],
|
|
'blocks' =>
|
|
[
|
|
0 =>
|
|
[
|
|
'type' => 'container',
|
|
'orientation' => 'vertical',
|
|
'styles' =>
|
|
[
|
|
'block' =>
|
|
[
|
|
'backgroundColor' => 'transparent',
|
|
],
|
|
],
|
|
'blocks' =>
|
|
[
|
|
0 =>
|
|
[
|
|
'type' => 'spacer',
|
|
'styles' =>
|
|
[
|
|
'block' =>
|
|
[
|
|
'backgroundColor' => 'transparent',
|
|
'height' => '40px',
|
|
],
|
|
],
|
|
],
|
|
1 =>
|
|
[
|
|
'type' => 'image',
|
|
'link' => '',
|
|
'src' => $this->template_image_url . '/Gift-Header-1.jpg',
|
|
'alt' => 'Gift-Header-1',
|
|
'fullWidth' => true,
|
|
'width' => '1280px',
|
|
'height' => '920px',
|
|
'styles' =>
|
|
[
|
|
'block' =>
|
|
[
|
|
'textAlign' => 'center',
|
|
],
|
|
],
|
|
],
|
|
],
|
|
],
|
|
],
|
|
],
|
|
1 =>
|
|
[
|
|
'type' => 'container',
|
|
'orientation' => 'horizontal',
|
|
'styles' =>
|
|
[
|
|
'block' =>
|
|
[
|
|
'backgroundColor' => '#e7e7e7',
|
|
],
|
|
],
|
|
'blocks' =>
|
|
[
|
|
0 =>
|
|
[
|
|
'type' => 'container',
|
|
'orientation' => 'vertical',
|
|
'styles' =>
|
|
[
|
|
'block' =>
|
|
[
|
|
'backgroundColor' => 'transparent',
|
|
],
|
|
],
|
|
'blocks' =>
|
|
[
|
|
0 =>
|
|
[
|
|
'type' => 'text',
|
|
'text' => '<h2 style="text-align: center;"><span style="color: #dd2d2d;">We\'re so happy you\'re onboard!</span></h2>
|
|
<p style="text-align: center;"><span style="color: #333333;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra. Pellentesque in interdum eros, a venenatis velit. Fusce finibus convallis augue, ut viverra felis placerat in. </span></p>
|
|
<p style="text-align: center;"><span style="color: #333333;"></span></p>
|
|
<p style="text-align: center;"><span style="color: #333333;">Curabitur et commodo ipsum. Mauris tellus metus, tristique vel sollicitudin ut, malesuada in augue. Aliquam ultricies purus vel commodo vehicula.</span></p>',
|
|
],
|
|
1 =>
|
|
[
|
|
'type' => 'button',
|
|
'text' => 'Get Started',
|
|
'url' => '',
|
|
'styles' =>
|
|
[
|
|
'block' =>
|
|
[
|
|
'backgroundColor' => '#dd2d2d',
|
|
'borderColor' => '#0074a2',
|
|
'borderWidth' => '0px',
|
|
'borderRadius' => '40px',
|
|
'borderStyle' => 'solid',
|
|
'width' => '180px',
|
|
'lineHeight' => '50px',
|
|
'fontColor' => '#ffffff',
|
|
'fontFamily' => 'Arial',
|
|
'fontSize' => '22px',
|
|
'fontWeight' => 'bold',
|
|
'textAlign' => 'center',
|
|
],
|
|
],
|
|
],
|
|
2 =>
|
|
[
|
|
'type' => 'image',
|
|
'link' => '',
|
|
'src' => $this->template_image_url . '/Gift-Footer.jpg',
|
|
'alt' => 'Gift-Footer',
|
|
'fullWidth' => true,
|
|
'width' => '1280px',
|
|
'height' => '920px',
|
|
'styles' =>
|
|
[
|
|
'block' =>
|
|
[
|
|
'textAlign' => 'center',
|
|
],
|
|
],
|
|
],
|
|
],
|
|
],
|
|
],
|
|
],
|
|
2 =>
|
|
[
|
|
'type' => 'container',
|
|
'orientation' => 'horizontal',
|
|
'styles' =>
|
|
[
|
|
'block' =>
|
|
[
|
|
'backgroundColor' => '#ffffff',
|
|
],
|
|
],
|
|
'blocks' =>
|
|
[
|
|
0 =>
|
|
[
|
|
'type' => 'container',
|
|
'orientation' => 'vertical',
|
|
'styles' =>
|
|
[
|
|
'block' =>
|
|
[
|
|
'backgroundColor' => 'transparent',
|
|
],
|
|
],
|
|
'blocks' =>
|
|
[
|
|
0 =>
|
|
[
|
|
'type' => 'spacer',
|
|
'styles' =>
|
|
[
|
|
'block' =>
|
|
[
|
|
'backgroundColor' => 'transparent',
|
|
'height' => '23px',
|
|
],
|
|
],
|
|
],
|
|
1 =>
|
|
[
|
|
'type' => 'text',
|
|
'text' => '<p style="font-size: 11px; text-align: center;"><span style="color: #808080;"><strong>Address Line 1</strong></span></p>
|
|
<p style="font-size: 11px; text-align: center;"><span style="color: #808080;"><strong>Address Line 2</strong></span></p>
|
|
<p style="font-size: 11px; text-align: center;"><span style="color: #808080;"><strong>City</strong></span></p>
|
|
<p style="font-size: 11px; text-align: center;"><span style="color: #808080;"><strong>Country</strong></span></p>',
|
|
],
|
|
2 =>
|
|
[
|
|
'type' => 'divider',
|
|
'styles' =>
|
|
[
|
|
'block' =>
|
|
[
|
|
'backgroundColor' => 'transparent',
|
|
'padding' => '5.5px',
|
|
'borderStyle' => 'solid',
|
|
'borderWidth' => '1px',
|
|
'borderColor' => '#aaaaaa',
|
|
],
|
|
],
|
|
],
|
|
3 =>
|
|
[
|
|
'type' => 'spacer',
|
|
'styles' =>
|
|
[
|
|
'block' =>
|
|
[
|
|
'backgroundColor' => 'transparent',
|
|
'height' => '20px',
|
|
],
|
|
],
|
|
],
|
|
4 =>
|
|
[
|
|
'type' => 'social',
|
|
'iconSet' => 'grey',
|
|
'icons' =>
|
|
[
|
|
0 =>
|
|
[
|
|
'type' => 'socialIcon',
|
|
'iconType' => 'facebook',
|
|
'link' => 'http://www.facebook.com',
|
|
'image' => $this->social_icon_url . '/02-grey/Facebook.png',
|
|
'height' => '32px',
|
|
'width' => '32px',
|
|
'text' => 'Facebook',
|
|
],
|
|
1 =>
|
|
[
|
|
'type' => 'socialIcon',
|
|
'iconType' => 'twitter',
|
|
'link' => 'http://www.twitter.com',
|
|
'image' => $this->social_icon_url . '/02-grey/Twitter.png',
|
|
'height' => '32px',
|
|
'width' => '32px',
|
|
'text' => 'Twitter',
|
|
],
|
|
2 =>
|
|
[
|
|
'type' => 'socialIcon',
|
|
'iconType' => 'instagram',
|
|
'link' => 'http://instagram.com',
|
|
'image' => $this->social_icon_url . '/02-grey/Instagram.png',
|
|
'height' => '32px',
|
|
'width' => '32px',
|
|
'text' => 'Instagram',
|
|
],
|
|
],
|
|
],
|
|
5 =>
|
|
[
|
|
'type' => 'text',
|
|
'text' => '<p style="text-align: center; font-size: 11px;"><a href="[link:subscription_unsubscribe_url]">' . __("Unsubscribe", 'mailpoet') . '</a><span> | </span><a href="[link:subscription_manage_url]">' . __("Manage your subscription", 'mailpoet') . '</a></p>',
|
|
],
|
|
],
|
|
],
|
|
],
|
|
],
|
|
],
|
|
],
|
|
'globalStyles' =>
|
|
[
|
|
'text' =>
|
|
[
|
|
'fontColor' => '#000000',
|
|
'fontFamily' => 'Arial',
|
|
'fontSize' => '15px',
|
|
],
|
|
'h1' =>
|
|
[
|
|
'fontColor' => '#111111',
|
|
'fontFamily' => 'Arial',
|
|
'fontSize' => '30px',
|
|
],
|
|
'h2' =>
|
|
[
|
|
'fontColor' => '#222222',
|
|
'fontFamily' => 'Arial',
|
|
'fontSize' => '24px',
|
|
],
|
|
'h3' =>
|
|
[
|
|
'fontColor' => '#333333',
|
|
'fontFamily' => 'Arial',
|
|
'fontSize' => '22px',
|
|
],
|
|
'link' =>
|
|
[
|
|
'fontColor' => '#dd2d2d',
|
|
'textDecoration' => 'underline',
|
|
],
|
|
'wrapper' =>
|
|
[
|
|
'backgroundColor' => '#ffffff',
|
|
],
|
|
'body' =>
|
|
[
|
|
'backgroundColor' => '#ffffff',
|
|
],
|
|
],
|
|
];
|
|
}
|
|
}
|