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

@@ -1055,21 +1055,6 @@ class ScienceWeekly {
),
'type' => 'button',
),
'container' =>
array (
'image' =>
array (
'src' => NULL,
'display' => 'scale',
),
'styles' =>
array (
'block' =>
array (
'backgroundColor' => 'transparent',
),
),
),
'divider' =>
array (
'styles' =>
@@ -1241,4 +1226,4 @@ class ScienceWeekly {
return $this->template_image_url . '/science-weekly-new.jpg';
}
}
}