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

@@ -1256,46 +1256,6 @@ class FashionStore {
),
),
),
'container' =>
array(
'image' =>
array(
'src' => $this->template_image_url . '/Fashion-Header.jpg',
'display' => 'scale',
),
'styles' =>
array(
'block' =>
array(
'backgroundColor' => '#f8f8f8',
),
),
'type' => 'container',
'orientation' => 'horizontal',
'blocks' =>
array(
0 =>
array(
'type' => 'container',
'orientation' => 'vertical',
'image' =>
array(
'src' => NULL,
'display' => 'scale',
),
'styles' =>
array(
'block' =>
array(
'backgroundColor' => 'transparent',
),
),
'blocks' =>
array(
),
),
),
),
'divider' =>
array(
'styles' =>
@@ -1462,4 +1422,4 @@ class FashionStore {
);
}
}
}