Update templates after latest fixes

[MAILPOET-1617]
This commit is contained in:
Pavel Dohnal
2019-03-13 15:57:03 +01:00
committed by M. Shull
parent 92fce51eca
commit e056519b2d
15 changed files with 58 additions and 46 deletions

View File

@@ -204,7 +204,7 @@ class Poet {
'block' =>
array (
'backgroundColor' => 'transparent',
'height' => '80px',
'height' => '144px',
),
),
),
@@ -227,11 +227,23 @@ class Poet {
),
3 =>
array (
'type' => 'text',
'text' => '<h1>Thanks for signing up!</h1>
<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ut fringilla velit, id malesuada nisi. Nam ac rutrum diam.</span></p>',
'type' => 'spacer',
'styles' =>
array (
'block' =>
array (
'backgroundColor' => 'transparent',
'height' => '20px',
),
),
),
4 =>
array (
'type' => 'text',
'text' => '<h1>Thanks for signing up!</h1>
<p><span style="color: #000000;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ut fringilla velit, id malesuada nisi. Nam ac rutrum diam.</span></p>',
),
5 =>
array (
'type' => 'spacer',
'styles' =>
@@ -239,7 +251,7 @@ class Poet {
'block' =>
array (
'backgroundColor' => 'transparent',
'height' => '160px',
'height' => '20px',
),
),
),
@@ -1220,7 +1232,7 @@ class Poet {
'block' =>
array (
'backgroundColor' => 'transparent',
'height' => '30px',
'height' => '20px',
),
),
'type' => 'spacer',