Remove container blockDefaults from templates data
[MAILPOET-1480]
This commit is contained in:
committed by
Pavel Dohnal
parent
ef17e82685
commit
814fceb297
@ -854,16 +854,6 @@ class Avocado {
|
||||
),
|
||||
'type' => 'button',
|
||||
),
|
||||
'container' =>
|
||||
array (
|
||||
'styles' =>
|
||||
array (
|
||||
'block' =>
|
||||
array (
|
||||
'backgroundColor' => 'transparent',
|
||||
),
|
||||
),
|
||||
),
|
||||
'divider' =>
|
||||
array (
|
||||
'styles' =>
|
||||
|
@ -957,21 +957,6 @@ class Charity {
|
||||
),
|
||||
),
|
||||
),
|
||||
'container' =>
|
||||
array (
|
||||
'image' =>
|
||||
array (
|
||||
'src' => NULL,
|
||||
'display' => 'scale',
|
||||
),
|
||||
'styles' =>
|
||||
array (
|
||||
'block' =>
|
||||
array (
|
||||
'backgroundColor' => 'transparent',
|
||||
),
|
||||
),
|
||||
),
|
||||
'divider' =>
|
||||
array (
|
||||
'styles' =>
|
||||
|
@ -969,16 +969,6 @@ class DogFood {
|
||||
),
|
||||
'type' => 'button',
|
||||
),
|
||||
'container' =>
|
||||
array (
|
||||
'styles' =>
|
||||
array (
|
||||
'block' =>
|
||||
array (
|
||||
'backgroundColor' => 'transparent',
|
||||
),
|
||||
),
|
||||
),
|
||||
'divider' =>
|
||||
array (
|
||||
'styles' =>
|
||||
|
@ -1023,21 +1023,6 @@ class Drone {
|
||||
),
|
||||
),
|
||||
),
|
||||
'container' =>
|
||||
array (
|
||||
'image' =>
|
||||
array (
|
||||
'src' => NULL,
|
||||
'display' => 'scale',
|
||||
),
|
||||
'styles' =>
|
||||
array (
|
||||
'block' =>
|
||||
array (
|
||||
'backgroundColor' => 'transparent',
|
||||
),
|
||||
),
|
||||
),
|
||||
'divider' =>
|
||||
array (
|
||||
'styles' =>
|
||||
|
@ -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' =>
|
||||
|
@ -947,16 +947,6 @@ class Fitness {
|
||||
),
|
||||
),
|
||||
),
|
||||
'container' =>
|
||||
array (
|
||||
'styles' =>
|
||||
array (
|
||||
'block' =>
|
||||
array (
|
||||
'backgroundColor' => 'transparent',
|
||||
),
|
||||
),
|
||||
),
|
||||
'divider' =>
|
||||
array (
|
||||
'styles' =>
|
||||
|
@ -1235,21 +1235,6 @@ class Hotels {
|
||||
),
|
||||
'type' => 'button',
|
||||
),
|
||||
'container' =>
|
||||
array (
|
||||
'image' =>
|
||||
array (
|
||||
'src' => NULL,
|
||||
'display' => 'scale',
|
||||
),
|
||||
'styles' =>
|
||||
array (
|
||||
'block' =>
|
||||
array (
|
||||
'backgroundColor' => 'transparent',
|
||||
),
|
||||
),
|
||||
),
|
||||
'divider' =>
|
||||
array (
|
||||
'styles' =>
|
||||
|
@ -1516,9 +1516,6 @@ class KidsClothing {
|
||||
'text' => 'Button',
|
||||
'url' => '',
|
||||
),
|
||||
'container' =>
|
||||
array (
|
||||
),
|
||||
'divider' =>
|
||||
array (
|
||||
'styles' =>
|
||||
|
@ -1046,21 +1046,6 @@ class Minimal {
|
||||
),
|
||||
),
|
||||
),
|
||||
'container' =>
|
||||
array (
|
||||
'image' =>
|
||||
array (
|
||||
'src' => NULL,
|
||||
'display' => 'scale',
|
||||
),
|
||||
'styles' =>
|
||||
array (
|
||||
'block' =>
|
||||
array (
|
||||
'backgroundColor' => 'transparent',
|
||||
),
|
||||
),
|
||||
),
|
||||
'divider' =>
|
||||
array (
|
||||
'styles' =>
|
||||
|
@ -1240,16 +1240,6 @@ class ModularStyleStories {
|
||||
),
|
||||
'type' => 'button',
|
||||
),
|
||||
'container' =>
|
||||
array (
|
||||
'styles' =>
|
||||
array (
|
||||
'block' =>
|
||||
array (
|
||||
'backgroundColor' => 'transparent',
|
||||
),
|
||||
),
|
||||
),
|
||||
'divider' =>
|
||||
array (
|
||||
'styles' =>
|
||||
|
@ -1316,46 +1316,6 @@ class Music {
|
||||
),
|
||||
),
|
||||
),
|
||||
'container' =>
|
||||
array (
|
||||
'image' =>
|
||||
array (
|
||||
'src' => $this->template_image_url . '/music-header.jpg',
|
||||
'display' => 'scale',
|
||||
),
|
||||
'styles' =>
|
||||
array (
|
||||
'block' =>
|
||||
array (
|
||||
'backgroundColor' => 'transparent',
|
||||
),
|
||||
),
|
||||
'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' =>
|
||||
|
@ -928,21 +928,6 @@ class NewsDay {
|
||||
),
|
||||
),
|
||||
),
|
||||
'container' =>
|
||||
array (
|
||||
'image' =>
|
||||
array (
|
||||
'src' => NULL,
|
||||
'display' => 'scale',
|
||||
),
|
||||
'styles' =>
|
||||
array (
|
||||
'block' =>
|
||||
array (
|
||||
'backgroundColor' => 'transparent',
|
||||
),
|
||||
),
|
||||
),
|
||||
'divider' =>
|
||||
array (
|
||||
'styles' =>
|
||||
|
@ -881,21 +881,6 @@ class NotSoMedium {
|
||||
),
|
||||
),
|
||||
),
|
||||
'container' =>
|
||||
array (
|
||||
'image' =>
|
||||
array (
|
||||
'src' => NULL,
|
||||
'display' => 'scale',
|
||||
),
|
||||
'styles' =>
|
||||
array (
|
||||
'block' =>
|
||||
array (
|
||||
'backgroundColor' => 'transparent',
|
||||
),
|
||||
),
|
||||
),
|
||||
'divider' =>
|
||||
array (
|
||||
'styles' =>
|
||||
|
@ -609,21 +609,6 @@ class Phone {
|
||||
),
|
||||
),
|
||||
),
|
||||
'container' =>
|
||||
array (
|
||||
'image' =>
|
||||
array (
|
||||
'src' => NULL,
|
||||
'display' => 'scale',
|
||||
),
|
||||
'styles' =>
|
||||
array (
|
||||
'block' =>
|
||||
array (
|
||||
'backgroundColor' => 'transparent',
|
||||
),
|
||||
),
|
||||
),
|
||||
'divider' =>
|
||||
array (
|
||||
'styles' =>
|
||||
|
@ -938,21 +938,6 @@ class RealEstate {
|
||||
),
|
||||
),
|
||||
),
|
||||
'container' =>
|
||||
array (
|
||||
'image' =>
|
||||
array (
|
||||
'src' => NULL,
|
||||
'display' => 'scale',
|
||||
),
|
||||
'styles' =>
|
||||
array (
|
||||
'block' =>
|
||||
array (
|
||||
'backgroundColor' => 'transparent',
|
||||
),
|
||||
),
|
||||
),
|
||||
'divider' =>
|
||||
array (
|
||||
'styles' =>
|
||||
|
@ -1163,46 +1163,6 @@ class Retro {
|
||||
),
|
||||
),
|
||||
),
|
||||
'container' =>
|
||||
array (
|
||||
'image' =>
|
||||
array (
|
||||
'src' => $this->template_image_url . '/1980s-Footer-1.jpg',
|
||||
'display' => 'scale',
|
||||
),
|
||||
'styles' =>
|
||||
array (
|
||||
'block' =>
|
||||
array (
|
||||
'backgroundColor' => 'transparent',
|
||||
),
|
||||
),
|
||||
'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' =>
|
||||
|
@ -533,16 +533,6 @@ class RssSimpleNews {
|
||||
),
|
||||
'type' => 'button',
|
||||
),
|
||||
'container' =>
|
||||
array (
|
||||
'styles' =>
|
||||
array (
|
||||
'block' =>
|
||||
array (
|
||||
'backgroundColor' => 'transparent',
|
||||
),
|
||||
),
|
||||
),
|
||||
'divider' =>
|
||||
array (
|
||||
'styles' =>
|
||||
|
@ -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' =>
|
||||
|
@ -780,16 +780,6 @@ class WineCity {
|
||||
),
|
||||
'type' => 'button',
|
||||
),
|
||||
'container' =>
|
||||
array (
|
||||
'styles' =>
|
||||
array (
|
||||
'block' =>
|
||||
array (
|
||||
'backgroundColor' => 'transparent',
|
||||
),
|
||||
),
|
||||
),
|
||||
'divider' =>
|
||||
array (
|
||||
'styles' =>
|
||||
|
Reference in New Issue
Block a user