assets_url = $assets_url; $this->external_template_image_url = 'https://ps.w.org/mailpoet/assets/newsletter-templates/welcome-email-blank-1-2-column'; $this->template_image_url = $this->assets_url . '/img/blank_templates'; $this->social_icon_url = $this->assets_url . '/img/newsletter_editor/social-icons'; } public function get() { return [ 'name' => __("Welcome Email: Blank 1:2 Column", 'mailpoet'), 'categories' => json_encode(['welcome', 'blank']), 'readonly' => 1, 'thumbnail' => $this->getThumbnail(), 'body' => json_encode($this->getBody()), ]; } private function getBody() { return [ "content" => [ "type" => "container", "orientation" => "vertical", "styles" => [ "block" => [ "backgroundColor" => "transparent", ], ], "blocks" => [ [ "type" => "container", "orientation" => "horizontal", "styles" => [ "block" => [ "backgroundColor" => "#f8f8f8", ], ], "blocks" => [ [ "type" => "container", "orientation" => "vertical", "styles" => [ "block" => [ "backgroundColor" => "transparent", ], ], "blocks" => [ [ "type" => "header", "text" => '' . __("View this in your browser.", 'mailpoet') . '', "styles" => [ "block" => [ "backgroundColor" => "transparent", ], "text" => [ "fontColor" => "#222222", "fontFamily" => "Arial", "fontSize" => "12px", "textAlign" => "center", ], "link" => [ "fontColor" => "#6cb7d4", "textDecoration" => "underline", ], ], ], ], ], ], ], [ "type" => "container", "orientation" => "horizontal", "styles" => [ "block" => [ "backgroundColor" => "#ffffff", ], ], "blocks" => [ [ "type" => "container", "orientation" => "vertical", "styles" => [ "block" => [ "backgroundColor" => "transparent", ], ], "blocks" => [ [ "type" => "spacer", "styles" => [ "block" => [ "backgroundColor" => "transparent", "height" => "30px", ], ], ], [ "type" => "image", "link" => "", "src" => $this->template_image_url . "/fake-logo.png", "alt" => __("Fake logo", 'mailpoet'), "fullWidth" => false, "width" => "598px", "height" => "71px", "styles" => [ "block" => [ "textAlign" => "center", ], ], ], [ "type" => "text", "text" => __("
\n
[subscriber:firstname | default:Subscriber],
\n\n
You recently joined our list and we'd like to give you a warm welcome!
", 'mailpoet'), ], [ "type" => "divider", "styles" => [ "block" => [ "backgroundColor" => "transparent", "padding" => "13px", "borderStyle" => "solid", "borderWidth" => "3px", "borderColor" => "#aaaaaa", ], ], ], [ "type" => "spacer", "styles" => [ "block" => [ "backgroundColor" => "transparent", "height" => "20px", ], ], ], ], ], ], ], [ "type" => "container", "orientation" => "horizontal", "styles" => [ "block" => [ "backgroundColor" => "transparent", ], ], "blocks" => [ [ "type" => "container", "orientation" => "vertical", "styles" => [ "block" => [ "backgroundColor" => "transparent", ], ], "blocks" => [ [ "type" => "text", "text" => __("Add a single button to your newsletter in order to have one clear call-to-action, which will increase your click rates.
", 'mailpoet'), ], [ "type" => "button", "text" => __("Read up!", 'mailpoet'), "url" => "", "styles" => [ "block" => [ "backgroundColor" => "#2ea1cd", "borderColor" => "#0074a2", "borderWidth" => "1px", "borderRadius" => "5px", "borderStyle" => "solid", "width" => "180px", "lineHeight" => "40px", "fontColor" => "#ffffff", "fontFamily" => "Verdana", "fontSize" => "18px", "fontWeight" => "normal", "textAlign" => "center", ], ], ], ], ], ], ], [ "type" => "container", "orientation" => "horizontal", "styles" => [ "block" => [ "backgroundColor" => "#f8f8f8", ], ], "blocks" => [ [ "type" => "container", "orientation" => "vertical", "styles" => [ "block" => [ "backgroundColor" => "transparent", ], ], "blocks" => [ [ "type" => "divider", "styles" => [ "block" => [ "backgroundColor" => "transparent", "padding" => "24.5px", "borderStyle" => "solid", "borderWidth" => "3px", "borderColor" => "#aaaaaa", ], ], ], [ "type" => "social", "iconSet" => "grey", "icons" => [ [ "type" => "socialIcon", "iconType" => "facebook", "link" => "https://www.facebook.com", "image" => $this->social_icon_url . "/02-grey/Facebook.png", "height" => "32px", "width" => "32px", "text" => "Facebook", ], [ "type" => "socialIcon", "iconType" => "twitter", "link" => "https://www.twitter.com", "image" => $this->social_icon_url . "/02-grey/Twitter.png", "height" => "32px", "width" => "32px", "text" => "Twitter", ], ], ], [ "type" => "divider", "styles" => [ "block" => [ "backgroundColor" => "transparent", "padding" => "7.5px", "borderStyle" => "solid", "borderWidth" => "3px", "borderColor" => "#aaaaaa", ], ], ], [ "type" => "footer", "text" => '' . __("Unsubscribe", 'mailpoet') . ' | ' . __("Manage your subscription", 'mailpoet') . '
' . __("Add your postal address here!", 'mailpoet') . '