Cleanup placement settings for a Template 11 Popup

[MAILPOET-3190]
This commit is contained in:
Rostislav Wolny
2020-10-05 09:17:28 +02:00
committed by Veljko V
parent c0164130b2
commit fe1ca6e946

View File

@@ -227,24 +227,6 @@ class Template11Popup extends FormTemplate {
], ],
], ],
'animation' => 'slideup', 'animation' => 'slideup',
'posts' => [
'all' => '1',
],
'pages' => [
'all' => '1',
],
],
'fixed_bar' => [
'enabled' => '',
'delay' => '15',
'styles' => [
'width' => [
'unit' => 'percent',
'value' => '100',
],
],
'position' => 'top',
'animation' => 'slideup',
'posts' => [ 'posts' => [
'all' => '', 'all' => '',
], ],
@@ -252,47 +234,10 @@ class Template11Popup extends FormTemplate {
'all' => '', 'all' => '',
], ],
], ],
'below_posts' => [ 'fixed_bar' => ['enabled' => ''],
'enabled' => '', 'below_posts' => ['enabled' => '',],
'styles' => [ 'slide_in' => ['enabled' => '',],
'width' => [ 'others' => [],
'unit' => 'percent',
'value' => '100',
],
],
'posts' => [
'all' => '',
],
'pages' => [
'all' => '',
],
],
'slide_in' => [
'enabled' => '',
'delay' => '15',
'position' => 'right',
'animation' => 'right',
'styles' => [
'width' => [
'unit' => 'pixel',
'value' => '560',
],
],
'posts' => [
'all' => '',
],
'pages' => [
'all' => '',
],
],
'others' => [
'styles' => [
'width' => [
'unit' => 'percent',
'value' => '100',
],
],
],
], ],
'border_radius' => '3', 'border_radius' => '3',
'border_size' => '0', 'border_size' => '0',