1880 lines
112 KiB
HTML
1880 lines
112 KiB
HTML
<% extends 'layout.html' %>
|
|
|
|
<% block content %>
|
|
<div id="mailpoet_editor">
|
|
<div id="mailpoet_editor_heading"></div>
|
|
<div class="mailpoet_breadcrumbs">
|
|
<%= __('Select type') %> > <%= __('Template') %> > <strong><%= __('Designer') %></strong> > <%= __('Send') %>
|
|
</div>
|
|
<div class="clearfix"></div>
|
|
<div id="mailpoet_editor_main_wrapper">
|
|
<div id="mailpoet_editor_styles">
|
|
</div>
|
|
<div id="mailpoet_editor_sidebar"></div>
|
|
<div id="mailpoet_editor_content_container">
|
|
<div class="mailpoet_newsletter_wrapper">
|
|
<div id="mailpoet_editor_content"></div>
|
|
</div>
|
|
</div>
|
|
<div class="clear"></div>
|
|
</div>
|
|
<div id="mailpoet_editor_bottom">
|
|
</div>
|
|
</div>
|
|
|
|
<div class="mailpoet_layer_overlay" style="display:none;"></div>
|
|
|
|
<div id="wp-link-backdrop" style="display: none"></div>
|
|
<div id="wp-link-wrap" class="wp-core-ui search-panel-visible" style="display: none">
|
|
<form id="wp-link" tabindex="-1">
|
|
<?php wp_nonce_field( 'internal-linking', '_ajax_linking_nonce', false ); ?>
|
|
<div id="link-modal-title">
|
|
<%= __( 'Insert/edit link' ) %>
|
|
<div id="wp-link-close" tabindex="0"></div>
|
|
</div>
|
|
<div id="link-selector">
|
|
<div id="link-options">
|
|
<div>
|
|
<label>
|
|
<span><%= __( 'Type' ) %></span>
|
|
<select id="url-type-field" name="urltype">
|
|
<option value="http://"><%= __( 'Link to a web page' ) %></option>
|
|
<option value="[viewInBrowserUrl]"><%= __( 'Browser version' ) %></option>
|
|
<option value="[unsubscribeUrl]"><%= __( 'Unsubcribe page' ) %></option>
|
|
<option value="[manageSubscriptionUrl]"><%= __( 'Manage your subscription page' ) %></option>
|
|
</select>
|
|
</label>
|
|
</div>
|
|
<div id="link-href-field">
|
|
<label><span><%= __( 'Link' ) %></span><input id="url-field" type="text" name="href" /></label>
|
|
</div>
|
|
<div class="mailpoet_hidden">
|
|
<label><span><%= __( 'Title' ) %></span><input id="link-title-field" type="text" name="linktitle" /></label>
|
|
</div>
|
|
<div class="link-target mailpoet_hidden">
|
|
<label><span> </span><input type="checkbox" id="link-target-checkbox" /> <%= __( 'Open link in a new window/tab' ) %></label>
|
|
</div>
|
|
</div>
|
|
<div id="search-panel">
|
|
<div class="link-search-wrapper">
|
|
<label>
|
|
<span class="search-label"><%= __( 'Search your content' ) %></span>
|
|
<input type="search" id="search-field" class="link-search-field" autocomplete="off" />
|
|
<span class="spinner"></span>
|
|
</label>
|
|
</div>
|
|
<div id="search-results" class="query-results">
|
|
<ul></ul>
|
|
<div class="river-waiting">
|
|
<span class="spinner"></span>
|
|
</div>
|
|
</div>
|
|
<div id="most-recent-results" class="query-results">
|
|
<div class="query-notice"><em><%= __( 'No search term specified. Showing recent items.' ) %></em></div>
|
|
<ul></ul>
|
|
<div class="river-waiting">
|
|
<span class="spinner"></span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="submitbox">
|
|
<div id="wp-link-update">
|
|
<input type="submit" value="<%= __( 'Add Link' ) %>" class="button button-primary" id="wp-link-submit" name="wp-link-submit">
|
|
</div>
|
|
<div id="wp-link-cancel">
|
|
<a class="submitdelete deletion" href="#"><%= __( 'Cancel' ) %></a>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
|
|
<% endblock %>
|
|
|
|
<% block templates %>
|
|
<%= partial('newsletter_editor_template_tools_generic', 'newsletter/templates/blocks/base/toolsGeneric.hbs') %>
|
|
|
|
<%= partial('newsletter_editor_template_automated_latest_content_block', 'newsletter/templates/blocks/automatedLatestContent/block.hbs') %>
|
|
<%= partial('newsletter_editor_template_automated_latest_content_widget', 'newsletter/templates/blocks/automatedLatestContent/widget.hbs') %>
|
|
<%= partial('newsletter_editor_template_automated_latest_content_settings', 'newsletter/templates/blocks/automatedLatestContent/settings.hbs') %>
|
|
|
|
<%= partial('newsletter_editor_template_button_block', 'newsletter/templates/blocks/button/block.hbs') %>
|
|
<%= partial('newsletter_editor_template_button_widget', 'newsletter/templates/blocks/button/widget.hbs') %>
|
|
<%= partial('newsletter_editor_template_button_settings', 'newsletter/templates/blocks/button/settings.hbs') %>
|
|
|
|
<%= partial('newsletter_editor_template_container_block', 'newsletter/templates/blocks/container/block.hbs') %>
|
|
<%= partial('newsletter_editor_template_container_block_empty', 'newsletter/templates/blocks/container/emptyBlock.hbs') %>
|
|
<%= partial('newsletter_editor_template_container_one_column_widget', 'newsletter/templates/blocks/container/oneColumnLayoutWidget.hbs') %>
|
|
<%= partial('newsletter_editor_template_container_two_column_widget', 'newsletter/templates/blocks/container/twoColumnLayoutWidget.hbs') %>
|
|
<%= partial('newsletter_editor_template_container_three_column_widget', 'newsletter/templates/blocks/container/threeColumnLayoutWidget.hbs') %>
|
|
<%= partial('newsletter_editor_template_container_settings', 'newsletter/templates/blocks/container/settings.hbs') %>
|
|
|
|
<%= partial('newsletter_editor_template_divider_block', 'newsletter/templates/blocks/divider/block.hbs') %>
|
|
<%= partial('newsletter_editor_template_divider_widget', 'newsletter/templates/blocks/divider/widget.hbs') %>
|
|
<%= partial('newsletter_editor_template_divider_settings', 'newsletter/templates/blocks/divider/settings.hbs') %>
|
|
|
|
<%= partial('newsletter_editor_template_footer_block', 'newsletter/templates/blocks/footer/block.hbs') %>
|
|
<%= partial('newsletter_editor_template_footer_widget', 'newsletter/templates/blocks/footer/widget.hbs') %>
|
|
<%= partial('newsletter_editor_template_footer_settings', 'newsletter/templates/blocks/footer/settings.hbs') %>
|
|
|
|
<%= partial('newsletter_editor_template_header_block', 'newsletter/templates/blocks/header/block.hbs') %>
|
|
<%= partial('newsletter_editor_template_header_widget', 'newsletter/templates/blocks/header/widget.hbs') %>
|
|
<%= partial('newsletter_editor_template_header_settings', 'newsletter/templates/blocks/header/settings.hbs') %>
|
|
|
|
<%= partial('newsletter_editor_template_image_block', 'newsletter/templates/blocks/image/block.hbs') %>
|
|
<%= partial('newsletter_editor_template_image_widget', 'newsletter/templates/blocks/image/widget.hbs') %>
|
|
<%= partial('newsletter_editor_template_image_settings', 'newsletter/templates/blocks/image/settings.hbs') %>
|
|
|
|
<%= partial('newsletter_editor_template_posts_block', 'newsletter/templates/blocks/posts/block.hbs') %>
|
|
<%= partial('newsletter_editor_template_posts_widget', 'newsletter/templates/blocks/posts/widget.hbs') %>
|
|
<%= partial('newsletter_editor_template_posts_settings', 'newsletter/templates/blocks/posts/settings.hbs') %>
|
|
<%= partial('newsletter_editor_template_posts_settings_display_options', 'newsletter/templates/blocks/posts/settingsDisplayOptions.hbs') %>
|
|
<%= partial('newsletter_editor_template_posts_settings_selection', 'newsletter/templates/blocks/posts/settingsSelection.hbs') %>
|
|
<%= partial('newsletter_editor_template_posts_settings_selection_empty', 'newsletter/templates/blocks/posts/settingsSelectionEmpty.hbs') %>
|
|
<%= partial('newsletter_editor_template_posts_settings_single_post', 'newsletter/templates/blocks/posts/settingsSinglePost.hbs') %>
|
|
|
|
<%= partial('newsletter_editor_template_social_block', 'newsletter/templates/blocks/social/block.hbs') %>
|
|
<%= partial('newsletter_editor_template_social_block_icon', 'newsletter/templates/blocks/social/blockIcon.hbs') %>
|
|
<%= partial('newsletter_editor_template_social_widget', 'newsletter/templates/blocks/social/widget.hbs') %>
|
|
<%= partial('newsletter_editor_template_social_settings', 'newsletter/templates/blocks/social/settings.hbs') %>
|
|
<%= partial('newsletter_editor_template_social_settings_icon', 'newsletter/templates/blocks/social/settingsIcon.hbs') %>
|
|
<%= partial('newsletter_editor_template_social_settings_icon_selector', 'newsletter/templates/blocks/social/settingsIconSelector.hbs') %>
|
|
<%= partial('newsletter_editor_template_social_settings_styles', 'newsletter/templates/blocks/social/settingsStyles.hbs') %>
|
|
|
|
<%= partial('newsletter_editor_template_spacer_block', 'newsletter/templates/blocks/spacer/block.hbs') %>
|
|
<%= partial('newsletter_editor_template_spacer_widget', 'newsletter/templates/blocks/spacer/widget.hbs') %>
|
|
<%= partial('newsletter_editor_template_spacer_settings', 'newsletter/templates/blocks/spacer/settings.hbs') %>
|
|
|
|
<%= partial('newsletter_editor_template_text_block', 'newsletter/templates/blocks/text/block.hbs') %>
|
|
<%= partial('newsletter_editor_template_text_widget', 'newsletter/templates/blocks/text/widget.hbs') %>
|
|
<%= partial('newsletter_editor_template_text_settings', 'newsletter/templates/blocks/text/settings.hbs') %>
|
|
|
|
<%= partial('newsletter_editor_template_heading', 'newsletter/templates/components/heading.hbs') %>
|
|
<%= partial('newsletter_editor_template_save', 'newsletter/templates/components/save.hbs') %>
|
|
<%= partial('newsletter_editor_template_styles', 'newsletter/templates/components/styles.hbs') %>
|
|
|
|
<%= partial('newsletter_editor_template_sidebar', 'newsletter/templates/components/sidebar/sidebar.hbs') %>
|
|
<%= partial('newsletter_editor_template_sidebar_content', 'newsletter/templates/components/sidebar/content.hbs') %>
|
|
<%= partial('newsletter_editor_template_sidebar_layout', 'newsletter/templates/components/sidebar/layout.hbs') %>
|
|
<%= partial('newsletter_editor_template_sidebar_preview', 'newsletter/templates/components/sidebar/preview.hbs') %>
|
|
<%= partial('newsletter_editor_template_sidebar_styles', 'newsletter/templates/components/sidebar/styles.hbs') %>
|
|
|
|
<%= javascript(
|
|
'vendor.js',
|
|
'lib/tinymce/tinymce.jquery.min.js',
|
|
'lib/tinymce/jquery.tinymce.min.js',
|
|
'lib/mailpoet_custom_fields/plugin.js',
|
|
'lib/wplink/plugin.js',
|
|
'newsletter_editor.js'
|
|
) %>
|
|
|
|
<%= stylesheet(
|
|
'newsletter_editor.css'
|
|
) %>
|
|
|
|
<script type="text/javascript">
|
|
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()),
|
|
|
|
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()),
|
|
sidebarPreview: Handlebars.compile(jQuery('#newsletter_editor_template_sidebar_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()),
|
|
threeColumnLayoutInsertion: Handlebars.compile(jQuery('#newsletter_editor_template_container_three_column_widget').html()),
|
|
containerBlockSettings: Handlebars.compile(jQuery('#newsletter_editor_template_container_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()),
|
|
|
|
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()),
|
|
|
|
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()),
|
|
};
|
|
</script>
|
|
|
|
<script type="text/javascript">
|
|
var newsletter = {
|
|
"body": {
|
|
"content": {
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"styles": {
|
|
"block": {
|
|
"backgroundColor": "transparent"
|
|
}
|
|
},
|
|
"blocks": [{
|
|
"type": "container",
|
|
"orientation": "horizontal",
|
|
"styles": {
|
|
"block": {
|
|
"backgroundColor": "transparent"
|
|
}
|
|
},
|
|
"blocks": [{
|
|
"type": "container",
|
|
"orientation": "vertical",
|
|
"styles": {
|
|
"block": {
|
|
"backgroundColor": "transparent"
|
|
}
|
|
},
|
|
"blocks": [{
|
|
"type": "header",
|
|
"text": "<p>Display problems? <a href=\"[viewInBrowserUrl]\">View it in your browser</a>. If I add a lot of text to test what happens... Well, nothing really (exciting) happens. Things don't break.</p>",
|
|
"styles": {
|
|
"block": {
|
|
"backgroundColor": "#333333"
|
|
},
|
|
"text": {
|
|
"fontColor": "#aaaaaa",
|
|
"fontFamily": "Arial",
|
|
"fontSize": "12px",
|
|
"textAlign": "center"
|
|
},
|
|
"link": {
|
|
"fontColor": "#a86b6b",
|
|
"textDecoration": "underline"
|
|
}
|
|
}
|
|
}, {
|
|
"type": "image",
|
|
"link": "http://example.org",
|
|
"src": "<%= image_url("newsletter_editor/600x250.jpg") %>",
|
|
"alt": "600x250",
|
|
"padded": true,
|
|
"width": "600px",
|
|
"height": "250px",
|
|
"styles": {
|
|
"block": {
|
|
"textAlign": "center"
|
|
}
|
|
}
|
|
}, {
|
|
"type": "text",
|
|
"text": "<h1 style=\"text-align: left;\">1/1 Column</h1>\n<h1 style=\"text-align: center;\">1/1 Column</h1>\n<h1 style=\"text-align: right;\">1/1 Column</h1>\n<h1 style=\"text-align: center;\"><a href=\"../?p=231\" title=\"With multiple images\">1/1 Column</a></h1>\n<h2>Heading (size 2)</h2>\n<p>Paragraph under heading to test line-height.</p>\n<h3>Heading (size 3)</h3>\n<h3>Heading (size 3) <a href=\"../?p=223\" title=\"A classic embed object for Flash\">with link</a></h3>\n<h3><strong>Heading</strong> <em>(size 3)</em></h3>\n<p>Paragraph under heading to test line-height.</p>\n<p><strong>Bacon ipsum dolor amet short ribs shank cow, ribeye corned beef short loin t-bone kielbasa meatloaf ball tip rump venison boudin brisket beef ribs. Fatback landjaeger frankfurter, meatloaf picanha andouille leberkas.</strong> <em>Tail beef ribs boudin salami, kevin cupim landjaeger pork loin tenderloin ham filet mignon drumstick short loin. Biltong frankfurter shank pork belly picanha prosciutto meatloaf tail hamburger landjaeger pancetta shankle pig.</em> Pig tri-tip tenderloin ground round ribeye alcatra turkey salami turducken sausage pork loin kielbasa hamburger meatloaf strip steak. Ribeye boudin cow, beef ribs t-bone pig short ribs tri-tip pork loin rump shank hamburger short loin. Salami pastrami meatball shoulder cupim.</p>\n<p style=\"text-align: center;\"><strong>Bacon kevin shank ball tip shoulder. Jowl leberkas fatback, short loin chuck beef beef ribs short ribs ribeye turducken pork chop brisket filet mignon cow. Turkey ball tip rump bacon filet mignon sausage jowl shoulder chicken ground round kielbasa shankle.</strong> <em>Drumstick pancetta corned beef kielbasa porchetta jerky swine leberkas kevin boudin chicken shoulder bacon tri-tip venison.</em> Ham hock ball tip beef ribs spare ribs tail pork ground round, biltong doner t-bone pork chop rump hamburger pancetta brisket.</p>\n<p style=\"text-align: right;\"><strong>Brisket beef kielbasa jowl hamburger, doner flank. Shoulder ham hock sausage t-bone pork belly chicken picanha pork loin ham bresaola tri-tip ground round kevin.</strong> <em>Chicken sirloin shankle fatback boudin t-bone pig tri-tip bresaola doner cow short loin pancetta short ribs andouille. Cupim doner short ribs, andouille cow t-bone ground round pork porchetta beef capicola.</em> Rump drumstick biltong shank kielbasa bacon ball tip pancetta meatloaf shankle fatback.</p>\n<p style=\"text-align: justify;\"><strong>Kielbasa jowl flank biltong. Pork loin fatback chicken ham prosciutto sausage cow short loin porchetta kielbasa.</strong> <em>Bresaola ham hock pancetta, cow ham tenderloin flank turducken fatback beef jowl short loin pig.</em> Picanha turkey spare ribs capicola andouille, tongue short loin sausage corned beef kevin meatball venison kielbasa pastrami. Beef ribs ground round tenderloin flank.</p>\n<p><strong>Alcatra flank ground round corned beef tenderloin prosciutto chicken sirloin, venison leberkas turducken shoulder pastrami bresaola.</strong> <em>Chicken leberkas t-bone pork loin drumstick flank. T-bone flank venison alcatra andouille brisket short ribs shankle biltong pancetta pork belly bacon.</em> Tri-tip biltong ham hock jowl chicken. Spare ribs beef ribs shankle corned beef short loin picanha prosciutto bacon ham rump tri-tip doner ground round cupim. Meatloaf andouille bresaola strip steak kevin, pork turducken.</p>\n<p>Jowl <span style=\"color: #ff0000;\">strip steak</span> pork <span style=\"color: #0000ff;\">belly jerky</span> short <span style=\"color: #008000;\">ribs filet</span> mignon. Kielbasa ham shoulder turducken sausage jerky beef <span style=\"color: #ff0000;\">h</span><span style=\"color: #0000ff;\">a</span><span style=\"color: #008000;\">m</span></p>\n<p><a href=\"../?p=1\" title=\"Hello world!\">Alcatra hamburger</a> jowl shank jerky. </p>\n<ul>\n<li><span style=\"background-color: inherit;\">One</span></li>\n<li><span style=\"background-color: inherit;\">Two</span></li>\n<li><span style=\"background-color: inherit;\">Three</span></li>\n</ul>\n<ol>\n<li><span style=\"background-color: inherit;\">One</span></li>\n<li><span style=\"background-color: inherit;\">Two</span></li>\n<li><span style=\"background-color: inherit;\">Three</span></li>\n</ol>\n<blockquote><p><span style=\"background-color: inherit;\"></span>Bacon ipsum dolor amet shoulder turkey meatball pork chop porchetta, filet mignon shankle. Sausage meatloaf flank picanha jowl chuck capicola tri-tip. Meatloaf andouille kielbasa beef ribs. </p>\n<p>— Mr. Bacon</p></blockquote>"
|
|
}, {
|
|
"type": "divider",
|
|
"styles": {
|
|
"block": {
|
|
"backgroundColor": "transparent",
|
|
"padding": "13px",
|
|
"borderStyle": "solid",
|
|
"borderWidth": "3px",
|
|
"borderColor": "#000000"
|
|
}
|
|
}
|
|
}, {
|
|
"type": "spacer",
|
|
"styles": {
|
|
"block": {
|
|
"backgroundColor": "transparent",
|
|
"height": "50px"
|
|
}
|
|
}
|
|
}, {
|
|
"type": "button",
|
|
"text": "Button",
|
|
"url": "http://example.org",
|
|
"styles": {
|
|
"block": {
|
|
"backgroundColor": "#666666",
|
|
"borderColor": "#1e3650",
|
|
"borderWidth": "1px",
|
|
"borderRadius": "20px",
|
|
"borderStyle": "solid",
|
|
"width": "100px",
|
|
"lineHeight": "30px",
|
|
"fontColor": "#ffffff",
|
|
"fontFamily": "Arial",
|
|
"fontSize": "13px",
|
|
"textAlign": "center"
|
|
}
|
|
}
|
|
}, {
|
|
"type": "social",
|
|
"icons": [{
|
|
"type": "socialIcon",
|
|
"iconType": "custom",
|
|
"link": "http://example.org",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/custom.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Custom"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "facebook",
|
|
"link": "http://www.facebook.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Facebook.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Facebook"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "twitter",
|
|
"link": "http://www.twitter.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Twitter.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Twitter"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "google-plus",
|
|
"link": "http://plus.google.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Google-Plus.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Google Plus"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "youtube",
|
|
"link": "http://www.youtube.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Youtube.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Youtube"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "website",
|
|
"link": "http://example.org",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Website.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Website"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "email",
|
|
"link": "mailto:mail@example.org",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Email.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Email"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "instagram",
|
|
"link": "http://instagram.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Instagram.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Instagram"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "pinterest",
|
|
"link": "http://www.pinterest.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Pinterest.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Pinterest"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "linkedin",
|
|
"link": "http://www.linkedin.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/LinkedIn.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "LinkedIn"
|
|
}],
|
|
"iconSet": "default"
|
|
}, {
|
|
"type": "image",
|
|
"link": "http://example.org",
|
|
"src": "<%= image_url("newsletter_editor/600x250.jpg") %>",
|
|
"alt": "600x250",
|
|
"padded": false,
|
|
"width": "600px",
|
|
"height": "250px",
|
|
"styles": {
|
|
"block": {
|
|
"textAlign": "center"
|
|
}
|
|
}
|
|
}]
|
|
}]
|
|
}, {
|
|
"orientation": "horizontal",
|
|
"type": "container",
|
|
"styles": {
|
|
"block": {
|
|
"backgroundColor": "transparent"
|
|
}
|
|
},
|
|
"blocks": [{
|
|
"orientation": "vertical",
|
|
"type": "container",
|
|
"styles": {
|
|
"block": {
|
|
"backgroundColor": "transparent"
|
|
}
|
|
},
|
|
"blocks": [{
|
|
"type": "image",
|
|
"link": "http://example.org",
|
|
"src": "<%= image_url("newsletter_editor/300x125.jpg") %>",
|
|
"alt": "300x125",
|
|
"padded": true,
|
|
"width": "300px",
|
|
"height": "125px",
|
|
"styles": {
|
|
"block": {
|
|
"textAlign": "center"
|
|
}
|
|
}
|
|
}, {
|
|
"type": "text",
|
|
"text": "<h1>1/2 Column</h1>\n<h1 style=\"text-align: center;\">1/2 Column</h1>\n<h1 style=\"text-align: right;\">1/2 Column</h1>\n<h1 style=\"text-align: center;\"><a href=\"../?p=231\" title=\"With multiple images\">1/2 Column</a></h1>\n<h2>Heading (size 2)</h2>\n<p>Paragraph under heading to test line-height.</p>\n<h3>Heading (size 3)</h3>\n<h3>Heading (size 3) <a href=\"../?p=223\" title=\"A classic embed object for Flash\">with link</a></h3>\n<h3>Heading <em>(size 3)</em></h3>\n<p>Paragraph under heading to test line-height.</p>\n<p><span style=\"font-weight: 600;\">Bacon ipsum dolor amet short ribs shank cow, ribeye corned beef short loin t-bone kielbasa meatloaf ball tip rump venison boudin brisket beef ribs. Fatback landjaeger frankfurter, meatloaf picanha andouille leberkas.</span> <em>Tail beef ribs boudin salami, kevin cupim landjaeger pork loin tenderloin ham filet mignon drumstick short loin. Biltong frankfurter shank pork belly picanha prosciutto meatloaf tail hamburger landjaeger pancetta shankle pig.</em> Pig tri-tip tenderloin ground round ribeye alcatra turkey salami turducken sausage pork loin kielbasa hamburger meatloaf strip steak. Ribeye boudin cow, beef ribs t-bone pig short ribs tri-tip pork loin rump shank hamburger short loin. Salami pastrami meatball shoulder cupim.</p>\n<p style=\"text-align: center;\"><span style=\"font-weight: 600;\">Bacon kevin shank ball tip shoulder. Jowl leberkas fatback, short loin chuck beef beef ribs short ribs ribeye turducken pork chop brisket filet mignon cow. Turkey ball tip rump bacon filet mignon sausage jowl shoulder chicken ground round kielbasa shankle.</span> <em>Drumstick pancetta corned beef kielbasa porchetta jerky swine leberkas kevin boudin chicken shoulder bacon tri-tip venison.</em> Ham hock ball tip beef ribs spare ribs tail pork ground round, biltong doner t-bone pork chop rump hamburger pancetta brisket.</p>\n<p style=\"text-align: right;\"><span style=\"font-weight: 600;\">Brisket beef kielbasa jowl hamburger, doner flank. Shoulder ham hock sausage t-bone pork belly chicken picanha pork loin ham bresaola tri-tip ground round kevin.</span> <em>Chicken sirloin shankle fatback boudin t-bone pig tri-tip bresaola doner cow short loin pancetta short ribs andouille. Cupim doner short ribs, andouille cow t-bone ground round pork porchetta beef capicola.</em> Rump drumstick biltong shank kielbasa bacon ball tip pancetta meatloaf shankle fatback.</p>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 600;\">Kielbasa jowl flank biltong. Pork loin fatback chicken ham prosciutto sausage cow short loin porchetta kielbasa.</span> <em>Bresaola ham hock pancetta, cow ham tenderloin flank turducken fatback beef jowl short loin pig.</em> Picanha turkey spare ribs capicola andouille, tongue short loin sausage corned beef kevin meatball venison kielbasa pastrami. Beef ribs ground round tenderloin flank.</p>\n<p><span style=\"font-weight: 600;\">Alcatra flank ground round corned beef tenderloin prosciutto chicken sirloin, venison leberkas turducken shoulder pastrami bresaola.</span> <em>Chicken leberkas t-bone pork loin drumstick flank. T-bone flank venison alcatra andouille brisket short ribs shankle biltong pancetta pork belly bacon.</em> Tri-tip biltong ham hock jowl chicken. Spare ribs beef ribs shankle corned beef short loin picanha prosciutto bacon ham rump tri-tip doner ground round cupim. Meatloaf andouille bresaola strip steak kevin, pork turducken.</p>\n<p>Jowl <span style=\"color: #ff0000;\">strip steak</span> pork <span style=\"color: #0000ff;\">belly jerky</span> short <span style=\"color: #008000;\">ribs filet</span> mignon. Kielbasa ham shoulder turducken sausage jerky beef <span style=\"color: #ff0000;\">h</span><span style=\"color: #0000ff;\">a</span><span style=\"color: #008000;\">m</span></p>\n<p><a href=\"../?p=1\" title=\"Hello world!\">Alcatra hamburger</a> jowl shank jerky. </p>\n<ul>\n<li><span style=\"background-color: inherit;\">One</span></li>\n<li><span style=\"background-color: inherit;\">Two</span></li>\n<li><span style=\"background-color: inherit;\">Three</span></li>\n</ul>\n<ol>\n<li><span style=\"background-color: inherit;\">One</span></li>\n<li><span style=\"background-color: inherit;\">Two</span></li>\n<li><span style=\"background-color: inherit;\">Three</span></li>\n</ol>\n<blockquote><p><span style=\"background-color: inherit;\"></span>Bacon ipsum dolor amet shoulder turkey meatball pork chop porchetta, filet mignon shankle. Sausage meatloaf flank picanha jowl chuck capicola tri-tip. Meatloaf andouille kielbasa beef ribs. </p>\n<p>— Mr. Bacon</p></blockquote>"
|
|
}, {
|
|
"type": "divider",
|
|
"styles": {
|
|
"block": {
|
|
"backgroundColor": "transparent",
|
|
"padding": "13px",
|
|
"borderStyle": "solid",
|
|
"borderWidth": "3px",
|
|
"borderColor": "#000000"
|
|
}
|
|
}
|
|
}, {
|
|
"type": "spacer",
|
|
"styles": {
|
|
"block": {
|
|
"backgroundColor": "transparent",
|
|
"height": "50px"
|
|
}
|
|
}
|
|
}, {
|
|
"type": "button",
|
|
"text": "Button",
|
|
"url": "http://example.org",
|
|
"styles": {
|
|
"block": {
|
|
"backgroundColor": "#666666",
|
|
"borderColor": "#1e3650",
|
|
"borderWidth": "1px",
|
|
"borderRadius": "20px",
|
|
"borderStyle": "solid",
|
|
"width": "100px",
|
|
"lineHeight": "30px",
|
|
"fontColor": "#ffffff",
|
|
"fontFamily": "Arial",
|
|
"fontSize": "13px",
|
|
"textAlign": "center"
|
|
}
|
|
}
|
|
}, {
|
|
"type": "social",
|
|
"icons": [{
|
|
"type": "socialIcon",
|
|
"iconType": "custom",
|
|
"link": "http://example.org",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/custom.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Custom"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "facebook",
|
|
"link": "http://www.facebook.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Facebook.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Facebook"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "twitter",
|
|
"link": "http://www.twitter.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Twitter.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Twitter"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "google-plus",
|
|
"link": "http://plus.google.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Google-Plus.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Google Plus"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "youtube",
|
|
"link": "http://www.youtube.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Youtube.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Youtube"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "website",
|
|
"link": "http://example.org",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Website.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Website"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "email",
|
|
"link": "mailto:mail@example.org",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Email.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Email"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "instagram",
|
|
"link": "http://instagram.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Instagram.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Instagram"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "pinterest",
|
|
"link": "http://www.pinterest.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Pinterest.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Pinterest"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "linkedin",
|
|
"link": "http://www.linkedin.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/LinkedIn.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "LinkedIn"
|
|
}],
|
|
"iconSet": "default"
|
|
}, {
|
|
"type": "image",
|
|
"link": "http://example.org",
|
|
"src": "<%= image_url("newsletter_editor/300x125.jpg") %>",
|
|
"alt": "300x125",
|
|
"padded": false,
|
|
"width": "300px",
|
|
"height": "125px",
|
|
"styles": {
|
|
"block": {
|
|
"textAlign": "center"
|
|
}
|
|
}
|
|
}]
|
|
}, {
|
|
"orientation": "vertical",
|
|
"type": "container",
|
|
"styles": {
|
|
"block": {
|
|
"backgroundColor": "transparent"
|
|
}
|
|
},
|
|
"blocks": [{
|
|
"type": "image",
|
|
"link": "http://example.org",
|
|
"src": "<%= image_url("newsletter_editor/300x125.jpg") %>",
|
|
"alt": "300x125",
|
|
"padded": true,
|
|
"width": "300px",
|
|
"height": "125px",
|
|
"styles": {
|
|
"block": {
|
|
"textAlign": "center"
|
|
}
|
|
}
|
|
}, {
|
|
"type": "text",
|
|
"text": "<h1>1/2 Column</h1>\n<h1 style=\"text-align: center;\">1/2 Column</h1>\n<h1 style=\"text-align: right;\">1/2 Column</h1>\n<h1 style=\"text-align: center;\"><a href=\"../?p=231\" title=\"With multiple images\">1/2 Column</a></h1>\n<h2>Heading (size 2)</h2>\n<p>Paragraph under heading to test line-height.</p>\n<h3>Heading (size 3)</h3>\n<h3>Heading (size 3) <a href=\"../?p=223\" title=\"A classic embed object for Flash\">with link</a></h3>\n<h3>Heading <em>(size 3)</em></h3>\n<p>Paragraph under heading to test line-height.</p>\n<p><span style=\"font-weight: 600;\">Bacon ipsum dolor amet short ribs shank cow, ribeye corned beef short loin t-bone kielbasa meatloaf ball tip rump venison boudin brisket beef ribs. Fatback landjaeger frankfurter, meatloaf picanha andouille leberkas.</span> <em>Tail beef ribs boudin salami, kevin cupim landjaeger pork loin tenderloin ham filet mignon drumstick short loin. Biltong frankfurter shank pork belly picanha prosciutto meatloaf tail hamburger landjaeger pancetta shankle pig.</em> Pig tri-tip tenderloin ground round ribeye alcatra turkey salami turducken sausage pork loin kielbasa hamburger meatloaf strip steak. Ribeye boudin cow, beef ribs t-bone pig short ribs tri-tip pork loin rump shank hamburger short loin. Salami pastrami meatball shoulder cupim.</p>\n<p style=\"text-align: center;\"><span style=\"font-weight: 600;\">Bacon kevin shank ball tip shoulder. Jowl leberkas fatback, short loin chuck beef beef ribs short ribs ribeye turducken pork chop brisket filet mignon cow. Turkey ball tip rump bacon filet mignon sausage jowl shoulder chicken ground round kielbasa shankle.</span> <em>Drumstick pancetta corned beef kielbasa porchetta jerky swine leberkas kevin boudin chicken shoulder bacon tri-tip venison.</em> Ham hock ball tip beef ribs spare ribs tail pork ground round, biltong doner t-bone pork chop rump hamburger pancetta brisket.</p>\n<p style=\"text-align: right;\"><span style=\"font-weight: 600;\">Brisket beef kielbasa jowl hamburger, doner flank. Shoulder ham hock sausage t-bone pork belly chicken picanha pork loin ham bresaola tri-tip ground round kevin.</span> <em>Chicken sirloin shankle fatback boudin t-bone pig tri-tip bresaola doner cow short loin pancetta short ribs andouille. Cupim doner short ribs, andouille cow t-bone ground round pork porchetta beef capicola.</em> Rump drumstick biltong shank kielbasa bacon ball tip pancetta meatloaf shankle fatback.</p>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 600;\">Kielbasa jowl flank biltong. Pork loin fatback chicken ham prosciutto sausage cow short loin porchetta kielbasa.</span> <em>Bresaola ham hock pancetta, cow ham tenderloin flank turducken fatback beef jowl short loin pig.</em> Picanha turkey spare ribs capicola andouille, tongue short loin sausage corned beef kevin meatball venison kielbasa pastrami. Beef ribs ground round tenderloin flank.</p>\n<p><span style=\"font-weight: 600;\">Alcatra flank ground round corned beef tenderloin prosciutto chicken sirloin, venison leberkas turducken shoulder pastrami bresaola.</span> <em>Chicken leberkas t-bone pork loin drumstick flank. T-bone flank venison alcatra andouille brisket short ribs shankle biltong pancetta pork belly bacon.</em> Tri-tip biltong ham hock jowl chicken. Spare ribs beef ribs shankle corned beef short loin picanha prosciutto bacon ham rump tri-tip doner ground round cupim. Meatloaf andouille bresaola strip steak kevin, pork turducken.</p>\n<p>Jowl <span style=\"color: #ff0000;\">strip steak</span> pork <span style=\"color: #0000ff;\">belly jerky</span> short <span style=\"color: #008000;\">ribs filet</span> mignon. Kielbasa ham shoulder turducken sausage jerky beef <span style=\"color: #ff0000;\">h</span><span style=\"color: #0000ff;\">a</span><span style=\"color: #008000;\">m</span></p>\n<p><a href=\"../?p=1\" title=\"Hello world!\">Alcatra hamburger</a> jowl shank jerky. </p>\n<ul>\n<li><span style=\"background-color: inherit;\">One</span></li>\n<li><span style=\"background-color: inherit;\">Two</span></li>\n<li><span style=\"background-color: inherit;\">Three</span></li>\n</ul>\n<ol>\n<li><span style=\"background-color: inherit;\">One</span></li>\n<li><span style=\"background-color: inherit;\">Two</span></li>\n<li><span style=\"background-color: inherit;\">Three</span></li>\n</ol>\n<blockquote><p><span style=\"background-color: inherit;\"></span>Bacon ipsum dolor amet shoulder turkey meatball pork chop porchetta, filet mignon shankle. Sausage meatloaf flank picanha jowl chuck capicola tri-tip. Meatloaf andouille kielbasa beef ribs. </p>\n<p>— Mr. Bacon</p></blockquote>"
|
|
}, {
|
|
"type": "divider",
|
|
"styles": {
|
|
"block": {
|
|
"backgroundColor": "transparent",
|
|
"padding": "13px",
|
|
"borderStyle": "solid",
|
|
"borderWidth": "3px",
|
|
"borderColor": "#000000"
|
|
}
|
|
}
|
|
}, {
|
|
"type": "spacer",
|
|
"styles": {
|
|
"block": {
|
|
"backgroundColor": "transparent",
|
|
"height": "50px"
|
|
}
|
|
}
|
|
}, {
|
|
"type": "button",
|
|
"text": "Button",
|
|
"url": "http://example.org",
|
|
"styles": {
|
|
"block": {
|
|
"backgroundColor": "#666666",
|
|
"borderColor": "#1e3650",
|
|
"borderWidth": "1px",
|
|
"borderRadius": "20px",
|
|
"borderStyle": "solid",
|
|
"width": "100px",
|
|
"lineHeight": "30px",
|
|
"fontColor": "#ffffff",
|
|
"fontFamily": "Arial",
|
|
"fontSize": "13px",
|
|
"textAlign": "center"
|
|
}
|
|
}
|
|
}, {
|
|
"type": "social",
|
|
"icons": [{
|
|
"type": "socialIcon",
|
|
"iconType": "custom",
|
|
"link": "http://example.org",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/custom.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Custom"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "facebook",
|
|
"link": "http://www.facebook.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Facebook.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Facebook"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "twitter",
|
|
"link": "http://www.twitter.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Twitter.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Twitter"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "google-plus",
|
|
"link": "http://plus.google.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Google-Plus.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Google Plus"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "youtube",
|
|
"link": "http://www.youtube.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Youtube.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Youtube"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "website",
|
|
"link": "http://example.org",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Website.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Website"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "email",
|
|
"link": "mailto:mail@example.org",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Email.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Email"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "instagram",
|
|
"link": "http://instagram.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Instagram.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Instagram"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "pinterest",
|
|
"link": "http://www.pinterest.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Pinterest.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Pinterest"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "linkedin",
|
|
"link": "http://www.linkedin.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/LinkedIn.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "LinkedIn"
|
|
}],
|
|
"iconSet": "default"
|
|
}, {
|
|
"type": "image",
|
|
"link": "http://example.org",
|
|
"src": "<%= image_url("newsletter_editor/300x125.jpg") %>",
|
|
"alt": "300x125",
|
|
"padded": false,
|
|
"width": "300px",
|
|
"height": "125px",
|
|
"styles": {
|
|
"block": {
|
|
"textAlign": "center"
|
|
}
|
|
}
|
|
}]
|
|
}]
|
|
}, {
|
|
"orientation": "horizontal",
|
|
"type": "container",
|
|
"styles": {
|
|
"block": {
|
|
"backgroundColor": "transparent"
|
|
}
|
|
},
|
|
"blocks": [{
|
|
"orientation": "vertical",
|
|
"type": "container",
|
|
"styles": {
|
|
"block": {
|
|
"backgroundColor": "transparent"
|
|
}
|
|
},
|
|
"blocks": [{
|
|
"type": "image",
|
|
"link": "http://example.org",
|
|
"src": "<%= image_url("newsletter_editor/200x83.jpg") %>",
|
|
"alt": "200x83",
|
|
"padded": true,
|
|
"width": "200px",
|
|
"height": "83px",
|
|
"styles": {
|
|
"block": {
|
|
"textAlign": "center"
|
|
}
|
|
}
|
|
}, {
|
|
"type": "text",
|
|
"text": "<h1>1/3 Column</h1>\n<h1 style=\"text-align: center;\">1/3 Column</h1>\n<h1 style=\"text-align: right;\">1/3 Column</h1>\n<h1 style=\"text-align: center;\"><a href=\"../?p=231\" title=\"With multiple images\">1/3 Column</a></h1>\n<h2>Heading (size 2)</h2>\n<p>Paragraph under heading to test line-height.</p>\n<h3>Heading (size 3)</h3>\n<h3>Heading (size 3) <a href=\"../?p=223\" title=\"A classic embed object for Flash\">with link</a></h3>\n<h3>Heading <em>(size 3)</em></h3>\n<p>Paragraph under heading to test line-height.</p>\n<p><span style=\"font-weight: 600;\">Bacon ipsum dolor amet short ribs shank cow, ribeye corned beef short loin t-bone kielbasa meatloaf ball tip rump venison boudin brisket beef ribs. Fatback landjaeger frankfurter, meatloaf picanha andouille leberkas.</span> <em>Tail beef ribs boudin salami, kevin cupim landjaeger pork loin tenderloin ham filet mignon drumstick short loin. Biltong frankfurter shank pork belly picanha prosciutto meatloaf tail hamburger landjaeger pancetta shankle pig.</em> Pig tri-tip tenderloin ground round ribeye alcatra turkey salami turducken sausage pork loin kielbasa hamburger meatloaf strip steak. Ribeye boudin cow, beef ribs t-bone pig short ribs tri-tip pork loin rump shank hamburger short loin. Salami pastrami meatball shoulder cupim.</p>\n<p style=\"text-align: center;\"><span style=\"font-weight: 600;\">Bacon kevin shank ball tip shoulder. Jowl leberkas fatback, short loin chuck beef beef ribs short ribs ribeye turducken pork chop brisket filet mignon cow. Turkey ball tip rump bacon filet mignon sausage jowl shoulder chicken ground round kielbasa shankle.</span> <em>Drumstick pancetta corned beef kielbasa porchetta jerky swine leberkas kevin boudin chicken shoulder bacon tri-tip venison.</em> Ham hock ball tip beef ribs spare ribs tail pork ground round, biltong doner t-bone pork chop rump hamburger pancetta brisket.</p>\n<p style=\"text-align: right;\"><span style=\"font-weight: 600;\">Brisket beef kielbasa jowl hamburger, doner flank. Shoulder ham hock sausage t-bone pork belly chicken picanha pork loin ham bresaola tri-tip ground round kevin.</span> <em>Chicken sirloin shankle fatback boudin t-bone pig tri-tip bresaola doner cow short loin pancetta short ribs andouille. Cupim doner short ribs, andouille cow t-bone ground round pork porchetta beef capicola.</em> Rump drumstick biltong shank kielbasa bacon ball tip pancetta meatloaf shankle fatback.</p>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 600;\">Kielbasa jowl flank biltong. Pork loin fatback chicken ham prosciutto sausage cow short loin porchetta kielbasa.</span> <em>Bresaola ham hock pancetta, cow ham tenderloin flank turducken fatback beef jowl short loin pig.</em> Picanha turkey spare ribs capicola andouille, tongue short loin sausage corned beef kevin meatball venison kielbasa pastrami. Beef ribs ground round tenderloin flank.</p>\n<p><span style=\"font-weight: 600;\">Alcatra flank ground round corned beef tenderloin prosciutto chicken sirloin, venison leberkas turducken shoulder pastrami bresaola.</span> <em>Chicken leberkas t-bone pork loin drumstick flank. T-bone flank venison alcatra andouille brisket short ribs shankle biltong pancetta pork belly bacon.</em> Tri-tip biltong ham hock jowl chicken. Spare ribs beef ribs shankle corned beef short loin picanha prosciutto bacon ham rump tri-tip doner ground round cupim. Meatloaf andouille bresaola strip steak kevin, pork turducken.</p>\n<p>Jowl <span style=\"color: #ff0000;\">strip steak</span> pork <span style=\"color: #0000ff;\">belly jerky</span> short <span style=\"color: #008000;\">ribs filet</span> mignon. Kielbasa ham shoulder turducken sausage jerky beef <span style=\"color: #ff0000;\">h</span><span style=\"color: #0000ff;\">a</span><span style=\"color: #008000;\">m</span></p>\n<p><a href=\"../?p=1\" title=\"Hello world!\">Alcatra hamburger</a> jowl shank jerky. </p>\n<ul>\n<li><span style=\"background-color: inherit;\">One</span></li>\n<li><span style=\"background-color: inherit;\">Two</span></li>\n<li><span style=\"background-color: inherit;\">Three</span></li>\n</ul>\n<ol>\n<li><span style=\"background-color: inherit;\">One</span></li>\n<li><span style=\"background-color: inherit;\">Two</span></li>\n<li><span style=\"background-color: inherit;\">Three</span></li>\n</ol>\n<blockquote><p><span style=\"background-color: inherit;\"></span>Bacon ipsum dolor amet shoulder turkey meatball pork chop porchetta, filet mignon shankle. Sausage meatloaf flank picanha jowl chuck capicola tri-tip. Meatloaf andouille kielbasa beef ribs. </p>\n<p>— Mr. Bacon</p></blockquote>"
|
|
}, {
|
|
"type": "divider",
|
|
"styles": {
|
|
"block": {
|
|
"backgroundColor": "transparent",
|
|
"padding": "13px",
|
|
"borderStyle": "solid",
|
|
"borderWidth": "3px",
|
|
"borderColor": "#000000"
|
|
}
|
|
}
|
|
}, {
|
|
"type": "spacer",
|
|
"styles": {
|
|
"block": {
|
|
"backgroundColor": "transparent",
|
|
"height": "50px"
|
|
}
|
|
}
|
|
}, {
|
|
"type": "button",
|
|
"text": "Button",
|
|
"url": "http://example.org",
|
|
"styles": {
|
|
"block": {
|
|
"backgroundColor": "#666666",
|
|
"borderColor": "#1e3650",
|
|
"borderWidth": "1px",
|
|
"borderRadius": "20px",
|
|
"borderStyle": "solid",
|
|
"width": "100px",
|
|
"lineHeight": "30px",
|
|
"fontColor": "#ffffff",
|
|
"fontFamily": "Arial",
|
|
"fontSize": "13px",
|
|
"textAlign": "center"
|
|
}
|
|
}
|
|
}, {
|
|
"type": "social",
|
|
"icons": [{
|
|
"type": "socialIcon",
|
|
"iconType": "custom",
|
|
"link": "http://example.org",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/custom.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Custom"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "facebook",
|
|
"link": "http://www.facebook.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Facebook.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Facebook"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "twitter",
|
|
"link": "http://www.twitter.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Twitter.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Twitter"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "google-plus",
|
|
"link": "http://plus.google.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Google-Plus.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Google Plus"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "youtube",
|
|
"link": "http://www.youtube.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Youtube.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Youtube"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "website",
|
|
"link": "http://example.org",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Website.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Website"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "email",
|
|
"link": "mailto:mail@example.org",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Email.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Email"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "instagram",
|
|
"link": "http://instagram.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Instagram.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Instagram"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "pinterest",
|
|
"link": "http://www.pinterest.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Pinterest.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Pinterest"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "linkedin",
|
|
"link": "http://www.linkedin.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/LinkedIn.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "LinkedIn"
|
|
}],
|
|
"iconSet": "default"
|
|
}, {
|
|
"type": "image",
|
|
"link": "http://example.org",
|
|
"src": "<%= image_url("newsletter_editor/200x83.jpg") %>",
|
|
"alt": "200x83",
|
|
"padded": false,
|
|
"width": "200px",
|
|
"height": "83px",
|
|
"styles": {
|
|
"block": {
|
|
"textAlign": "center"
|
|
}
|
|
}
|
|
}]
|
|
}, {
|
|
"orientation": "vertical",
|
|
"type": "container",
|
|
"styles": {
|
|
"block": {
|
|
"backgroundColor": "transparent"
|
|
}
|
|
},
|
|
"blocks": [{
|
|
"type": "image",
|
|
"link": "http://example.org",
|
|
"src": "<%= image_url("newsletter_editor/200x83.jpg") %>",
|
|
"alt": "200x83",
|
|
"padded": true,
|
|
"width": "200px",
|
|
"height": "83px",
|
|
"styles": {
|
|
"block": {
|
|
"textAlign": "center"
|
|
}
|
|
}
|
|
}, {
|
|
"type": "text",
|
|
"text": "<h1>1/3 Column</h1>\n<h1 style=\"text-align: center;\">1/3 Column</h1>\n<h1 style=\"text-align: right;\">1/3 Column</h1>\n<h1 style=\"text-align: center;\"><a href=\"../?p=231\" title=\"With multiple images\">1/3 Column</a></h1>\n<h2>Heading (size 2)</h2>\n<p>Paragraph under heading to test line-height.</p>\n<h3>Heading (size 3)</h3>\n<h3>Heading (size 3) <a href=\"../?p=223\" title=\"A classic embed object for Flash\">with link</a></h3>\n<h3>Heading <em>(size 3)</em></h3>\n<p>Paragraph under heading to test line-height.</p>\n<p><span style=\"font-weight: 600;\">Bacon ipsum dolor amet short ribs shank cow, ribeye corned beef short loin t-bone kielbasa meatloaf ball tip rump venison boudin brisket beef ribs. Fatback landjaeger frankfurter, meatloaf picanha andouille leberkas.</span> <em>Tail beef ribs boudin salami, kevin cupim landjaeger pork loin tenderloin ham filet mignon drumstick short loin. Biltong frankfurter shank pork belly picanha prosciutto meatloaf tail hamburger landjaeger pancetta shankle pig.</em> Pig tri-tip tenderloin ground round ribeye alcatra turkey salami turducken sausage pork loin kielbasa hamburger meatloaf strip steak. Ribeye boudin cow, beef ribs t-bone pig short ribs tri-tip pork loin rump shank hamburger short loin. Salami pastrami meatball shoulder cupim.</p>\n<p style=\"text-align: center;\"><span style=\"font-weight: 600;\">Bacon kevin shank ball tip shoulder. Jowl leberkas fatback, short loin chuck beef beef ribs short ribs ribeye turducken pork chop brisket filet mignon cow. Turkey ball tip rump bacon filet mignon sausage jowl shoulder chicken ground round kielbasa shankle.</span> <em>Drumstick pancetta corned beef kielbasa porchetta jerky swine leberkas kevin boudin chicken shoulder bacon tri-tip venison.</em> Ham hock ball tip beef ribs spare ribs tail pork ground round, biltong doner t-bone pork chop rump hamburger pancetta brisket.</p>\n<p style=\"text-align: right;\"><span style=\"font-weight: 600;\">Brisket beef kielbasa jowl hamburger, doner flank. Shoulder ham hock sausage t-bone pork belly chicken picanha pork loin ham bresaola tri-tip ground round kevin.</span> <em>Chicken sirloin shankle fatback boudin t-bone pig tri-tip bresaola doner cow short loin pancetta short ribs andouille. Cupim doner short ribs, andouille cow t-bone ground round pork porchetta beef capicola.</em> Rump drumstick biltong shank kielbasa bacon ball tip pancetta meatloaf shankle fatback.</p>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 600;\">Kielbasa jowl flank biltong. Pork loin fatback chicken ham prosciutto sausage cow short loin porchetta kielbasa.</span> <em>Bresaola ham hock pancetta, cow ham tenderloin flank turducken fatback beef jowl short loin pig.</em> Picanha turkey spare ribs capicola andouille, tongue short loin sausage corned beef kevin meatball venison kielbasa pastrami. Beef ribs ground round tenderloin flank.</p>\n<p><span style=\"font-weight: 600;\">Alcatra flank ground round corned beef tenderloin prosciutto chicken sirloin, venison leberkas turducken shoulder pastrami bresaola.</span> <em>Chicken leberkas t-bone pork loin drumstick flank. T-bone flank venison alcatra andouille brisket short ribs shankle biltong pancetta pork belly bacon.</em> Tri-tip biltong ham hock jowl chicken. Spare ribs beef ribs shankle corned beef short loin picanha prosciutto bacon ham rump tri-tip doner ground round cupim. Meatloaf andouille bresaola strip steak kevin, pork turducken.</p>\n<p>Jowl <span style=\"color: #ff0000;\">strip steak</span> pork <span style=\"color: #0000ff;\">belly jerky</span> short <span style=\"color: #008000;\">ribs filet</span> mignon. Kielbasa ham shoulder turducken sausage jerky beef <span style=\"color: #ff0000;\">h</span><span style=\"color: #0000ff;\">a</span><span style=\"color: #008000;\">m</span></p>\n<p><a href=\"../?p=1\" title=\"Hello world!\">Alcatra hamburger</a> jowl shank jerky. </p>\n<ul>\n<li><span style=\"background-color: inherit;\">One</span></li>\n<li><span style=\"background-color: inherit;\">Two</span></li>\n<li><span style=\"background-color: inherit;\">Three</span></li>\n</ul>\n<ol>\n<li><span style=\"background-color: inherit;\">One</span></li>\n<li><span style=\"background-color: inherit;\">Two</span></li>\n<li><span style=\"background-color: inherit;\">Three</span></li>\n</ol>\n<blockquote><p><span style=\"background-color: inherit;\"></span>Bacon ipsum dolor amet shoulder turkey meatball pork chop porchetta, filet mignon shankle. Sausage meatloaf flank picanha jowl chuck capicola tri-tip. Meatloaf andouille kielbasa beef ribs. </p>\n<p>— Mr. Bacon</p></blockquote>"
|
|
}, {
|
|
"type": "divider",
|
|
"styles": {
|
|
"block": {
|
|
"backgroundColor": "transparent",
|
|
"padding": "13px",
|
|
"borderStyle": "solid",
|
|
"borderWidth": "3px",
|
|
"borderColor": "#000000"
|
|
}
|
|
}
|
|
}, {
|
|
"type": "spacer",
|
|
"styles": {
|
|
"block": {
|
|
"backgroundColor": "transparent",
|
|
"height": "50px"
|
|
}
|
|
}
|
|
}, {
|
|
"type": "button",
|
|
"text": "Button",
|
|
"url": "http://example.org",
|
|
"styles": {
|
|
"block": {
|
|
"backgroundColor": "#666666",
|
|
"borderColor": "#1e3650",
|
|
"borderWidth": "1px",
|
|
"borderRadius": "20px",
|
|
"borderStyle": "solid",
|
|
"width": "100px",
|
|
"lineHeight": "30px",
|
|
"fontColor": "#ffffff",
|
|
"fontFamily": "Arial",
|
|
"fontSize": "13px",
|
|
"textAlign": "center"
|
|
}
|
|
}
|
|
}, {
|
|
"type": "social",
|
|
"icons": [{
|
|
"type": "socialIcon",
|
|
"iconType": "custom",
|
|
"link": "http://example.org",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/custom.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Custom"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "facebook",
|
|
"link": "http://www.facebook.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Facebook.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Facebook"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "twitter",
|
|
"link": "http://www.twitter.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Twitter.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Twitter"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "google-plus",
|
|
"link": "http://plus.google.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Google-Plus.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Google Plus"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "youtube",
|
|
"link": "http://www.youtube.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Youtube.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Youtube"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "website",
|
|
"link": "http://example.org",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Website.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Website"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "email",
|
|
"link": "mailto:mail@example.org",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Email.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Email"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "instagram",
|
|
"link": "http://instagram.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Instagram.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Instagram"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "pinterest",
|
|
"link": "http://www.pinterest.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Pinterest.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Pinterest"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "linkedin",
|
|
"link": "http://www.linkedin.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/LinkedIn.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "LinkedIn"
|
|
}],
|
|
"iconSet": "default"
|
|
}, {
|
|
"type": "image",
|
|
"link": "http://example.org",
|
|
"src": "<%= image_url("newsletter_editor/200x83.jpg") %>",
|
|
"alt": "200x83",
|
|
"padded": false,
|
|
"width": "200px",
|
|
"height": "83px",
|
|
"styles": {
|
|
"block": {
|
|
"textAlign": "center"
|
|
}
|
|
}
|
|
}]
|
|
}, {
|
|
"orientation": "vertical",
|
|
"type": "container",
|
|
"styles": {
|
|
"block": {
|
|
"backgroundColor": "transparent"
|
|
}
|
|
},
|
|
"blocks": [{
|
|
"type": "image",
|
|
"link": "http://example.org",
|
|
"src": "<%= image_url("newsletter_editor/200x83.jpg") %>",
|
|
"alt": "200x83",
|
|
"padded": true,
|
|
"width": "200px",
|
|
"height": "83px",
|
|
"styles": {
|
|
"block": {
|
|
"textAlign": "center"
|
|
}
|
|
}
|
|
}, {
|
|
"type": "text",
|
|
"text": "<h1>1/3 Column</h1>\n<h1 style=\"text-align: center;\">1/3 Column</h1>\n<h1 style=\"text-align: right;\">1/3 Column</h1>\n<h1 style=\"text-align: center;\"><a href=\"../?p=231\" title=\"With multiple images\">1/3 Column</a></h1>\n<h2>Heading (size 2)</h2>\n<p>Paragraph under heading to test line-height.</p>\n<h3>Heading (size 3)</h3>\n<h3>Heading (size 3) <a href=\"../?p=223\" title=\"A classic embed object for Flash\">with link</a></h3>\n<h3>Heading <em>(size 3)</em></h3>\n<p>Paragraph under heading to test line-height.</p>\n<p><span style=\"font-weight: 600;\">Bacon ipsum dolor amet short ribs shank cow, ribeye corned beef short loin t-bone kielbasa meatloaf ball tip rump venison boudin brisket beef ribs. Fatback landjaeger frankfurter, meatloaf picanha andouille leberkas.</span> <em>Tail beef ribs boudin salami, kevin cupim landjaeger pork loin tenderloin ham filet mignon drumstick short loin. Biltong frankfurter shank pork belly picanha prosciutto meatloaf tail hamburger landjaeger pancetta shankle pig.</em> Pig tri-tip tenderloin ground round ribeye alcatra turkey salami turducken sausage pork loin kielbasa hamburger meatloaf strip steak. Ribeye boudin cow, beef ribs t-bone pig short ribs tri-tip pork loin rump shank hamburger short loin. Salami pastrami meatball shoulder cupim.</p>\n<p style=\"text-align: center;\"><span style=\"font-weight: 600;\">Bacon kevin shank ball tip shoulder. Jowl leberkas fatback, short loin chuck beef beef ribs short ribs ribeye turducken pork chop brisket filet mignon cow. Turkey ball tip rump bacon filet mignon sausage jowl shoulder chicken ground round kielbasa shankle.</span> <em>Drumstick pancetta corned beef kielbasa porchetta jerky swine leberkas kevin boudin chicken shoulder bacon tri-tip venison.</em> Ham hock ball tip beef ribs spare ribs tail pork ground round, biltong doner t-bone pork chop rump hamburger pancetta brisket.</p>\n<p style=\"text-align: right;\"><span style=\"font-weight: 600;\">Brisket beef kielbasa jowl hamburger, doner flank. Shoulder ham hock sausage t-bone pork belly chicken picanha pork loin ham bresaola tri-tip ground round kevin.</span> <em>Chicken sirloin shankle fatback boudin t-bone pig tri-tip bresaola doner cow short loin pancetta short ribs andouille. Cupim doner short ribs, andouille cow t-bone ground round pork porchetta beef capicola.</em> Rump drumstick biltong shank kielbasa bacon ball tip pancetta meatloaf shankle fatback.</p>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 600;\">Kielbasa jowl flank biltong. Pork loin fatback chicken ham prosciutto sausage cow short loin porchetta kielbasa.</span> <em>Bresaola ham hock pancetta, cow ham tenderloin flank turducken fatback beef jowl short loin pig.</em> Picanha turkey spare ribs capicola andouille, tongue short loin sausage corned beef kevin meatball venison kielbasa pastrami. Beef ribs ground round tenderloin flank.</p>\n<p><span style=\"font-weight: 600;\">Alcatra flank ground round corned beef tenderloin prosciutto chicken sirloin, venison leberkas turducken shoulder pastrami bresaola.</span> <em>Chicken leberkas t-bone pork loin drumstick flank. T-bone flank venison alcatra andouille brisket short ribs shankle biltong pancetta pork belly bacon.</em> Tri-tip biltong ham hock jowl chicken. Spare ribs beef ribs shankle corned beef short loin picanha prosciutto bacon ham rump tri-tip doner ground round cupim. Meatloaf andouille bresaola strip steak kevin, pork turducken.</p>\n<p>Jowl <span style=\"color: #ff0000;\">strip steak</span> pork <span style=\"color: #0000ff;\">belly jerky</span> short <span style=\"color: #008000;\">ribs filet</span> mignon. Kielbasa ham shoulder turducken sausage jerky beef <span style=\"color: #ff0000;\">h</span><span style=\"color: #0000ff;\">a</span><span style=\"color: #008000;\">m</span></p>\n<p><a href=\"../?p=1\" title=\"Hello world!\">Alcatra hamburger</a> jowl shank jerky. </p>\n<ul>\n<li><span style=\"background-color: inherit;\">One</span></li>\n<li><span style=\"background-color: inherit;\">Two</span></li>\n<li><span style=\"background-color: inherit;\">Three</span></li>\n</ul>\n<ol>\n<li><span style=\"background-color: inherit;\">One</span></li>\n<li><span style=\"background-color: inherit;\">Two</span></li>\n<li><span style=\"background-color: inherit;\">Three</span></li>\n</ol>\n<blockquote><p><span style=\"background-color: inherit;\"></span>Bacon ipsum dolor amet shoulder turkey meatball pork chop porchetta, filet mignon shankle. Sausage meatloaf flank picanha jowl chuck capicola tri-tip. Meatloaf andouille kielbasa beef ribs. </p>\n<p>— Mr. Bacon</p></blockquote>"
|
|
}, {
|
|
"type": "divider",
|
|
"styles": {
|
|
"block": {
|
|
"backgroundColor": "transparent",
|
|
"padding": "13px",
|
|
"borderStyle": "solid",
|
|
"borderWidth": "3px",
|
|
"borderColor": "#000000"
|
|
}
|
|
}
|
|
}, {
|
|
"type": "spacer",
|
|
"styles": {
|
|
"block": {
|
|
"backgroundColor": "transparent",
|
|
"height": "50px"
|
|
}
|
|
}
|
|
}, {
|
|
"type": "button",
|
|
"text": "Button",
|
|
"url": "http://example.org",
|
|
"styles": {
|
|
"block": {
|
|
"backgroundColor": "#666666",
|
|
"borderColor": "#1e3650",
|
|
"borderWidth": "1px",
|
|
"borderRadius": "20px",
|
|
"borderStyle": "solid",
|
|
"width": "100px",
|
|
"lineHeight": "30px",
|
|
"fontColor": "#ffffff",
|
|
"fontFamily": "Arial",
|
|
"fontSize": "13px",
|
|
"textAlign": "center"
|
|
}
|
|
}
|
|
}, {
|
|
"type": "social",
|
|
"icons": [{
|
|
"type": "socialIcon",
|
|
"iconType": "custom",
|
|
"link": "http://example.org",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/custom.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Custom"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "facebook",
|
|
"link": "http://www.facebook.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Facebook.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Facebook"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "twitter",
|
|
"link": "http://www.twitter.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Twitter.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Twitter"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "google-plus",
|
|
"link": "http://plus.google.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Google-Plus.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Google Plus"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "youtube",
|
|
"link": "http://www.youtube.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Youtube.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Youtube"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "website",
|
|
"link": "http://example.org",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Website.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Website"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "email",
|
|
"link": "mailto:mail@example.org",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Email.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Email"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "instagram",
|
|
"link": "http://instagram.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Instagram.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Instagram"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "pinterest",
|
|
"link": "http://www.pinterest.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/Pinterest.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "Pinterest"
|
|
}, {
|
|
"type": "socialIcon",
|
|
"iconType": "linkedin",
|
|
"link": "http://www.linkedin.com",
|
|
"image": "<%= image_url("newsletter_editor/social-icons/01-social/LinkedIn.png") %>",
|
|
"height": "32px",
|
|
"width": "32px",
|
|
"text": "LinkedIn"
|
|
}],
|
|
"iconSet": "default"
|
|
}, {
|
|
"type": "image",
|
|
"link": "http://example.org",
|
|
"src": "<%= image_url("newsletter_editor/200x83.jpg") %>",
|
|
"alt": "200x83",
|
|
"padded": false,
|
|
"width": "200px",
|
|
"height": "83px",
|
|
"styles": {
|
|
"block": {
|
|
"textAlign": "center"
|
|
}
|
|
}
|
|
}]
|
|
}]
|
|
}, {
|
|
"orientation": "horizontal",
|
|
"type": "container",
|
|
"styles": {
|
|
"block": {
|
|
"backgroundColor": "transparent"
|
|
}
|
|
},
|
|
"blocks": [{
|
|
"orientation": "vertical",
|
|
"type": "container",
|
|
"styles": {
|
|
"block": {
|
|
"backgroundColor": "transparent"
|
|
}
|
|
},
|
|
"blocks": [{
|
|
"type": "footer",
|
|
"text": "<p>You are receiving this email because you opted in on our website. Update your <a href=\"[manageSubscriptionUrl]\">email preferences</a> or <a href=\"[unsubscribeUrl]\">unsubscribe</a>. </p>\n<p><a href=\"[manageSubscriptionUrl]\"></a>123 Maple Avenue<br />93102<br />Oakland, California</p>",
|
|
"styles": {
|
|
"block": {
|
|
"backgroundColor": "#333333"
|
|
},
|
|
"text": {
|
|
"fontColor": "#aaaaaa",
|
|
"fontFamily": "Arial",
|
|
"fontSize": "12px",
|
|
"textAlign": "center"
|
|
},
|
|
"link": {
|
|
"fontColor": "#a86b6b",
|
|
"textDecoration": "underline"
|
|
}
|
|
}
|
|
}]
|
|
}]
|
|
}]
|
|
},
|
|
"globalStyles": {
|
|
"text": {
|
|
"fontColor": "#565656",
|
|
"fontFamily": "Arial",
|
|
"fontSize": "16px"
|
|
},
|
|
"h1": {
|
|
"fontColor": "#565656",
|
|
"fontFamily": "Arial",
|
|
"fontSize": "36px"
|
|
},
|
|
"h2": {
|
|
"fontColor": "#565656",
|
|
"fontFamily": "Arial",
|
|
"fontSize": "26px"
|
|
},
|
|
"h3": {
|
|
"fontColor": "#565656",
|
|
"fontFamily": "Arial",
|
|
"fontSize": "18px"
|
|
},
|
|
"link": {
|
|
"fontColor": "#a86b6b",
|
|
"textDecoration": "underline"
|
|
},
|
|
"wrapper": {
|
|
"backgroundColor": "#999999"
|
|
},
|
|
"body": {
|
|
"backgroundColor": "#333333"
|
|
}
|
|
},
|
|
},
|
|
"subject": "Click to change the subject!",
|
|
"preheader": "",
|
|
"id": 3,
|
|
}, 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',
|
|
],
|
|
fonts: [
|
|
'Arial',
|
|
'Comic Sans',
|
|
'Courier New',
|
|
'Georgia',
|
|
'Lucida',
|
|
'Tahoma',
|
|
'Times New Roman',
|
|
'Trebuchet MS',
|
|
'Verdana',
|
|
],
|
|
socialIconSets: {
|
|
'default': {
|
|
'custom': '<%= image_url('newsletter_editor/social-icons/custom.png') %>',
|
|
'facebook': '<%= image_url('newsletter_editor/social-icons/01-social/Facebook.png') %>',
|
|
'twitter': '<%= image_url('newsletter_editor/social-icons/01-social/Twitter.png') %>',
|
|
'google-plus': '<%= image_url('newsletter_editor/social-icons/01-social/Google-Plus.png') %>',
|
|
'youtube': '<%= image_url('newsletter_editor/social-icons/01-social/Youtube.png') %>',
|
|
'website': '<%= image_url('newsletter_editor/social-icons/01-social/Website.png') %>',
|
|
'email': '<%= image_url('newsletter_editor/social-icons/01-social/Email.png') %>',
|
|
'instagram': '<%= image_url('newsletter_editor/social-icons/01-social/Instagram.png') %>',
|
|
'pinterest': '<%= image_url('newsletter_editor/social-icons/01-social/Pinterest.png') %>',
|
|
'linkedin': '<%= image_url('newsletter_editor/social-icons/01-social/LinkedIn.png') %>',
|
|
},
|
|
'grey': {
|
|
'custom': '<%= image_url('newsletter_editor/social-icons/custom.png') %>',
|
|
'facebook': '<%= image_url('newsletter_editor/social-icons/02-grey/Facebook.png') %>',
|
|
'twitter': '<%= image_url('newsletter_editor/social-icons/02-grey/Twitter.png') %>',
|
|
'google-plus': '<%= image_url('newsletter_editor/social-icons/02-grey/Google-Plus.png') %>',
|
|
'youtube': '<%= image_url('newsletter_editor/social-icons/02-grey/Youtube.png') %>',
|
|
'website': '<%= image_url('newsletter_editor/social-icons/02-grey/Website.png') %>',
|
|
'email': '<%= image_url('newsletter_editor/social-icons/02-grey/Email.png') %>',
|
|
'instagram': '<%= image_url('newsletter_editor/social-icons/02-grey/Instagram.png') %>',
|
|
'pinterest': '<%= image_url('newsletter_editor/social-icons/02-grey/Pinterest.png') %>',
|
|
'linkedin': '<%= image_url('newsletter_editor/social-icons/02-grey/LinkedIn.png') %>',
|
|
},
|
|
'circles': {
|
|
'custom': '<%= image_url('newsletter_editor/social-icons/custom.png') %>',
|
|
'facebook': '<%= image_url('newsletter_editor/social-icons/03-circles/Facebook.png') %>',
|
|
'twitter': '<%= image_url('newsletter_editor/social-icons/03-circles/Twitter.png') %>',
|
|
'google-plus': '<%= image_url('newsletter_editor/social-icons/03-circles/Google-Plus.png') %>',
|
|
'youtube': '<%= image_url('newsletter_editor/social-icons/03-circles/Youtube.png') %>',
|
|
'website': '<%= image_url('newsletter_editor/social-icons/03-circles/Website.png') %>',
|
|
'email': '<%= image_url('newsletter_editor/social-icons/03-circles/Email.png') %>',
|
|
'instagram': '<%= image_url('newsletter_editor/social-icons/03-circles/Instagram.png') %>',
|
|
'pinterest': '<%= image_url('newsletter_editor/social-icons/03-circles/Pinterest.png') %>',
|
|
'linkedin': '<%= image_url('newsletter_editor/social-icons/03-circles/LinkedIn.png') %>',
|
|
},
|
|
'full-flat-roundrect': {
|
|
'custom': '<%= image_url('newsletter_editor/social-icons/custom.png') %>',
|
|
'facebook': '<%= image_url('newsletter_editor/social-icons/04-full-flat-roundrect/Facebook.png') %>',
|
|
'twitter': '<%= image_url('newsletter_editor/social-icons/04-full-flat-roundrect/Twitter.png') %>',
|
|
'google-plus': '<%= image_url('newsletter_editor/social-icons/04-full-flat-roundrect/Google-Plus.png') %>',
|
|
'youtube': '<%= image_url('newsletter_editor/social-icons/04-full-flat-roundrect/Youtube.png') %>',
|
|
'website': '<%= image_url('newsletter_editor/social-icons/04-full-flat-roundrect/Website.png') %>',
|
|
'email': '<%= image_url('newsletter_editor/social-icons/04-full-flat-roundrect/Email.png') %>',
|
|
'instagram': '<%= image_url('newsletter_editor/social-icons/04-full-flat-roundrect/Instagram.png') %>',
|
|
'pinterest': '<%= image_url('newsletter_editor/social-icons/04-full-flat-roundrect/Pinterest.png') %>',
|
|
'linkedin': '<%= image_url('newsletter_editor/social-icons/04-full-flat-roundrect/LinkedIn.png') %>',
|
|
},
|
|
'full-gradient-square': {
|
|
'custom': '<%= image_url('newsletter_editor/social-icons/custom.png') %>',
|
|
'facebook': '<%= image_url('newsletter_editor/social-icons/05-full-gradient-square/Facebook.png') %>',
|
|
'twitter': '<%= image_url('newsletter_editor/social-icons/05-full-gradient-square/Twitter.png') %>',
|
|
'google-plus': '<%= image_url('newsletter_editor/social-icons/05-full-gradient-square/Google-Plus.png') %>',
|
|
'youtube': '<%= image_url('newsletter_editor/social-icons/05-full-gradient-square/Youtube.png') %>',
|
|
'website': '<%= image_url('newsletter_editor/social-icons/05-full-gradient-square/Website.png') %>',
|
|
'email': '<%= image_url('newsletter_editor/social-icons/05-full-gradient-square/Email.png') %>',
|
|
'instagram': '<%= image_url('newsletter_editor/social-icons/05-full-gradient-square/Instagram.png') %>',
|
|
'pinterest': '<%= image_url('newsletter_editor/social-icons/05-full-gradient-square/Pinterest.png') %>',
|
|
'linkedin': '<%= image_url('newsletter_editor/social-icons/05-full-gradient-square/LinkedIn.png') %>',
|
|
},
|
|
'full-symbol-color': {
|
|
'custom': '<%= image_url('newsletter_editor/social-icons/custom.png') %>',
|
|
'facebook': '<%= image_url('newsletter_editor/social-icons/06-full-symbol-color/Facebook.png') %>',
|
|
'twitter': '<%= image_url('newsletter_editor/social-icons/06-full-symbol-color/Twitter.png') %>',
|
|
'google-plus': '<%= image_url('newsletter_editor/social-icons/06-full-symbol-color/Google-Plus.png') %>',
|
|
'youtube': '<%= image_url('newsletter_editor/social-icons/06-full-symbol-color/Youtube.png') %>',
|
|
'website': '<%= image_url('newsletter_editor/social-icons/06-full-symbol-color/Website.png') %>',
|
|
'email': '<%= image_url('newsletter_editor/social-icons/06-full-symbol-color/Email.png') %>',
|
|
'instagram': '<%= image_url('newsletter_editor/social-icons/06-full-symbol-color/Instagram.png') %>',
|
|
'pinterest': '<%= image_url('newsletter_editor/social-icons/06-full-symbol-color/Pinterest.png') %>',
|
|
'linkedin': '<%= image_url('newsletter_editor/social-icons/06-full-symbol-color/LinkedIn.png') %>',
|
|
},
|
|
'full-symbol-black': {
|
|
'custom': '<%= image_url('newsletter_editor/social-icons/custom.png') %>',
|
|
'facebook': '<%= image_url('newsletter_editor/social-icons/07-full-symbol-black/Facebook.png') %>',
|
|
'twitter': '<%= image_url('newsletter_editor/social-icons/07-full-symbol-black/Twitter.png') %>',
|
|
'google-plus': '<%= image_url('newsletter_editor/social-icons/07-full-symbol-black/Google-Plus.png') %>',
|
|
'youtube': '<%= image_url('newsletter_editor/social-icons/07-full-symbol-black/Youtube.png') %>',
|
|
'website': '<%= image_url('newsletter_editor/social-icons/07-full-symbol-black/Website.png') %>',
|
|
'email': '<%= image_url('newsletter_editor/social-icons/07-full-symbol-black/Email.png') %>',
|
|
'instagram': '<%= image_url('newsletter_editor/social-icons/07-full-symbol-black/Instagram.png') %>',
|
|
'pinterest': '<%= image_url('newsletter_editor/social-icons/07-full-symbol-black/Pinterest.png') %>',
|
|
'linkedin': '<%= image_url('newsletter_editor/social-icons/07-full-symbol-black/LinkedIn.png') %>',
|
|
},
|
|
'full-symbol-grey': {
|
|
'custom': '<%= image_url('newsletter_editor/social-icons/custom.png') %>',
|
|
'facebook': '<%= image_url('newsletter_editor/social-icons/08-full-symbol-grey/Facebook.png') %>',
|
|
'twitter': '<%= image_url('newsletter_editor/social-icons/08-full-symbol-grey/Twitter.png') %>',
|
|
'google-plus': '<%= image_url('newsletter_editor/social-icons/08-full-symbol-grey/Google-Plus.png') %>',
|
|
'youtube': '<%= image_url('newsletter_editor/social-icons/08-full-symbol-grey/Youtube.png') %>',
|
|
'website': '<%= image_url('newsletter_editor/social-icons/08-full-symbol-grey/Website.png') %>',
|
|
'email': '<%= image_url('newsletter_editor/social-icons/08-full-symbol-grey/Email.png') %>',
|
|
'instagram': '<%= image_url('newsletter_editor/social-icons/08-full-symbol-grey/Instagram.png') %>',
|
|
'pinterest': '<%= image_url('newsletter_editor/social-icons/08-full-symbol-grey/Pinterest.png') %>',
|
|
'linkedin': '<%= image_url('newsletter_editor/social-icons/08-full-symbol-grey/LinkedIn.png') %>',
|
|
},
|
|
'line-roundrect': {
|
|
'custom': '<%= image_url('newsletter_editor/social-icons/custom.png') %>',
|
|
'facebook': '<%= image_url('newsletter_editor/social-icons/09-line-roundrect/Facebook.png') %>',
|
|
'twitter': '<%= image_url('newsletter_editor/social-icons/09-line-roundrect/Twitter.png') %>',
|
|
'google-plus': '<%= image_url('newsletter_editor/social-icons/09-line-roundrect/Google-Plus.png') %>',
|
|
'youtube': '<%= image_url('newsletter_editor/social-icons/09-line-roundrect/Youtube.png') %>',
|
|
'website': '<%= image_url('newsletter_editor/social-icons/09-line-roundrect/Website.png') %>',
|
|
'email': '<%= image_url('newsletter_editor/social-icons/09-line-roundrect/Email.png') %>',
|
|
'instagram': '<%= image_url('newsletter_editor/social-icons/09-line-roundrect/Instagram.png') %>',
|
|
'pinterest': '<%= image_url('newsletter_editor/social-icons/09-line-roundrect/Pinterest.png') %>',
|
|
'linkedin': '<%= image_url('newsletter_editor/social-icons/09-line-roundrect/LinkedIn.png') %>',
|
|
},
|
|
'line-square': {
|
|
'custom': '<%= image_url('newsletter_editor/social-icons/custom.png') %>',
|
|
'facebook': '<%= image_url('newsletter_editor/social-icons/10-line-square/Facebook.png') %>',
|
|
'twitter': '<%= image_url('newsletter_editor/social-icons/10-line-square/Twitter.png') %>',
|
|
'google-plus': '<%= image_url('newsletter_editor/social-icons/10-line-square/Google-Plus.png') %>',
|
|
'youtube': '<%= image_url('newsletter_editor/social-icons/10-line-square/Youtube.png') %>',
|
|
'website': '<%= image_url('newsletter_editor/social-icons/10-line-square/Website.png') %>',
|
|
'email': '<%= image_url('newsletter_editor/social-icons/10-line-square/Email.png') %>',
|
|
'instagram': '<%= image_url('newsletter_editor/social-icons/10-line-square/Instagram.png') %>',
|
|
'pinterest': '<%= image_url('newsletter_editor/social-icons/10-line-square/Pinterest.png') %>',
|
|
'linkedin': '<%= image_url('newsletter_editor/social-icons/10-line-square/LinkedIn.png') %>',
|
|
},
|
|
},
|
|
dividers: [
|
|
'hidden',
|
|
'dotted',
|
|
'dashed',
|
|
'solid',
|
|
'double',
|
|
'groove',
|
|
'ridge',
|
|
],
|
|
},
|
|
socialIcons: {
|
|
'facebook': {
|
|
title: 'Facebook',
|
|
linkFieldName: '<%= __('Link') %>',
|
|
defaultLink: 'http://www.facebook.com',
|
|
},
|
|
'twitter': {
|
|
title: 'Twitter',
|
|
linkFieldName: '<%= __('Link') %>',
|
|
defaultLink: 'http://www.twitter.com',
|
|
},
|
|
'google-plus': {
|
|
title: 'Google Plus',
|
|
linkFieldName: '<%= __('Link') %>',
|
|
defaultLink: 'http://plus.google.com',
|
|
},
|
|
'youtube': {
|
|
title: 'Youtube',
|
|
linkFieldName: '<%= __('Link') %>',
|
|
defaultLink: 'http://www.youtube.com',
|
|
},
|
|
'website': {
|
|
title: '<%= __('Website') %>',
|
|
linkFieldName: '<%= __('Link') %>',
|
|
defaultLink: 'http://example.org',
|
|
},
|
|
'email': {
|
|
title: '<%= __('Email') %>',
|
|
linkFieldName: '<%= __('Email') %>',
|
|
defaultLink: 'mailto:mail@example.org',
|
|
},
|
|
'instagram': {
|
|
title: 'Instagram',
|
|
linkFieldName: '<%= __('Link') %>',
|
|
defaultLink: 'http://instagram.com',
|
|
},
|
|
'pinterest': {
|
|
title: 'Pinterest',
|
|
linkFieldName: '<%= __('Link') %>',
|
|
defaultLink: 'http://www.pinterest.com',
|
|
},
|
|
'linkedin': {
|
|
title: 'LinkedIn',
|
|
linkFieldName: '<%= __('Link') %>',
|
|
defaultLink: 'http://www.linkedin.com',
|
|
},
|
|
'custom': {
|
|
title: '<%= __('Custom') %>',
|
|
linkFieldName: '<%= __('Link') %>',
|
|
defaultLink: 'http://example.org',
|
|
},
|
|
},
|
|
blockDefaults: {
|
|
automatedLatestContent: {
|
|
amount: '5',
|
|
contentType: 'post', // 'post'|'page'|'mailpoet_page'
|
|
inclusionType: 'include', // 'include'|'exclude'
|
|
displayType: 'excerpt', // 'excerpt'|'full'|'titleOnly'
|
|
titleFormat: 'h1', // 'h1'|'h2'|'h3'|'ul'
|
|
titlePosition: 'inTextBlock', // 'inTextBlock'|'aboveBlock',
|
|
titleAlignment: 'left', // 'left'|'center'|'right'
|
|
titleIsLink: false, // false|true
|
|
imagePadded: true, // true|false
|
|
showAuthor: 'no', // 'no'|'aboveText'|'belowText'
|
|
authorPrecededBy: '<%= __('Author:') %>',
|
|
showCategories: 'no', // 'no'|'aboveText'|'belowText'
|
|
categoriesPrecededBy: '<%= __('Categories:') %>',
|
|
readMoreType: 'button', // 'link'|'button'
|
|
readMoreText: 'Read more', // 'link'|'button'
|
|
readMoreButton: {
|
|
text: '<%= __('Read more') %>',
|
|
url: '[postLink]',
|
|
styles: {
|
|
block: {
|
|
backgroundColor: '#ffffff',
|
|
borderColor: '#00ddff',
|
|
borderWidth: '1px',
|
|
borderRadius: '5px',
|
|
borderStyle: 'solid',
|
|
width: '120px',
|
|
lineHeight: '30px',
|
|
fontColor: '#00ddff',
|
|
fontFamily: 'Arial',
|
|
fontSize: '20px',
|
|
textAlign: 'center',
|
|
},
|
|
},
|
|
},
|
|
sortBy: 'newest', // 'newest'|'oldest',
|
|
showDivider: true, // true|false
|
|
divider: {
|
|
styles: {
|
|
block: {
|
|
backgroundColor: 'transparent',
|
|
padding: '13px',
|
|
borderStyle: 'solid',
|
|
borderWidth: '3px',
|
|
borderColor: '#aaaaaa',
|
|
},
|
|
},
|
|
},
|
|
backgroundColor: '#ffffff',
|
|
backgroundColorAlternate: '#eeeeee',
|
|
},
|
|
button: {
|
|
text: '<%= __('Button') %>',
|
|
url: 'http://example.org',
|
|
styles: {
|
|
block: {
|
|
backgroundColor: '#2ea1cd',
|
|
borderColor: '#0074a2',
|
|
borderWidth: '1px',
|
|
borderRadius: '7px',
|
|
borderStyle: 'solid',
|
|
width: '120px',
|
|
lineHeight: '35px',
|
|
fontColor: '#ffffff',
|
|
fontFamily: 'Verdana',
|
|
fontSize: '18px',
|
|
textAlign: 'center',
|
|
},
|
|
},
|
|
},
|
|
container: {
|
|
styles: {
|
|
block: {
|
|
backgroundColor: 'transparent',
|
|
},
|
|
},
|
|
},
|
|
divider: {
|
|
styles: {
|
|
block: {
|
|
backgroundColor: 'transparent',
|
|
padding: '13px',
|
|
borderStyle: 'solid',
|
|
borderWidth: '3px',
|
|
borderColor: '#aaaaaa',
|
|
},
|
|
},
|
|
},
|
|
footer: {
|
|
text: '<a href="[unsubscribeUrl]"><%= __('Unsubscribe') %></a> | <a href="[manageSubscriptionUrl]"><%= __('Manage subscription') %></a><br /><b><%= __('Add your postal address here!') %></b>',
|
|
styles: {
|
|
block: {
|
|
backgroundColor: 'transparent',
|
|
},
|
|
text: {
|
|
fontColor: '#222222',
|
|
fontFamily: 'Arial',
|
|
fontSize: '12px',
|
|
textAlign: 'center',
|
|
},
|
|
link: {
|
|
fontColor: '#6cb7d4',
|
|
textDecoration: 'none',
|
|
},
|
|
},
|
|
},
|
|
image: {
|
|
link: 'http://example.org',
|
|
src: '<%= image_url('newsletter_editor/pigeon.png') %>',
|
|
alt: '<%= __('An image of...') %>',
|
|
padded: true,
|
|
width: '281px',
|
|
height: '190px',
|
|
styles: {
|
|
block: {
|
|
textAlign: 'center',
|
|
},
|
|
},
|
|
},
|
|
posts: {
|
|
amount: '10',
|
|
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'
|
|
titlePosition: 'inTextBlock', // 'inTextBlock'|'aboveBlock',
|
|
titleAlignment: 'left', // 'left'|'center'|'right'
|
|
titleIsLink: false, // false|true
|
|
imagePadded: true, // true|false
|
|
showAuthor: 'no', // 'no'|'aboveText'|'belowText'
|
|
authorPrecededBy: '<%= __('Author:') %>',
|
|
showCategories: 'no', // 'no'|'aboveText'|'belowText'
|
|
categoriesPrecededBy: '<%= __('Categories:') %>',
|
|
readMoreType: 'link', // 'link'|'button'
|
|
readMoreText: 'Read more', // 'link'|'button'
|
|
readMoreButton: {
|
|
text: '<%= __('Read more') %>',
|
|
url: '[postLink]',
|
|
styles: {
|
|
block: {
|
|
backgroundColor: '#ffffff',
|
|
borderColor: '#000000',
|
|
borderWidth: '1px',
|
|
borderRadius: '5px',
|
|
borderStyle: 'solid',
|
|
width: '120px',
|
|
lineHeight: '30px',
|
|
fontColor: '#000000',
|
|
fontFamily: 'Arial',
|
|
fontSize: '20px',
|
|
textAlign: 'center',
|
|
},
|
|
},
|
|
},
|
|
sortBy: 'newest', // 'newest'|'oldest',
|
|
showDivider: true, // true|false
|
|
divider: {
|
|
styles: {
|
|
block: {
|
|
backgroundColor: 'transparent',
|
|
padding: '13px',
|
|
borderStyle: 'solid',
|
|
borderWidth: '3px',
|
|
borderColor: '#aaaaaa',
|
|
},
|
|
},
|
|
},
|
|
backgroundColor: '#ffffff',
|
|
backgroundColorAlternate: '#eeeeee',
|
|
},
|
|
social: {
|
|
iconSet: 'default',
|
|
icons: [
|
|
{
|
|
type: 'socialIcon',
|
|
iconType: 'facebook',
|
|
link: 'http://example.com',
|
|
image: '<%= image_url('newsletter_editor/social-icons/01-social/Facebook.png') %>',
|
|
height: '32px',
|
|
width: '32px',
|
|
text: '<%= __('Facebook') %>',
|
|
},
|
|
{
|
|
type: 'socialIcon',
|
|
iconType: 'twitter',
|
|
link: 'http://example.com',
|
|
image: '<%= image_url('newsletter_editor/social-icons/01-social/Twitter.png') %>',
|
|
height: '32px',
|
|
width: '32px',
|
|
text: '<%= __('Twitter') %>',
|
|
},
|
|
],
|
|
},
|
|
spacer: {
|
|
styles: {
|
|
block: {
|
|
backgroundColor: 'transparent',
|
|
height: '40px',
|
|
},
|
|
},
|
|
},
|
|
text: {
|
|
text: '<%= __('Edit this to insert text') %>',
|
|
},
|
|
header: {
|
|
text: '<%= __('Display problems?') %> <a href="[viewInBrowserUrl]"><%= __('View it in your browser') %></a>',
|
|
styles: {
|
|
block: {
|
|
backgroundColor: 'transparent',
|
|
},
|
|
text: {
|
|
fontColor: '#222222',
|
|
fontFamily: 'Arial',
|
|
fontSize: '12px',
|
|
textAlign: 'center',
|
|
},
|
|
link: {
|
|
fontColor: '#6cb7d4',
|
|
textDecoration: 'underline',
|
|
},
|
|
},
|
|
},
|
|
},
|
|
customFields: {
|
|
'<%= __('Subscriber') %>': [
|
|
{
|
|
text: '<%= __('First Name') %>',
|
|
shortcode: 'user:firstname | default:reader',
|
|
},
|
|
{
|
|
text: '<%= __('Last Name') %>',
|
|
shortcode: 'user:lastname | default:reader',
|
|
},
|
|
{
|
|
text: '<%= __('Email Address') %>',
|
|
shortcode: 'user:email',
|
|
},
|
|
{
|
|
text: '<%= __('Wordpress user display name') %>',
|
|
shortcode: 'user:displayname | default:member',
|
|
},
|
|
{
|
|
text: '<%= __('Total of subscribers') %>',
|
|
shortcode: 'user:count',
|
|
},
|
|
],
|
|
'<%= __('Newsletter') %>': [
|
|
{
|
|
text: '<%= __('Newsletter Subject') %>',
|
|
shortcode: 'newsletter:subject',
|
|
},
|
|
],
|
|
'<%= __('Post Notifications') %>': [
|
|
{
|
|
text: '<%= __('Total number of posts or pages') %>',
|
|
shortcode: 'newsletter:total',
|
|
},
|
|
{
|
|
text: '<%= __('Latest post title') %>',
|
|
shortcode: 'newsletter:post_title',
|
|
},
|
|
{
|
|
text: '<%= __('Issue number') %>',
|
|
shortcode: 'newsletter:number',
|
|
},
|
|
],
|
|
'<%= __('Date') %>': [
|
|
{
|
|
text: '<%= __('Current day of the month number') %>',
|
|
shortcode: 'date:d',
|
|
},
|
|
{
|
|
text: '<%= __('Current day of the month in ordinal, ie. 2nd, 3rd, etc.') %>',
|
|
shortcode: 'date:dordinal',
|
|
},
|
|
{
|
|
text: '<%= __('Full name of current day') %>',
|
|
shortcode: 'date:dtext',
|
|
},
|
|
{
|
|
text: '<%= __('Current month number') %>',
|
|
shortcode: 'date:m',
|
|
},
|
|
{
|
|
text: '<%= __('Full name of current month') %>',
|
|
shortcode: 'date:mtext',
|
|
},
|
|
{
|
|
text: '<%= __('Year') %>',
|
|
shortcode: 'date:y',
|
|
},
|
|
],
|
|
'<%= __('Links') %>': [
|
|
{
|
|
text: '<%= __('Unsubscribe link') %>',
|
|
shortcode: 'global:unsubscribe',
|
|
},
|
|
{
|
|
text: '<%= __('Edit subscription page link') %>',
|
|
shortcode: 'global:manage',
|
|
},
|
|
{
|
|
text: '<%= __('View in browser link') %>',
|
|
shortcode: 'global:browser',
|
|
},
|
|
],
|
|
'<%= __('Custom fields') %>': [
|
|
{
|
|
text: '<%= __('Temporary sample custom field') %>',
|
|
shortcode: 'custom:samplefield',
|
|
},
|
|
],
|
|
},
|
|
translations: {
|
|
customFieldsWindowTitle: '<%= __('Select a shortcode') %>',
|
|
unsubscribeLinkMissing: '<%= __('Please include an unsubscribe link to continue.') %>',
|
|
|
|
testEmailSent: '<%= __('Test email successfully sent!') %>',
|
|
unknownErrorOccurred: '<%= __('An unknown error occurred, please check your settings.') %>',
|
|
},
|
|
sidepanelWidth: '331px',
|
|
validation: {
|
|
validateUnsubscribeLinkPresent: true, // TODO: Add validation based on whether Mailpoet MTA is used or not
|
|
},
|
|
urls: {
|
|
termSearch: ajaxurl + '?action=mailpoet_ajax&mailpoet_file=search_terms.php',
|
|
send: '?page=mailpoet-newsletters&action=send&newsletter=1', // TODO: Add saving path based on newsletter id
|
|
imageMissing: '<%= image_url("newsletter_editor/image-missing.svg") %>',
|
|
},
|
|
};
|
|
|
|
// start editor
|
|
var editor = EditorApplication.start({
|
|
newsletter: newsletter,
|
|
config: config,
|
|
});
|
|
|
|
</script>
|
|
<% endblock %>
|