PATH:
home
/
lab2454c
/
caimegroup.com
/
wp-content
/
plugins
/
mailpoet
/
generated
/
twig
/
11
<?php if (!defined('ABSPATH')) exit; use MailPoetVendor\Twig\Environment; use MailPoetVendor\Twig\Error\LoaderError; use MailPoetVendor\Twig\Error\RuntimeError; use MailPoetVendor\Twig\Extension\SandboxExtension; use MailPoetVendor\Twig\Markup; use MailPoetVendor\Twig\Sandbox\SecurityError; use MailPoetVendor\Twig\Sandbox\SecurityNotAllowedTagError; use MailPoetVendor\Twig\Sandbox\SecurityNotAllowedFilterError; use MailPoetVendor\Twig\Sandbox\SecurityNotAllowedFunctionError; use MailPoetVendor\Twig\Source; use MailPoetVendor\Twig\Template; /* newsletter/editor.html */ class __TwigTemplate_aa06caf4713b6d5ac2d6909b4a0a21f60afeea73e802e676faab4d7dcfdcb31a extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->blocks = [ 'templates' => [$this, 'block_templates'], 'content' => [$this, 'block_content'], 'after_javascript' => [$this, 'block_after_javascript'], ]; } protected function doGetParent(array $context) { // line 1 return "layout.html"; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; $this->parent = $this->loadTemplate("layout.html", "newsletter/editor.html", 1); $this->parent->display($context, array_merge($this->blocks, $blocks)); } // line 3 public function block_templates($context, array $blocks = []) { $macros = $this->macros; // line 4 echo " "; echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_tools_generic", "newsletter/templates/blocks/base/toolsGeneric.hbs"); // line 7 echo " "; // line 8 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_automated_latest_content_block", "newsletter/templates/blocks/automatedLatestContent/block.hbs"); // line 11 echo " "; // line 12 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_automated_latest_content_widget", "newsletter/templates/blocks/automatedLatestContent/widget.hbs"); // line 15 echo " "; // line 16 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_automated_latest_content_settings", "newsletter/templates/blocks/automatedLatestContent/settings.hbs"); // line 19 echo " "; // line 20 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_automated_latest_content_layout_block", "newsletter/templates/blocks/automatedLatestContentLayout/block.hbs"); // line 23 echo " "; // line 24 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_automated_latest_content_layout_widget", "newsletter/templates/blocks/automatedLatestContentLayout/widget.hbs"); // line 27 echo " "; // line 28 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_automated_latest_content_layout_settings", "newsletter/templates/blocks/automatedLatestContentLayout/settings.hbs"); // line 31 echo " "; // line 32 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_button_block", "newsletter/templates/blocks/button/block.hbs"); // line 35 echo " "; // line 36 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_button_widget", "newsletter/templates/blocks/button/widget.hbs"); // line 39 echo " "; // line 40 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_button_settings", "newsletter/templates/blocks/button/settings.hbs"); // line 43 echo " "; // line 44 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_container_block", "newsletter/templates/blocks/container/block.hbs"); // line 47 echo " "; // line 48 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_container_block_empty", "newsletter/templates/blocks/container/emptyBlock.hbs"); // line 51 echo " "; // line 52 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_container_one_column_widget", "newsletter/templates/blocks/container/oneColumnLayoutWidget.hbs"); // line 55 echo " "; // line 56 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_container_two_column_widget", "newsletter/templates/blocks/container/twoColumnLayoutWidget.hbs"); // line 59 echo " "; // line 60 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_container_two_column_12_widget", "newsletter/templates/blocks/container/twoColumnLayoutWidget12.hbs"); // line 63 echo " "; // line 64 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_container_two_column_21_widget", "newsletter/templates/blocks/container/twoColumnLayoutWidget21.hbs"); // line 67 echo " "; // line 68 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_container_three_column_widget", "newsletter/templates/blocks/container/threeColumnLayoutWidget.hbs"); // line 71 echo " "; // line 72 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_container_settings", "newsletter/templates/blocks/container/settings.hbs"); // line 75 echo " "; // line 76 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_container_column_settings", "newsletter/templates/blocks/container/columnSettings.hbs"); // line 79 echo " "; // line 80 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_divider_block", "newsletter/templates/blocks/divider/block.hbs"); // line 83 echo " "; // line 84 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_divider_widget", "newsletter/templates/blocks/divider/widget.hbs"); // line 87 echo " "; // line 88 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_divider_settings", "newsletter/templates/blocks/divider/settings.hbs"); // line 91 echo " "; // line 92 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_footer_block", "newsletter/templates/blocks/footer/block.hbs"); // line 95 echo " "; // line 96 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_footer_widget", "newsletter/templates/blocks/footer/widget.hbs"); // line 99 echo " "; // line 100 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_footer_settings", "newsletter/templates/blocks/footer/settings.hbs"); // line 103 echo " "; // line 104 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_header_block", "newsletter/templates/blocks/header/block.hbs"); // line 107 echo " "; // line 108 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_header_widget", "newsletter/templates/blocks/header/widget.hbs"); // line 111 echo " "; // line 112 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_header_settings", "newsletter/templates/blocks/header/settings.hbs"); // line 115 echo " "; // line 116 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_image_block", "newsletter/templates/blocks/image/block.hbs"); // line 119 echo " "; // line 120 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_image_widget", "newsletter/templates/blocks/image/widget.hbs"); // line 123 echo " "; // line 124 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_image_settings", "newsletter/templates/blocks/image/settings.hbs"); // line 127 echo " "; // line 128 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_posts_block", "newsletter/templates/blocks/posts/block.hbs"); // line 131 echo " "; // line 132 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_posts_widget", "newsletter/templates/blocks/posts/widget.hbs"); // line 135 echo " "; // line 136 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_posts_settings", "newsletter/templates/blocks/posts/settings.hbs"); // line 139 echo " "; // line 140 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_posts_settings_display_options", "newsletter/templates/blocks/posts/settingsDisplayOptions.hbs"); // line 143 echo " "; // line 144 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_posts_settings_selection", "newsletter/templates/blocks/posts/settingsSelection.hbs"); // line 147 echo " "; // line 148 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_posts_settings_selection_empty", "newsletter/templates/blocks/posts/settingsSelectionEmpty.hbs"); // line 151 echo " "; // line 152 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_posts_settings_single_post", "newsletter/templates/blocks/posts/settingsSinglePost.hbs"); // line 155 echo " "; // line 156 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_products_block", "newsletter/templates/blocks/products/block.hbs"); // line 159 echo " "; // line 160 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_products_widget", "newsletter/templates/blocks/products/widget.hbs"); // line 163 echo " "; // line 164 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_products_settings", "newsletter/templates/blocks/products/settings.hbs"); // line 167 echo " "; // line 168 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_products_settings_display_options", "newsletter/templates/blocks/products/settingsDisplayOptions.hbs"); // line 171 echo " "; // line 172 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_products_settings_selection", "newsletter/templates/blocks/products/settingsSelection.hbs"); // line 175 echo " "; // line 176 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_products_settings_selection_empty", "newsletter/templates/blocks/products/settingsSelectionEmpty.hbs"); // line 179 echo " "; // line 180 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_products_settings_single_post", "newsletter/templates/blocks/products/settingsSinglePost.hbs"); // line 183 echo " "; // line 184 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_acc_block", "newsletter/templates/blocks/abandonedCartContent/block.hbs"); // line 187 echo " "; // line 188 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_acc_widget", "newsletter/templates/blocks/abandonedCartContent/widget.hbs"); // line 191 echo " "; // line 192 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_acc_settings", "newsletter/templates/blocks/abandonedCartContent/settings.hbs"); // line 195 echo " "; // line 196 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_acc_settings_display_options", "newsletter/templates/blocks/abandonedCartContent/settingsDisplayOptions.hbs"); // line 199 echo " "; // line 200 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_social_block", "newsletter/templates/blocks/social/block.hbs"); // line 203 echo " "; // line 204 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_social_block_icon", "newsletter/templates/blocks/social/blockIcon.hbs"); // line 207 echo " "; // line 208 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_social_widget", "newsletter/templates/blocks/social/widget.hbs"); // line 211 echo " "; // line 212 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_social_settings", "newsletter/templates/blocks/social/settings.hbs"); // line 215 echo " "; // line 216 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_social_settings_icon", "newsletter/templates/blocks/social/settingsIcon.hbs"); // line 219 echo " "; // line 220 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_social_settings_icon_selector", "newsletter/templates/blocks/social/settingsIconSelector.hbs"); // line 223 echo " "; // line 224 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_social_settings_styles", "newsletter/templates/blocks/social/settingsStyles.hbs"); // line 227 echo " "; // line 228 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_spacer_block", "newsletter/templates/blocks/spacer/block.hbs"); // line 231 echo " "; // line 232 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_spacer_widget", "newsletter/templates/blocks/spacer/widget.hbs"); // line 235 echo " "; // line 236 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_spacer_settings", "newsletter/templates/blocks/spacer/settings.hbs"); // line 239 echo " "; // line 240 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_text_block", "newsletter/templates/blocks/text/block.hbs"); // line 243 echo " "; // line 244 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_text_widget", "newsletter/templates/blocks/text/widget.hbs"); // line 247 echo " "; // line 248 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_text_settings", "newsletter/templates/blocks/text/settings.hbs"); // line 251 echo " "; // line 252 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_heading", "newsletter/templates/components/heading.hbs"); // line 255 echo " "; // line 256 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_history", "newsletter/templates/components/history.hbs"); // line 259 echo " "; // line 260 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_save", "newsletter/templates/components/save.hbs"); // line 263 echo " "; // line 264 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_styles", "newsletter/templates/components/styles.hbs"); // line 267 echo " "; // line 268 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_newsletter_preview", "newsletter/templates/components/newsletterPreview.hbs"); // line 271 echo " "; // line 272 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_sidebar", "newsletter/templates/components/sidebar/sidebar.hbs"); // line 275 echo " "; // line 276 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_sidebar_content", "newsletter/templates/components/sidebar/content.hbs"); // line 279 echo " "; // line 280 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_sidebar_layout", "newsletter/templates/components/sidebar/layout.hbs"); // line 283 echo " "; // line 284 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_sidebar_styles", "newsletter/templates/components/sidebar/styles.hbs"); // line 287 echo " "; // line 288 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_woocommerce_new_account_content", "newsletter/templates/blocks/woocommerceContent/new_account.hbs"); // line 291 echo " "; // line 292 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_woocommerce_processing_order_content", "newsletter/templates/blocks/woocommerceContent/processing_order.hbs"); // line 295 echo " "; // line 296 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_woocommerce_completed_order_content", "newsletter/templates/blocks/woocommerceContent/completed_order.hbs"); // line 299 echo " "; // line 300 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_woocommerce_customer_note_content", "newsletter/templates/blocks/woocommerceContent/customer_note.hbs"); // line 303 echo " "; // line 304 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_woocommerce_content_widget", "newsletter/templates/blocks/woocommerceContent/widget.hbs"); // line 307 echo " "; // line 308 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_woocommerce_heading_block", "newsletter/templates/blocks/woocommerceHeading/block.hbs"); // line 311 echo " "; // line 312 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_woocommerce_heading_widget", "newsletter/templates/blocks/woocommerceHeading/widget.hbs"); // line 315 echo " "; // line 316 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_unknown_block_fallback_block", "newsletter/templates/blocks/unknownBlockFallback/block.hbs"); // line 319 echo " "; // line 320 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_unknown_block_fallback_widget", "newsletter/templates/blocks/unknownBlockFallback/widget.hbs"); // line 323 echo " "; // line 324 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_coupon_block", "newsletter/templates/blocks/coupon/block.hbs"); // line 327 echo " "; // line 328 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_coupon_widget", "newsletter/templates/blocks/coupon/widget.hbs"); // line 331 echo " "; // line 332 echo $this->extensions['MailPoet\Twig\Handlebars']->generatePartial($this->env, $context, "newsletter_editor_template_coupon_settings", "newsletter/templates/blocks/coupon/settings.hbs"); // line 335 echo " "; } // line 338 public function block_content($context, array $blocks = []) { $macros = $this->macros; // line 339 echo "<!-- Hidden heading for notices to appear under --> <h1 style=\"display:none\">"; // line 340 echo $this->extensions['MailPoet\Twig\I18n']->translate("Newsletter Editor"); echo "</h1> <div id=\"mailpoet_editor\"> <div id=\"mailpoet_editor_steps_heading\"></div> <div class=\"clearfix\"></div> <div id=\"mailpoet_editor_heading_left\"> <div id=\"mailpoet_editor_heading\"></div> </div> <div id=\"mailpoet_editor_heading_right\"> <div id=\"mailpoet_editor_top\"></div> </div> <div class=\"clearfix\"></div> <div id=\"mailpoet_editor_main_wrapper\"> <div id=\"mailpoet_editor_styles\"></div> <div id=\"mailpoet_editor_content_container\"> <div class=\"mailpoet_newsletter_wrapper\"> <div id=\"mailpoet_editor_content\"></div> </div> </div> <div id=\"mailpoet_editor_sidebar\"></div> <div class=\"clear\"></div> </div> <div id=\"mailpoet_editor_bottom\"></div> <div class=\"mailpoet_layer_overlay\" style=\"display:none;\"></div> </div> <script type=\"text/javascript\"> var mailpoet_email_editor_tutorial_seen = '"; // line 367 echo \MailPoetVendor\twig_escape_filter($this->env, ($context["editor_tutorial_seen"] ?? null), "html", null, true); echo "'; var mailpoet_email_editor_tutorial_url = '"; // line 368 echo $this->extensions['MailPoet\Twig\Assets']->generateCdnUrl("newsletter-editor/editor-drag-demo.20190226-1505.mp4"); echo "'; var mailpoet_installed_at = '"; // line 369 echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_get_attribute($this->env, $this->source, ($context["settings"] ?? null), "installed_at", [], "any", false, false, false, 369), "html", null, true); echo "'; </script> "; // line 372 if (\MailPoetVendor\twig_get_attribute($this->env, $this->source, ($context["brand_styles"] ?? null), "available", [], "any", false, false, false, 372)) { // line 373 echo "<script type=\"text/javascript\"> var mailpoet_brand_styles = { available: true }; </script> "; } // line 379 echo " "; } // line 382 public function block_after_javascript($context, array $blocks = []) { $macros = $this->macros; // line 383 echo " "; // line 384 echo do_action("mailpoet_newsletter_editor_after_javascript"); echo " <script type=\"text/javascript\"> function renderWithFont(node) { if (!node.element) return node.text; var \$wrapper = jQuery('<span></span>'); \$wrapper.css({'font-family': Handlebars.helpers.fontWithFallback(node.element.value)}); \$wrapper.text(node.text); return \$wrapper; } function fontsSelect(selector) { jQuery(selector).select2({ minimumResultsForSearch: Infinity, templateSelection: renderWithFont, templateResult: renderWithFont }); } var templates = { styles: Handlebars.compile( jQuery('#newsletter_editor_template_styles').html() ), save: Handlebars.compile( jQuery('#newsletter_editor_template_save').html() ), heading: Handlebars.compile( jQuery('#newsletter_editor_template_heading').html() ), history: Handlebars.compile( jQuery('#newsletter_editor_template_history').html() ), sidebar: Handlebars.compile( jQuery('#newsletter_editor_template_sidebar').html() ), sidebarContent: Handlebars.compile( jQuery('#newsletter_editor_template_sidebar_content').html() ), sidebarLayout: Handlebars.compile( jQuery('#newsletter_editor_template_sidebar_layout').html() ), sidebarStyles: Handlebars.compile( jQuery('#newsletter_editor_template_sidebar_styles').html() ), newsletterPreview: Handlebars.compile( jQuery('#newsletter_editor_template_newsletter_preview').html() ), genericBlockTools: Handlebars.compile( jQuery('#newsletter_editor_template_tools_generic').html() ), containerBlock: Handlebars.compile( jQuery('#newsletter_editor_template_container_block').html() ), containerEmpty: Handlebars.compile( jQuery('#newsletter_editor_template_container_block_empty').html() ), oneColumnLayoutInsertion: Handlebars.compile( jQuery('#newsletter_editor_template_container_one_column_widget').html() ), twoColumnLayoutInsertion: Handlebars.compile( jQuery('#newsletter_editor_template_container_two_column_widget').html() ), twoColumn12LayoutInsertion: Handlebars.compile( jQuery('#newsletter_editor_template_container_two_column_12_widget').html() ), twoColumn21LayoutInsertion: Handlebars.compile( jQuery('#newsletter_editor_template_container_two_column_21_widget').html() ), threeColumnLayoutInsertion: Handlebars.compile( jQuery('#newsletter_editor_template_container_three_column_widget').html() ), containerBlockSettings: Handlebars.compile( jQuery('#newsletter_editor_template_container_settings').html() ), containerBlockColumnSettings: Handlebars.compile( jQuery('#newsletter_editor_template_container_column_settings').html() ), buttonBlock: Handlebars.compile( jQuery('#newsletter_editor_template_button_block').html() ), buttonInsertion: Handlebars.compile( jQuery('#newsletter_editor_template_button_widget').html() ), buttonBlockSettings: Handlebars.compile( jQuery('#newsletter_editor_template_button_settings').html() ), dividerBlock: Handlebars.compile( jQuery('#newsletter_editor_template_divider_block').html() ), dividerInsertion: Handlebars.compile( jQuery('#newsletter_editor_template_divider_widget').html() ), dividerBlockSettings: Handlebars.compile( jQuery('#newsletter_editor_template_divider_settings').html() ), footerBlock: Handlebars.compile( jQuery('#newsletter_editor_template_footer_block').html() ), footerInsertion: Handlebars.compile( jQuery('#newsletter_editor_template_footer_widget').html() ), footerBlockSettings: Handlebars.compile( jQuery('#newsletter_editor_template_footer_settings').html() ), headerBlock: Handlebars.compile( jQuery('#newsletter_editor_template_header_block').html() ), headerInsertion: Handlebars.compile( jQuery('#newsletter_editor_template_header_widget').html() ), headerBlockSettings: Handlebars.compile( jQuery('#newsletter_editor_template_header_settings').html() ), imageBlock: Handlebars.compile( jQuery('#newsletter_editor_template_image_block').html() ), imageInsertion: Handlebars.compile( jQuery('#newsletter_editor_template_image_widget').html() ), imageBlockSettings: Handlebars.compile( jQuery('#newsletter_editor_template_image_settings').html() ), socialBlock: Handlebars.compile( jQuery('#newsletter_editor_template_social_block').html() ), socialIconBlock: Handlebars.compile( jQuery('#newsletter_editor_template_social_block_icon').html() ), socialInsertion: Handlebars.compile( jQuery('#newsletter_editor_template_social_widget').html() ), socialBlockSettings: Handlebars.compile( jQuery('#newsletter_editor_template_social_settings').html() ), socialSettingsIconSelector: Handlebars.compile( jQuery('#newsletter_editor_template_social_settings_icon_selector').html() ), socialSettingsIcon: Handlebars.compile( jQuery('#newsletter_editor_template_social_settings_icon').html() ), socialSettingsStyles: Handlebars.compile( jQuery('#newsletter_editor_template_social_settings_styles').html() ), spacerBlock: Handlebars.compile( jQuery('#newsletter_editor_template_spacer_block').html() ), spacerInsertion: Handlebars.compile( jQuery('#newsletter_editor_template_spacer_widget').html() ), spacerBlockSettings: Handlebars.compile( jQuery('#newsletter_editor_template_spacer_settings').html() ), automatedLatestContentBlock: Handlebars.compile( jQuery('#newsletter_editor_template_automated_latest_content_block').html() ), automatedLatestContentInsertion: Handlebars.compile( jQuery('#newsletter_editor_template_automated_latest_content_widget').html() ), automatedLatestContentBlockSettings: Handlebars.compile( jQuery('#newsletter_editor_template_automated_latest_content_settings').html() ), automatedLatestContentLayoutBlock: Handlebars.compile( jQuery('#newsletter_editor_template_automated_latest_content_layout_block').html() ), automatedLatestContentLayoutInsertion: Handlebars.compile( jQuery('#newsletter_editor_template_automated_latest_content_layout_widget').html() ), automatedLatestContentLayoutBlockSettings: Handlebars.compile( jQuery('#newsletter_editor_template_automated_latest_content_layout_settings').html() ), postsBlock: Handlebars.compile( jQuery('#newsletter_editor_template_posts_block').html() ), postsInsertion: Handlebars.compile( jQuery('#newsletter_editor_template_posts_widget').html() ), postsBlockSettings: Handlebars.compile( jQuery('#newsletter_editor_template_posts_settings').html() ), postSelectionPostsBlockSettings: Handlebars.compile( jQuery('#newsletter_editor_template_posts_settings_selection').html() ), emptyPostPostsBlockSettings: Handlebars.compile( jQuery('#newsletter_editor_template_posts_settings_selection_empty').html() ), singlePostPostsBlockSettings: Handlebars.compile( jQuery('#newsletter_editor_template_posts_settings_single_post').html() ), displayOptionsPostsBlockSettings: Handlebars.compile( jQuery('#newsletter_editor_template_posts_settings_display_options').html() ), productsBlock: Handlebars.compile( jQuery('#newsletter_editor_template_products_block').html() ), productsInsertion: Handlebars.compile( jQuery('#newsletter_editor_template_products_widget').html() ), productsBlockSettings: Handlebars.compile( jQuery('#newsletter_editor_template_products_settings').html() ), postSelectionProductsBlockSettings: Handlebars.compile( jQuery('#newsletter_editor_template_products_settings_selection').html() ), emptyPostProductsBlockSettings: Handlebars.compile( jQuery('#newsletter_editor_template_products_settings_selection_empty').html() ), singlePostProductsBlockSettings: Handlebars.compile( jQuery('#newsletter_editor_template_products_settings_single_post').html() ), displayOptionsProductsBlockSettings: Handlebars.compile( jQuery('#newsletter_editor_template_products_settings_display_options').html() ), abandonedCartContentBlock: Handlebars.compile( jQuery('#newsletter_editor_template_acc_block').html() ), abandonedCartContentInsertion: Handlebars.compile( jQuery('#newsletter_editor_template_acc_widget').html() ), abandonedCartContentBlockSettings: Handlebars.compile( jQuery('#newsletter_editor_template_acc_settings').html() ), displayOptionsAbandonedCartContentBlockSettings: Handlebars.compile( jQuery('#newsletter_editor_template_acc_settings_display_options').html() ), textBlock: Handlebars.compile( jQuery('#newsletter_editor_template_text_block').html() ), textInsertion: Handlebars.compile( jQuery('#newsletter_editor_template_text_widget').html() ), textBlockSettings: Handlebars.compile( jQuery('#newsletter_editor_template_text_settings').html() ), woocommerceNewAccount: Handlebars.compile( jQuery('#newsletter_editor_template_woocommerce_new_account_content').html() ), woocommerceProcessingOrder: Handlebars.compile( jQuery('#newsletter_editor_template_woocommerce_processing_order_content').html() ), woocommerceCompletedOrder: Handlebars.compile( jQuery('#newsletter_editor_template_woocommerce_completed_order_content').html() ), woocommerceCustomerNote: Handlebars.compile( jQuery('#newsletter_editor_template_woocommerce_customer_note_content').html() ), woocommerceContentInsertion: Handlebars.compile( jQuery('#newsletter_editor_template_woocommerce_content_widget').html() ), woocommerceHeadingBlock: Handlebars.compile( jQuery('#newsletter_editor_template_woocommerce_heading_block').html() ), woocommerceHeadingInsertion: Handlebars.compile( jQuery('#newsletter_editor_template_woocommerce_heading_widget').html() ), unknownBlockFallbackBlock: Handlebars.compile( jQuery('#newsletter_editor_template_unknown_block_fallback_block').html() ), unknownBlockFallbackInsertion: Handlebars.compile( jQuery('#newsletter_editor_template_unknown_block_fallback_widget').html() ), couponBlock: Handlebars.compile( jQuery('#newsletter_editor_template_coupon_block').html() ), couponInsertion: Handlebars.compile( jQuery('#newsletter_editor_template_coupon_widget').html() ), couponBlockSettings: Handlebars.compile( jQuery('#newsletter_editor_template_coupon_settings').html() ), }; var currentUserEmail = '"; // line 673 echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_get_attribute($this->env, $this->source, ($context["current_wp_user"] ?? null), "user_email", [], "any", false, false, false, 673), "html", null, true); echo "'; var mailpoet_product_categories = "; // line 674 echo json_encode(($context["product_categories"] ?? null)); echo "; var mailpoet_products = "; // line 675 echo json_encode(($context["products"] ?? null)); echo "; var config = { availableStyles: { textSizes: [ '9px', '10px', '11px', '12px', '13px', '14px', '15px', '16px', '17px', '18px', '19px', '20px', '21px', '22px', '23px', '24px' ], headingSizes: [ '10px', '12px', '14px', '16px', '18px', '20px', '22px', '24px', '26px', '30px', '36px', '40px' ], lineHeights: [ '1.0', '1.2', '1.4', '1.6', '1.8', '2.0', ], fonts: { standard: [ 'Arial', 'Comic Sans MS', 'Courier New', 'Georgia', 'Lucida', 'Tahoma', 'Times New Roman', 'Trebuchet MS', 'Verdana' "; // line 706 if (($context["customFontsEnabled"] ?? null)) { // line 707 echo " ], custom: [ 'Arvo', 'Lato', 'Lora', 'Merriweather', 'Merriweather Sans', 'Noticia Text', 'Open Sans', 'Playfair Display', 'Roboto', 'Source Sans Pro', 'Oswald', 'Raleway', 'Permanent Marker', 'Pacifico', "; } // line 724 echo " ] }, socialIconSets: { 'default': { 'custom': '"; // line 728 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/custom.png"); // line 730 echo "', 'facebook': '"; // line 731 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/01-social/Facebook.png"); // line 733 echo "', 'twitter': '"; // line 734 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/01-social/Twitter.png"); // line 736 echo "', 'google-plus': '"; // line 737 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/01-social/Google-Plus.png"); // line 739 echo "', 'youtube': '"; // line 740 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/01-social/Youtube.png"); // line 742 echo "', 'website': '"; // line 743 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/01-social/Website.png"); // line 745 echo "', 'email': '"; // line 746 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/01-social/Email.png"); // line 748 echo "', 'instagram': '"; // line 749 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/01-social/Instagram.png"); // line 751 echo "', 'pinterest': '"; // line 752 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/01-social/Pinterest.png"); // line 754 echo "', 'linkedin': '"; // line 755 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/01-social/LinkedIn.png"); // line 757 echo "' }, 'grey': { 'custom': '"; // line 760 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/custom.png"); // line 762 echo "', 'facebook': '"; // line 763 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/02-grey/Facebook.png"); // line 765 echo "', 'twitter': '"; // line 766 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/02-grey/Twitter.png"); // line 768 echo "', 'google-plus': '"; // line 769 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/02-grey/Google-Plus.png"); // line 771 echo "', 'youtube': '"; // line 772 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/02-grey/Youtube.png"); // line 774 echo "', 'website': '"; // line 775 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/02-grey/Website.png"); // line 777 echo "', 'email': '"; // line 778 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/02-grey/Email.png"); // line 780 echo "', 'instagram': '"; // line 781 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/02-grey/Instagram.png"); // line 783 echo "', 'pinterest': '"; // line 784 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/02-grey/Pinterest.png"); // line 786 echo "', 'linkedin': '"; // line 787 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/02-grey/LinkedIn.png"); // line 789 echo "', }, 'circles': { 'custom': '"; // line 792 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/custom.png"); // line 794 echo "', 'facebook': '"; // line 795 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/03-circles/Facebook.png"); // line 797 echo "', 'twitter': '"; // line 798 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/03-circles/Twitter.png"); // line 800 echo "', 'google-plus': '"; // line 801 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/03-circles/Google-Plus.png"); // line 803 echo "', 'youtube': '"; // line 804 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/03-circles/Youtube.png"); // line 806 echo "', 'website': '"; // line 807 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/03-circles/Website.png"); // line 809 echo "', 'email': '"; // line 810 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/03-circles/Email.png"); // line 812 echo "', 'instagram': '"; // line 813 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/03-circles/Instagram.png"); // line 815 echo "', 'pinterest': '"; // line 816 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/03-circles/Pinterest.png"); // line 818 echo "', 'linkedin': '"; // line 819 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/03-circles/LinkedIn.png"); // line 821 echo "', }, 'full-flat-roundrect': { 'custom': '"; // line 824 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/custom.png"); // line 826 echo "', 'facebook': '"; // line 827 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/04-full-flat-roundrect/Facebook.png"); // line 829 echo "', 'twitter': '"; // line 830 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/04-full-flat-roundrect/Twitter.png"); // line 832 echo "', 'google-plus': '"; // line 833 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/04-full-flat-roundrect/Google-Plus.png"); // line 835 echo "', 'youtube': '"; // line 836 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/04-full-flat-roundrect/Youtube.png"); // line 838 echo "', 'website': '"; // line 839 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/04-full-flat-roundrect/Website.png"); // line 841 echo "', 'email': '"; // line 842 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/04-full-flat-roundrect/Email.png"); // line 844 echo "', 'instagram': '"; // line 845 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/04-full-flat-roundrect/Instagram.png"); // line 847 echo "', 'pinterest': '"; // line 848 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/04-full-flat-roundrect/Pinterest.png"); // line 850 echo "', 'linkedin': '"; // line 851 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/04-full-flat-roundrect/LinkedIn.png"); // line 853 echo "', }, 'full-gradient-square': { 'custom': '"; // line 856 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/custom.png"); // line 858 echo "', 'facebook': '"; // line 859 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/05-full-gradient-square/Facebook.png"); // line 861 echo "', 'twitter': '"; // line 862 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/05-full-gradient-square/Twitter.png"); // line 864 echo "', 'google-plus': '"; // line 865 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/05-full-gradient-square/Google-Plus.png"); // line 867 echo "', 'youtube': '"; // line 868 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/05-full-gradient-square/Youtube.png"); // line 870 echo "', 'website': '"; // line 871 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/05-full-gradient-square/Website.png"); // line 873 echo "', 'email': '"; // line 874 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/05-full-gradient-square/Email.png"); // line 876 echo "', 'instagram': '"; // line 877 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/05-full-gradient-square/Instagram.png"); // line 879 echo "', 'pinterest': '"; // line 880 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/05-full-gradient-square/Pinterest.png"); // line 882 echo "', 'linkedin': '"; // line 883 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/05-full-gradient-square/LinkedIn.png"); // line 885 echo "', }, 'full-symbol-color': { 'custom': '"; // line 888 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/custom.png"); // line 890 echo "', 'facebook': '"; // line 891 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/06-full-symbol-color/Facebook.png"); // line 893 echo "', 'twitter': '"; // line 894 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/06-full-symbol-color/Twitter.png"); // line 896 echo "', 'google-plus': '"; // line 897 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/06-full-symbol-color/Google-Plus.png"); // line 899 echo "', 'youtube': '"; // line 900 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/06-full-symbol-color/Youtube.png"); // line 902 echo "', 'website': '"; // line 903 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/06-full-symbol-color/Website.png"); // line 905 echo "', 'email': '"; // line 906 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/06-full-symbol-color/Email.png"); // line 908 echo "', 'instagram': '"; // line 909 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/06-full-symbol-color/Instagram.png"); // line 911 echo "', 'pinterest': '"; // line 912 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/06-full-symbol-color/Pinterest.png"); // line 914 echo "', 'linkedin': '"; // line 915 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/06-full-symbol-color/LinkedIn.png"); // line 917 echo "', }, 'full-symbol-black': { 'custom': '"; // line 920 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/custom.png"); // line 922 echo "', 'facebook': '"; // line 923 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/07-full-symbol-black/Facebook.png"); // line 925 echo "', 'twitter': '"; // line 926 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/07-full-symbol-black/Twitter.png"); // line 928 echo "', 'google-plus': '"; // line 929 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/07-full-symbol-black/Google-Plus.png"); // line 931 echo "', 'youtube': '"; // line 932 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/07-full-symbol-black/Youtube.png"); // line 934 echo "', 'website': '"; // line 935 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/07-full-symbol-black/Website.png"); // line 937 echo "', 'email': '"; // line 938 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/07-full-symbol-black/Email.png"); // line 940 echo "', 'instagram': '"; // line 941 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/07-full-symbol-black/Instagram.png"); // line 943 echo "', 'pinterest': '"; // line 944 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/07-full-symbol-black/Pinterest.png"); // line 946 echo "', 'linkedin': '"; // line 947 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/07-full-symbol-black/LinkedIn.png"); // line 949 echo "', }, 'full-symbol-grey': { 'custom': '"; // line 952 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/custom.png"); // line 954 echo "', 'facebook': '"; // line 955 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/08-full-symbol-grey/Facebook.png"); // line 957 echo "', 'twitter': '"; // line 958 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/08-full-symbol-grey/Twitter.png"); // line 960 echo "', 'google-plus': '"; // line 961 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/08-full-symbol-grey/Google-Plus.png"); // line 963 echo "', 'youtube': '"; // line 964 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/08-full-symbol-grey/Youtube.png"); // line 966 echo "', 'website': '"; // line 967 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/08-full-symbol-grey/Website.png"); // line 969 echo "', 'email': '"; // line 970 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/08-full-symbol-grey/Email.png"); // line 972 echo "', 'instagram': '"; // line 973 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/08-full-symbol-grey/Instagram.png"); // line 975 echo "', 'pinterest': '"; // line 976 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/08-full-symbol-grey/Pinterest.png"); // line 978 echo "', 'linkedin': '"; // line 979 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/08-full-symbol-grey/LinkedIn.png"); // line 981 echo "', }, 'line-roundrect': { 'custom': '"; // line 984 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/custom.png"); // line 986 echo "', 'facebook': '"; // line 987 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/09-line-roundrect/Facebook.png"); // line 989 echo "', 'twitter': '"; // line 990 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/09-line-roundrect/Twitter.png"); // line 992 echo "', 'google-plus': '"; // line 993 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/09-line-roundrect/Google-Plus.png"); // line 995 echo "', 'youtube': '"; // line 996 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/09-line-roundrect/Youtube.png"); // line 998 echo "', 'website': '"; // line 999 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/09-line-roundrect/Website.png"); // line 1001 echo "', 'email': '"; // line 1002 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/09-line-roundrect/Email.png"); // line 1004 echo "', 'instagram': '"; // line 1005 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/09-line-roundrect/Instagram.png"); // line 1007 echo "', 'pinterest': '"; // line 1008 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/09-line-roundrect/Pinterest.png"); // line 1010 echo "', 'linkedin': '"; // line 1011 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/09-line-roundrect/LinkedIn.png"); // line 1013 echo "', }, 'line-square': { 'custom': '"; // line 1016 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/custom.png"); // line 1018 echo "', 'facebook': '"; // line 1019 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/10-line-square/Facebook.png"); // line 1021 echo "', 'twitter': '"; // line 1022 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/10-line-square/Twitter.png"); // line 1024 echo "', 'google-plus': '"; // line 1025 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/10-line-square/Google-Plus.png"); // line 1027 echo "', 'youtube': '"; // line 1028 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/10-line-square/Youtube.png"); // line 1030 echo "', 'website': '"; // line 1031 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/10-line-square/Website.png"); // line 1033 echo "', 'email': '"; // line 1034 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/10-line-square/Email.png"); // line 1036 echo "', 'instagram': '"; // line 1037 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/10-line-square/Instagram.png"); // line 1039 echo "', 'pinterest': '"; // line 1040 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/10-line-square/Pinterest.png"); // line 1042 echo "', 'linkedin': '"; // line 1043 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/10-line-square/LinkedIn.png"); // line 1045 echo "', }, }, dividers: [ 'hidden', 'dotted', 'dashed', 'solid', 'double', 'groove', 'ridge' ] }, socialIcons: { 'facebook': { title: 'Facebook', linkFieldName: '"; // line 1061 echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_escape_filter($this->env, $this->extensions['MailPoet\Twig\I18n']->translate("Link"), "js"), "html", null, true); echo "', defaultLink: 'http://www.facebook.com', }, 'twitter': { title: 'Twitter', linkFieldName: '"; // line 1066 echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_escape_filter($this->env, $this->extensions['MailPoet\Twig\I18n']->translate("Link"), "js"), "html", null, true); echo "', defaultLink: 'http://www.twitter.com', }, 'google-plus': { title: 'Google Plus', linkFieldName: '"; // line 1071 echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_escape_filter($this->env, $this->extensions['MailPoet\Twig\I18n']->translate("Link"), "js"), "html", null, true); echo "', defaultLink: 'http://plus.google.com', }, 'youtube': { title: 'Youtube', linkFieldName: '"; // line 1076 echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_escape_filter($this->env, $this->extensions['MailPoet\Twig\I18n']->translate("Link"), "js"), "html", null, true); echo "', defaultLink: 'http://www.youtube.com', }, 'website': { title: '"; // line 1080 echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_escape_filter($this->env, $this->extensions['MailPoet\Twig\I18n']->translate("Website"), "js"), "html", null, true); echo "', linkFieldName: '"; // line 1081 echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_escape_filter($this->env, $this->extensions['MailPoet\Twig\I18n']->translate("Link"), "js"), "html", null, true); echo "', defaultLink: '', }, 'email': { title: '"; // line 1085 echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_escape_filter($this->env, $this->extensions['MailPoet\Twig\I18n']->translate("Email"), "js"), "html", null, true); echo "', linkFieldName: '"; // line 1086 echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_escape_filter($this->env, $this->extensions['MailPoet\Twig\I18n']->translate("Email"), "js"), "html", null, true); echo "', defaultLink: '', }, 'instagram': { title: 'Instagram', linkFieldName: '"; // line 1091 echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_escape_filter($this->env, $this->extensions['MailPoet\Twig\I18n']->translate("Link"), "js"), "html", null, true); echo "', defaultLink: 'http://instagram.com', }, 'pinterest': { title: 'Pinterest', linkFieldName: '"; // line 1096 echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_escape_filter($this->env, $this->extensions['MailPoet\Twig\I18n']->translate("Link"), "js"), "html", null, true); echo "', defaultLink: 'http://www.pinterest.com', }, 'linkedin': { title: 'LinkedIn', linkFieldName: '"; // line 1101 echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_escape_filter($this->env, $this->extensions['MailPoet\Twig\I18n']->translate("Link"), "js"), "html", null, true); echo "', defaultLink: 'http://www.linkedin.com', }, 'custom': { title: '"; // line 1105 echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_escape_filter($this->env, $this->extensions['MailPoet\Twig\I18n']->translate("Custom"), "js"), "html", null, true); echo "', linkFieldName: '"; // line 1106 echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_escape_filter($this->env, $this->extensions['MailPoet\Twig\I18n']->translate("Link"), "js"), "html", null, true); echo "', defaultLink: '', }, }, blockDefaults: { abandonedCartContent: { amount: '2', withLayout: true, contentType: 'product', postStatus: 'publish', // 'draft'|'pending'|'publish' inclusionType: 'include', // 'include'|'exclude' displayType: 'excerpt', // 'excerpt'|'full'|'titleOnly' titleFormat: 'h1', // 'h1'|'h2'|'h3' titleAlignment: 'left', // 'left'|'center'|'right' titleIsLink: false, // false|true imageFullWidth: false, // true|false featuredImagePosition: 'alternate', // 'centered'|'left'|'right'|'alternate'|'none', pricePosition: 'below', // 'hidden'|'above'|'below' readMoreType: 'none', // 'link'|'button'|'none' readMoreText: '', readMoreButton: {}, sortBy: 'newest', // 'newest'|'oldest', showDivider: true, // true|false divider: { context: 'abandonedCartContent.divider', styles: { block: { backgroundColor: 'transparent', padding: '13px', borderStyle: 'solid', borderWidth: '3px', borderColor: '#aaaaaa', }, }, }, backgroundColor: '#ffffff', backgroundColorAlternate: '#eeeeee', }, automatedLatestContent: { amount: '5', withLayout: false, contentType: 'post', // 'post'|'page'|'mailpoet_page' inclusionType: 'include', // 'include'|'exclude' displayType: 'excerpt', // 'excerpt'|'full'|'titleOnly' titleFormat: 'h1', // 'h1'|'h2'|'h3'|'ul' titleAlignment: 'left', // 'left'|'center'|'right' titleIsLink: false, // false|true imageFullWidth: false, // true|false featuredImagePosition: 'belowTitle', // 'belowTitle'|'aboveTitle'|'none', showAuthor: 'no', // 'no'|'aboveText'|'belowText' authorPrecededBy: '"; // line 1156 echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_escape_filter($this->env, $this->extensions['MailPoet\Twig\I18n']->translate("Author:"), "js"), "html", null, true); echo "', showCategories: 'no', // 'no'|'aboveText'|'belowText' categoriesPrecededBy: '"; // line 1158 echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_escape_filter($this->env, $this->extensions['MailPoet\Twig\I18n']->translate("Categories:"), "js"), "html", null, true); echo "', readMoreType: 'button', // 'link'|'button' readMoreText: '"; // line 1160 echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_escape_filter($this->env, $this->extensions['MailPoet\Twig\I18n']->translate("Read more"), "js"), "html", null, true); echo "', readMoreButton: { text: '"; // line 1162 echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_escape_filter($this->env, $this->extensions['MailPoet\Twig\I18n']->translate("Read more"), "js"), "html", null, true); echo "', 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', // 'newest'|'oldest', showDivider: true, // true|false 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', // 'post'|'page'|'mailpoet_page' inclusionType: 'include', // 'include'|'exclude' displayType: 'excerpt', // 'excerpt'|'full'|'titleOnly' titleFormat: 'h1', // 'h1'|'h2'|'h3'|'ul' titleAlignment: 'left', // 'left'|'center'|'right' titleIsLink: false, // false|true imageFullWidth: false, // true|false featuredImagePosition: 'alternate', // 'centered'|'left'|'right'|'alternate'|'none', showAuthor: 'no', // 'no'|'aboveText'|'belowText' authorPrecededBy: '"; // line 1211 echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_escape_filter($this->env, $this->extensions['MailPoet\Twig\I18n']->translate("Author:"), "js"), "html", null, true); echo "', showCategories: 'no', // 'no'|'aboveText'|'belowText' categoriesPrecededBy: '"; // line 1213 echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_escape_filter($this->env, $this->extensions['MailPoet\Twig\I18n']->translate("Categories:"), "js"), "html", null, true); echo "', readMoreType: 'button', // 'link'|'button' readMoreText: '"; // line 1215 echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_escape_filter($this->env, $this->extensions['MailPoet\Twig\I18n']->translate("Read more"), "js"), "html", null, true); echo "', readMoreButton: { text: '"; // line 1217 echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_escape_filter($this->env, $this->extensions['MailPoet\Twig\I18n']->translate("Read more"), "js"), "html", null, true); echo "', 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', // 'newest'|'oldest', showDivider: true, // true|false divider: { context: 'automatedLatestContentLayout.divider', styles: { block: { backgroundColor: 'transparent', padding: '13px', borderStyle: 'solid', borderWidth: '3px', borderColor: '#aaaaaa', }, }, }, backgroundColor: '#ffffff', backgroundColorAlternate: '#eeeeee', }, button: { text: '"; // line 1255 echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_escape_filter($this->env, $this->extensions['MailPoet\Twig\I18n']->translate("Button"), "js"), "html", null, true); echo "', 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', }, }, }, container: { image: { src: null, display: 'scale', }, styles: { block: { backgroundColor: 'transparent', }, }, }, divider: { styles: { block: { backgroundColor: 'transparent', padding: '13px', borderStyle: 'solid', borderWidth: '3px', borderColor: '#aaaaaa', }, }, }, footer: { text: '<p><a href=\"[link:subscription_unsubscribe_url]\">"; // line 1297 echo $this->extensions['MailPoet\Twig\I18n']->translate("Unsubscribe"); echo "</a> | <a href=\"[link:subscription_manage_url]\">"; echo $this->extensions['MailPoet\Twig\I18n']->translate("Manage subscription"); echo "</a><br />"; echo $this->extensions['MailPoet\Twig\I18n']->translate("Add your postal address here!"); echo "</p>', styles: { block: { backgroundColor: 'transparent', }, text: { fontColor: '#222222', fontFamily: 'Arial', fontSize: '12px', textAlign: 'center', }, link: { fontColor: '#6cb7d4', textDecoration: 'none', }, }, }, image: { link: '', src: '', alt: '"; // line 1317 echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_escape_filter($this->env, $this->extensions['MailPoet\Twig\I18n']->translate("An image of..."), "js"), "html", null, true); echo "', fullWidth: false, width: '281px', height: '190px', styles: { block: { textAlign: 'center', }, }, }, posts: { amount: '10', withLayout: true, contentType: 'post', // 'post'|'page'|'mailpoet_page' postStatus: 'publish', // 'draft'|'pending'|'private'|'publish'|'future' inclusionType: 'include', // 'include'|'exclude' displayType: 'excerpt', // 'excerpt'|'full'|'titleOnly' titleFormat: 'h1', // 'h1'|'h2'|'h3'|'ul' titleAlignment: 'left', // 'left'|'center'|'right' titleIsLink: false, // false|true imageFullWidth: false, // true|false featuredImagePosition: 'alternate', // 'centered'|'left'|'right'|'alternate'|'none', showAuthor: 'no', // 'no'|'aboveText'|'belowText' authorPrecededBy: '"; // line 1340 echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_escape_filter($this->env, $this->extensions['MailPoet\Twig\I18n']->translate("Author:"), "js"), "html", null, true); echo "', showCategories: 'no', // 'no'|'aboveText'|'belowText' categoriesPrecededBy: '"; // line 1342 echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_escape_filter($this->env, $this->extensions['MailPoet\Twig\I18n']->translate("Categories:"), "js"), "html", null, true); echo "', readMoreType: 'link', // 'link'|'button' readMoreText: '"; // line 1344 echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_escape_filter($this->env, $this->extensions['MailPoet\Twig\I18n']->translate("Read more"), "js"), "html", null, true); echo "', readMoreButton: { text: '"; // line 1346 echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_escape_filter($this->env, $this->extensions['MailPoet\Twig\I18n']->translate("Read more"), "js"), "html", null, true); echo "', 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', // 'newest'|'oldest', showDivider: true, // true|false divider: { context: 'posts.divider', styles: { block: { backgroundColor: 'transparent', padding: '13px', borderStyle: 'solid', borderWidth: '3px', borderColor: '#aaaaaa', }, }, }, backgroundColor: '#ffffff', backgroundColorAlternate: '#eeeeee', }, products: { amount: '10', withLayout: true, contentType: 'product', postStatus: 'publish', // 'draft'|'pending'|'publish' inclusionType: 'include', // 'include'|'exclude' displayType: 'excerpt', // 'excerpt'|'full'|'titleOnly' titleFormat: 'h1', // 'h1'|'h2'|'h3' titleAlignment: 'left', // 'left'|'center'|'right' titleIsLink: false, // false|true imageFullWidth: false, // true|false featuredImagePosition: 'alternate', // 'centered'|'left'|'right'|'alternate'|'none', pricePosition: 'below', // 'hidden'|'above'|'below' readMoreType: 'link', // 'link'|'button' readMoreText: '"; // line 1397 echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_escape_filter($this->env, $this->extensions['MailPoet\Twig\I18n']->translateWithContext("Buy now", "Text of a button which links to an ecommerce product page"), "js"), "html", null, true); echo "', readMoreButton: { text: '"; // line 1399 echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_escape_filter($this->env, $this->extensions['MailPoet\Twig\I18n']->translateWithContext("Buy now", "Text of a button which links to an ecommerce product page"), "js"), "html", null, true); echo "', 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', // 'newest'|'oldest', showDivider: true, // true|false divider: { context: 'posts.divider', styles: { block: { backgroundColor: 'transparent', padding: '13px', borderStyle: 'solid', borderWidth: '3px', borderColor: '#aaaaaa', }, }, }, backgroundColor: '#ffffff', backgroundColorAlternate: '#eeeeee', }, social: { iconSet: 'default', styles: { block: { textAlign: 'center' } }, icons: [ { type: 'socialIcon', iconType: 'facebook', link: 'http://www.facebook.com', image: '"; // line 1448 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/01-social/Facebook.png"); // line 1450 echo "', height: '32px', width: '32px', text: '"; // line 1453 echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_escape_filter($this->env, $this->extensions['MailPoet\Twig\I18n']->translate("Facebook"), "js"), "html", null, true); echo "', }, { type: 'socialIcon', iconType: 'twitter', link: 'http://www.twitter.com', image: '"; // line 1459 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/social-icons/01-social/Twitter.png"); // line 1461 echo "', height: '32px', width: '32px', text: '"; // line 1464 echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_escape_filter($this->env, $this->extensions['MailPoet\Twig\I18n']->translate("Twitter"), "js"), "html", null, true); echo "', }, ], }, spacer: { styles: { block: { backgroundColor: 'transparent', height: '40px', }, }, }, text: { text: '"; // line 1477 echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_escape_filter($this->env, $this->extensions['MailPoet\Twig\I18n']->translate("Edit this to insert text."), "js"), "html", null, true); echo "', }, header: { text: '<a href=\"[link:newsletter_view_in_browser_url]\">"; // line 1480 echo $this->extensions['MailPoet\Twig\I18n']->translate("View this in your browser."); echo "</a>', styles: { block: { backgroundColor: 'transparent', }, text: { fontColor: '#222222', fontFamily: 'Arial', fontSize: '12px', textAlign: 'center', }, link: { fontColor: '#6cb7d4', textDecoration: 'underline', }, }, }, woocommerceHeading: { contents: "; // line 1498 echo json_encode(\MailPoetVendor\twig_get_attribute($this->env, $this->source, ($context["woocommerce"] ?? null), "email_headings", [], "any", false, false, false, 1498)); echo ", }, coupon: { type: 'coupon', discountType: "; // line 1502 echo json_encode(\MailPoetVendor\twig_get_attribute($this->env, $this->source, \MailPoetVendor\twig_get_attribute($this->env, $this->source, \MailPoetVendor\twig_get_attribute($this->env, $this->source, ($context["woocommerce"] ?? null), "coupon", [], "any", false, false, false, 1502), "defaults", [], "any", false, false, false, 1502), "discountType", [], "any", false, false, false, 1502)); echo ", code: "; // line 1503 echo json_encode(\MailPoetVendor\twig_get_attribute($this->env, $this->source, \MailPoetVendor\twig_get_attribute($this->env, $this->source, \MailPoetVendor\twig_get_attribute($this->env, $this->source, ($context["woocommerce"] ?? null), "coupon", [], "any", false, false, false, 1503), "defaults", [], "any", false, false, false, 1503), "code", [], "any", false, false, false, 1503)); echo ", amountMax: "; // line 1504 echo json_encode(\MailPoetVendor\twig_get_attribute($this->env, $this->source, \MailPoetVendor\twig_get_attribute($this->env, $this->source, \MailPoetVendor\twig_get_attribute($this->env, $this->source, ($context["woocommerce"] ?? null), "coupon", [], "any", false, false, false, 1504), "defaults", [], "any", false, false, false, 1504), "amountMax", [], "any", false, false, false, 1504)); echo ", amount: 10, expiryDay: 10, styles: { block: { backgroundColor: '#ffffff', borderColor: '#000000', borderWidth: '1px', borderRadius: '5px', borderStyle: 'solid', width: '200px', lineHeight: '40px', fontColor: '#000000', fontFamily: 'Verdana', fontSize: '18px', fontWeight: 'normal', textAlign: 'center', }, }, }, }, shortcodes: "; // line 1525 echo json_encode(($context["shortcodes"] ?? null)); echo ", sidepanelWidth: '331px', newsletterPreview: { width: '1024px', height: '768px', previewTypeLocalStorageKey: 'newsletter_editor.preview_type' }, validation: { validateUnsubscribeLinkPresent: "; // line 1533 echo ((((($context["mss_active"] ?? null) && (($context["is_wc_transactional_email"] ?? null) != true)) && (($context["is_confirmation_email_template"] ?? null) != true))) ? ("true") : ("false")); echo ", validateReEngageLinkPresent: "; // line 1534 echo ((((($context["mss_active"] ?? null) && (($context["is_wc_transactional_email"] ?? null) != true)) && (($context["is_confirmation_email_template"] ?? null) != true))) ? ("true") : ("false")); echo ", validateActivationLinkIsPresent: "; // line 1535 echo ((($context["is_confirmation_email_template"] ?? null)) ? ("true") : ("false")); echo ", }, urls: { send: '"; // line 1538 echo admin_url(("admin.php?page=mailpoet-newsletters#/send/" . intval($this->extensions['MailPoet\Twig\Functions']->params("id")))); echo "', imageMissing: '"; // line 1539 echo $this->extensions['MailPoet\Twig\Assets']->generateImageUrl("newsletter_editor/image-missing.svg"); // line 1541 echo "', }, currentUserId: '"; // line 1543 echo \MailPoetVendor\twig_escape_filter($this->env, \MailPoetVendor\twig_get_attribute($this->env, $this->source, ($context["current_wp_user"] ?? null), "wp_user_id", [], "any", false, false, false, 1543), "html", null, true); echo "', mtaMethod: '"; // line 1544 echo \MailPoetVendor\twig_escape_filter($this->env, (($__internal_compile_0 = (($__internal_compile_1 = ($context["settings"] ?? null)) && is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["mta"] ?? null) : null)) && is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["method"] ?? null) : null), "html", null, true); echo "', woocommerceCustomizerEnabled: "; // line 1545 echo ((\MailPoetVendor\twig_get_attribute($this->env, $this->source, ($context["woocommerce"] ?? null), "customizer_enabled", [], "any", false, false, false, 1545)) ? ("true") : ("false")); echo ", confirmationEmailCustomizerEnabled: "; // line 1546 echo ((($context["is_confirmation_email_customizer_enabled"] ?? null)) ? ("true") : ("false")); echo ", "; // line 1547 if (($context["is_wc_transactional_email"] ?? null)) { // line 1548 echo " overrideGlobalStyles: { text: { fontColor: "; // line 1550 echo json_encode(\MailPoetVendor\twig_get_attribute($this->env, $this->source, ($context["woocommerce"] ?? null), "text_color", [], "any", false, false, false, 1550)); echo ", }, h1: { fontColor: "; // line 1553 echo json_encode(\MailPoetVendor\twig_get_attribute($this->env, $this->source, ($context["woocommerce"] ?? null), "base_color", [], "any", false, false, false, 1553)); echo ", }, h2: { fontColor: "; // line 1556 echo json_encode(\MailPoetVendor\twig_get_attribute($this->env, $this->source, ($context["woocommerce"] ?? null), "base_color", [], "any", false, false, false, 1556)); echo ", }, h3: { fontColor: "; // line 1559 echo json_encode(\MailPoetVendor\twig_get_attribute($this->env, $this->source, ($context["woocommerce"] ?? null), "base_color", [], "any", false, false, false, 1559)); echo ", }, link: { fontColor: "; // line 1562 echo json_encode(\MailPoetVendor\twig_get_attribute($this->env, $this->source, ($context["woocommerce"] ?? null), "link_color", [], "any", false, false, false, 1562)); echo ", }, wrapper: { backgroundColor: "; // line 1565 echo json_encode(\MailPoetVendor\twig_get_attribute($this->env, $this->source, ($context["woocommerce"] ?? null), "body_background_color", [], "any", false, false, false, 1565)); echo ", }, body: { backgroundColor: "; // line 1568 echo json_encode(\MailPoetVendor\twig_get_attribute($this->env, $this->source, ($context["woocommerce"] ?? null), "background_color", [], "any", false, false, false, 1568)); echo ", }, woocommerce: { brandingColor: "; // line 1571 echo json_encode(\MailPoetVendor\twig_get_attribute($this->env, $this->source, ($context["woocommerce"] ?? null), "base_color", [], "any", false, false, false, 1571)); echo ", headingFontColor: "; // line 1572 echo json_encode(\MailPoetVendor\twig_get_attribute($this->env, $this->source, ($context["woocommerce"] ?? null), "base_text_color", [], "any", false, false, false, 1572)); echo ", }, }, hiddenWidgets: ['automatedLatestContentLayout', 'header', 'footer', 'posts', 'products'], "; } // line 1577 echo " "; if (($context["is_confirmation_email_template"] ?? null)) { // line 1578 echo " hiddenWidgets: ['automatedLatestContentLayout', 'header', 'footer', 'posts', 'products'], "; } // line 1580 echo " coupon: "; echo json_encode(\MailPoetVendor\twig_get_attribute($this->env, $this->source, \MailPoetVendor\twig_get_attribute($this->env, $this->source, ($context["woocommerce"] ?? null), "coupon", [], "any", false, false, false, 1580), "config", [], "any", false, false, false, 1580)); echo ", }; wp.hooks.doAction('mailpoet_newsletters_editor_initialize', config); </script> "; } public function getTemplateName() { return "newsletter/editor.html"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 2141 => 1580, 2137 => 1578, 2134 => 1577, 2126 => 1572, 2122 => 1571, 2116 => 1568, 2110 => 1565, 2104 => 1562, 2098 => 1559, 2092 => 1556, 2086 => 1553, 2080 => 1550, 2076 => 1548, 2074 => 1547, 2070 => 1546, 2066 => 1545, 2062 => 1544, 2058 => 1543, 2054 => 1541, 2052 => 1539, 2048 => 1538, 2042 => 1535, 2038 => 1534, 2034 => 1533, 2023 => 1525, 1999 => 1504, 1995 => 1503, 1991 => 1502, 1984 => 1498, 1963 => 1480, 1957 => 1477, 1941 => 1464, 1936 => 1461, 1934 => 1459, 1925 => 1453, 1920 => 1450, 1918 => 1448, 1866 => 1399, 1861 => 1397, 1807 => 1346, 1802 => 1344, 1797 => 1342, 1792 => 1340, 1766 => 1317, 1739 => 1297, 1694 => 1255, 1653 => 1217, 1648 => 1215, 1643 => 1213, 1638 => 1211, 1586 => 1162, 1581 => 1160, 1576 => 1158, 1571 => 1156, 1518 => 1106, 1514 => 1105, 1507 => 1101, 1499 => 1096, 1491 => 1091, 1483 => 1086, 1479 => 1085, 1472 => 1081, 1468 => 1080, 1461 => 1076, 1453 => 1071, 1445 => 1066, 1437 => 1061, 1419 => 1045, 1417 => 1043, 1414 => 1042, 1412 => 1040, 1409 => 1039, 1407 => 1037, 1404 => 1036, 1402 => 1034, 1399 => 1033, 1397 => 1031, 1394 => 1030, 1392 => 1028, 1389 => 1027, 1387 => 1025, 1384 => 1024, 1382 => 1022, 1379 => 1021, 1377 => 1019, 1374 => 1018, 1372 => 1016, 1367 => 1013, 1365 => 1011, 1362 => 1010, 1360 => 1008, 1357 => 1007, 1355 => 1005, 1352 => 1004, 1350 => 1002, 1347 => 1001, 1345 => 999, 1342 => 998, 1340 => 996, 1337 => 995, 1335 => 993, 1332 => 992, 1330 => 990, 1327 => 989, 1325 => 987, 1322 => 986, 1320 => 984, 1315 => 981, 1313 => 979, 1310 => 978, 1308 => 976, 1305 => 975, 1303 => 973, 1300 => 972, 1298 => 970, 1295 => 969, 1293 => 967, 1290 => 966, 1288 => 964, 1285 => 963, 1283 => 961, 1280 => 960, 1278 => 958, 1275 => 957, 1273 => 955, 1270 => 954, 1268 => 952, 1263 => 949, 1261 => 947, 1258 => 946, 1256 => 944, 1253 => 943, 1251 => 941, 1248 => 940, 1246 => 938, 1243 => 937, 1241 => 935, 1238 => 934, 1236 => 932, 1233 => 931, 1231 => 929, 1228 => 928, 1226 => 926, 1223 => 925, 1221 => 923, 1218 => 922, 1216 => 920, 1211 => 917, 1209 => 915, 1206 => 914, 1204 => 912, 1201 => 911, 1199 => 909, 1196 => 908, 1194 => 906, 1191 => 905, 1189 => 903, 1186 => 902, 1184 => 900, 1181 => 899, 1179 => 897, 1176 => 896, 1174 => 894, 1171 => 893, 1169 => 891, 1166 => 890, 1164 => 888, 1159 => 885, 1157 => 883, 1154 => 882, 1152 => 880, 1149 => 879, 1147 => 877, 1144 => 876, 1142 => 874, 1139 => 873, 1137 => 871, 1134 => 870, 1132 => 868, 1129 => 867, 1127 => 865, 1124 => 864, 1122 => 862, 1119 => 861, 1117 => 859, 1114 => 858, 1112 => 856, 1107 => 853, 1105 => 851, 1102 => 850, 1100 => 848, 1097 => 847, 1095 => 845, 1092 => 844, 1090 => 842, 1087 => 841, 1085 => 839, 1082 => 838, 1080 => 836, 1077 => 835, 1075 => 833, 1072 => 832, 1070 => 830, 1067 => 829, 1065 => 827, 1062 => 826, 1060 => 824, 1055 => 821, 1053 => 819, 1050 => 818, 1048 => 816, 1045 => 815, 1043 => 813, 1040 => 812, 1038 => 810, 1035 => 809, 1033 => 807, 1030 => 806, 1028 => 804, 1025 => 803, 1023 => 801, 1020 => 800, 1018 => 798, 1015 => 797, 1013 => 795, 1010 => 794, 1008 => 792, 1003 => 789, 1001 => 787, 998 => 786, 996 => 784, 993 => 783, 991 => 781, 988 => 780, 986 => 778, 983 => 777, 981 => 775, 978 => 774, 976 => 772, 973 => 771, 971 => 769, 968 => 768, 966 => 766, 963 => 765, 961 => 763, 958 => 762, 956 => 760, 951 => 757, 949 => 755, 946 => 754, 944 => 752, 941 => 751, 939 => 749, 936 => 748, 934 => 746, 931 => 745, 929 => 743, 926 => 742, 924 => 740, 921 => 739, 919 => 737, 916 => 736, 914 => 734, 911 => 733, 909 => 731, 906 => 730, 904 => 728, 898 => 724, 879 => 707, 877 => 706, 843 => 675, 839 => 674, 835 => 673, 543 => 384, 540 => 383, 536 => 382, 531 => 379, 523 => 373, 521 => 372, 515 => 369, 511 => 368, 507 => 367, 477 => 340, 474 => 339, 470 => 338, 465 => 335, 463 => 332, 460 => 331, 458 => 328, 455 => 327, 453 => 324, 450 => 323, 448 => 320, 445 => 319, 443 => 316, 440 => 315, 438 => 312, 435 => 311, 433 => 308, 430 => 307, 428 => 304, 425 => 303, 423 => 300, 420 => 299, 418 => 296, 415 => 295, 413 => 292, 410 => 291, 408 => 288, 405 => 287, 403 => 284, 400 => 283, 398 => 280, 395 => 279, 393 => 276, 390 => 275, 388 => 272, 385 => 271, 383 => 268, 380 => 267, 378 => 264, 375 => 263, 373 => 260, 370 => 259, 368 => 256, 365 => 255, 363 => 252, 360 => 251, 358 => 248, 355 => 247, 353 => 244, 350 => 243, 348 => 240, 345 => 239, 343 => 236, 340 => 235, 338 => 232, 335 => 231, 333 => 228, 330 => 227, 328 => 224, 325 => 223, 323 => 220, 320 => 219, 318 => 216, 315 => 215, 313 => 212, 310 => 211, 308 => 208, 305 => 207, 303 => 204, 300 => 203, 298 => 200, 295 => 199, 293 => 196, 290 => 195, 288 => 192, 285 => 191, 283 => 188, 280 => 187, 278 => 184, 275 => 183, 273 => 180, 270 => 179, 268 => 176, 265 => 175, 263 => 172, 260 => 171, 258 => 168, 255 => 167, 253 => 164, 250 => 163, 248 => 160, 245 => 159, 243 => 156, 240 => 155, 238 => 152, 235 => 151, 233 => 148, 230 => 147, 228 => 144, 225 => 143, 223 => 140, 220 => 139, 218 => 136, 215 => 135, 213 => 132, 210 => 131, 208 => 128, 205 => 127, 203 => 124, 200 => 123, 198 => 120, 195 => 119, 193 => 116, 190 => 115, 188 => 112, 185 => 111, 183 => 108, 180 => 107, 178 => 104, 175 => 103, 173 => 100, 170 => 99, 168 => 96, 165 => 95, 163 => 92, 160 => 91, 158 => 88, 155 => 87, 153 => 84, 150 => 83, 148 => 80, 145 => 79, 143 => 76, 140 => 75, 138 => 72, 135 => 71, 133 => 68, 130 => 67, 128 => 64, 125 => 63, 123 => 60, 120 => 59, 118 => 56, 115 => 55, 113 => 52, 110 => 51, 108 => 48, 105 => 47, 103 => 44, 100 => 43, 98 => 40, 95 => 39, 93 => 36, 90 => 35, 88 => 32, 85 => 31, 83 => 28, 80 => 27, 78 => 24, 75 => 23, 73 => 20, 70 => 19, 68 => 16, 65 => 15, 63 => 12, 60 => 11, 58 => 8, 55 => 7, 52 => 4, 48 => 3, 37 => 1,); } public function getSourceContext() { return new Source("", "newsletter/editor.html", "/home/circleci/mailpoet/mailpoet/views/newsletter/editor.html"); } }
[-] index.php
[edit]
[+]
..
[-] 11d3f6de05938fc53f6b51a30553350ab288ef245cc1007bdfbcde41b50bd1cf.php
[edit]
[-] 1194ee2cbe745f7cd982dde38186f6aa774c0e600dc1f096b5b4197a416e1afc.php
[edit]
[-] 11a21fe1ae144f3fbd03a94e6b2b77f79a1437fce81c4fcdda65dc62b0427368.php
[edit]