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

@@ -969,16 +969,6 @@ class DogFood {
),
'type' => 'button',
),
'container' =>
array (
'styles' =>
array (
'block' =>
array (
'backgroundColor' => 'transparent',
),
),
),
'divider' =>
array (
'styles' =>
@@ -1156,4 +1146,4 @@ class DogFood {
);
}
}
}