Remove container blockDefaults from templates data

[MAILPOET-1480]
This commit is contained in:
Rostislav Wolny
2018-09-13 15:36:31 +02:00
committed by Pavel Dohnal
parent ef17e82685
commit 814fceb297
19 changed files with 17 additions and 335 deletions

View File

@ -533,16 +533,6 @@ class RssSimpleNews {
),
'type' => 'button',
),
'container' =>
array (
'styles' =>
array (
'block' =>
array (
'backgroundColor' => 'transparent',
),
),
),
'divider' =>
array (
'styles' =>
@ -707,4 +697,4 @@ class RssSimpleNews {
);
}
}
}