Update default value

[MAILPOET-1568]
This commit is contained in:
Pavel Dohnal
2018-10-24 09:27:55 +02:00
parent 7be91476f0
commit 283452f47e

View File

@@ -39,12 +39,12 @@ define([
defaults: function () { defaults: function () {
return this._getDefaults({ return this._getDefaults({
type: 'container', type: 'container',
columnLayout: false,
orientation: 'vertical', orientation: 'vertical',
image: { image: {
src: null, src: null,
display: 'scale' display: 'scale'
}, },
irregularWidthContents: false,
styles: { styles: {
block: { block: {
backgroundColor: 'transparent' backgroundColor: 'transparent'