diff --git a/lib/Form/Templates/Templates/Template11Popup.php b/lib/Form/Templates/Templates/Template11Popup.php index ebf4e5256f..4e32cf37a7 100644 --- a/lib/Form/Templates/Templates/Template11Popup.php +++ b/lib/Form/Templates/Templates/Template11Popup.php @@ -227,24 +227,6 @@ class Template11Popup extends FormTemplate { ], ], 'animation' => 'slideup', - 'posts' => [ - 'all' => '1', - ], - 'pages' => [ - 'all' => '1', - ], - ], - 'fixed_bar' => [ - 'enabled' => '', - 'delay' => '15', - 'styles' => [ - 'width' => [ - 'unit' => 'percent', - 'value' => '100', - ], - ], - 'position' => 'top', - 'animation' => 'slideup', 'posts' => [ 'all' => '', ], @@ -252,47 +234,10 @@ class Template11Popup extends FormTemplate { 'all' => '', ], ], - 'below_posts' => [ - 'enabled' => '', - 'styles' => [ - 'width' => [ - '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', - ], - ], - ], + 'fixed_bar' => ['enabled' => ''], + 'below_posts' => ['enabled' => '',], + 'slide_in' => ['enabled' => '',], + 'others' => [], ], 'border_radius' => '3', 'border_size' => '0',