assets_url = $assets_url; $this->external_template_image_url = 'https://ps.w.org/mailpoet/assets/newsletter-templates/simple-text'; $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' => __("Simple Text", 'mailpoet'), 'categories' => json_encode(['standard', '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" => "#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" => __("
Hi [subscriber:firstname | default:subscriber],
\n\nIn MailPoet, you can write emails in plain text, just like in a regular email. This can make your email newsletters more personal and attention-grabbing.
\n\nIs this too simple? You can still style your text with basic formatting, like bold or italics.
\n\nFinally, you can also add a call-to-action button between 2 blocks of text, like this:
", 'mailpoet'), ], ], ], ], ], [ "type" => "container", "orientation" => "horizontal", "styles" => [ "block" => [ "backgroundColor" => "#ffffff", ], ], "blocks" => [ [ "type" => "container", "orientation" => "vertical", "styles" => [ "block" => [ "backgroundColor" => "transparent", ], ], "blocks" => [ [ "type" => "spacer", "styles" => [ "block" => [ "backgroundColor" => "transparent", "height" => "23px", ], ], ], [ "type" => "button", "text" => __("It's time to take action!", 'mailpoet'), "url" => "", "styles" => [ "block" => [ "backgroundColor" => "#2ea1cd", "borderColor" => "#0074a2", "borderWidth" => "1px", "borderRadius" => "5px", "borderStyle" => "solid", "width" => "288px", "lineHeight" => "40px", "fontColor" => "#ffffff", "fontFamily" => "Verdana", "fontSize" => "16px", "fontWeight" => "normal", "textAlign" => "left", ], ], ], [ "type" => "text", "text" => __("Thanks for reading. See you soon!
\n\n
The MailPoet Team
", 'mailpoet'), ], [ "type" => "footer", "text" => '' . __("Unsubscribe", 'mailpoet') . ' | ' . __("Manage your subscription", 'mailpoet') . '
' . __("Add your postal address here!", 'mailpoet') . '