Fix one column layout of default newsletter structure

This commit is contained in:
Tautvidas Sipavičius
2015-08-27 15:14:26 +03:00
parent e6d59496eb
commit 0c9c959b31

View File

@@ -254,6 +254,23 @@
} }
}, },
"blocks": [{ "blocks": [{
"orientation": "horizontal",
"type": "container",
"styles": {
"block": {
"backgroundColor": "transparent",
},
},
"blocks": [{
"orientation": "vertical",
"type": "container",
"styles": {
"block": {
"backgroundColor": "transparent",
},
},
"blocks": [
{
"type": "header", "type": "header",
"text": "<p>Display problems? <a href=\"[viewInBrowserUrl]\">View it in your browser</a>.&nbsp;If I add a lot of text to test what happens... Well, nothing really (exciting) happens. Things don't break.</p>", "text": "<p>Display problems? <a href=\"[viewInBrowserUrl]\">View it in your browser</a>.&nbsp;If I add a lot of text to test what happens... Well, nothing really (exciting) happens. Things don't break.</p>",
"styles": { "styles": {
@@ -751,6 +768,9 @@
} }
}] }]
}] }]
}
],
}],
}, { }, {
"orientation": "horizontal", "orientation": "horizontal",
"type": "container", "type": "container",