Fix one column layout of default newsletter structure
This commit is contained in:
@@ -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>. 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>. 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",
|
||||||
|
Reference in New Issue
Block a user