|
5 | 5 | */ |
6 | 6 | declare(strict_types=1); |
7 | 7 |
|
8 | | -namespace Magento\Pagebuilder\Model\Filter; |
| 8 | +namespace Magento\PageBuilder\Model\Filter; |
9 | 9 |
|
10 | 10 | use Magento\TestFramework\ObjectManager; |
11 | 11 |
|
@@ -41,19 +41,31 @@ public function getFilterForDataProvider() : array |
41 | 41 | { |
42 | 42 | $template = <<<TEMPLATE |
43 | 43 | <div data-content-type="row" data-appearance="contained" data-element="main"> |
44 | | - <div data-enable-parallax="0" data-parallax-speed="0.5" data-background-images="{\"desktop_image\":\"{{media url=jb-decorating.jpg}}\"}" data-element="inner" style="justify-content: flex-start; display: flex; flex-direction: column; background-position: center center; background-size: cover; background-repeat: repeat; background-attachment: scroll; border-style: none; border-width: 1px; border-radius: 0px; min-height: 350px; margin: 0px 0px 10px; padding: 10px;"></div> |
| 44 | + <div data-enable-parallax="0" data-parallax-speed="0.5" |
| 45 | + data-background-images="{\"desktop_image\":\"{{media url=jb-decorating.jpg}}\"}" |
| 46 | + data-element="inner" style="justify-content: flex-start; display: flex; flex-direction: column; |
| 47 | + background-position: center center; background-size: cover; background-repeat: repeat; |
| 48 | + background-attachment: scroll; border-style: none; border-width: 1px; border-radius: 0px; min-height: 350px; |
| 49 | + margin: 0px 0px 10px; padding: 10px;"></div> |
45 | 50 | </div> |
46 | 51 | TEMPLATE; |
47 | 52 |
|
48 | 53 | $template2 = <<<TEMPLATE |
49 | 54 | <div data-content-type="row" data-element="main" data-appearance="contained"> |
50 | | - <div style="background-position: center; border-width: 1px; border-style: none; margin: 0px 0px 10px; padding: 10px; border-radius: 0px; background-repeat: repeat; background-attachment: scroll; display: flex; min-height: 350px; background-size: cover; flex-direction: column; justify-content: flex-start;" data-element="inner" data-background-images='{\"desktop_image\":\"{{media url=jb-decorating.jpg}}\"}' data-parallax-speed="0.5" data-enable-parallax="0"></div> |
| 55 | + <div style="background-position: center; border-width: 1px; border-style: none; margin: 0px 0px 10px; |
| 56 | + padding: 10px; border-radius: 0px; background-repeat: repeat; background-attachment: scroll; display: flex; |
| 57 | + min-height: 350px; background-size: cover; flex-direction: column; justify-content: flex-start;" |
| 58 | + data-element="inner" data-background-images='{\"desktop_image\":\"{{media url=jb-decorating.jpg}}\"}' |
| 59 | + data-parallax-speed="0.5" data-enable-parallax="0"></div> |
51 | 60 | </div> |
52 | 61 | TEMPLATE; |
53 | 62 |
|
54 | 63 | $template3 = <<<TEMPLATE |
55 | 64 | <div data-content-type="row" data-element="main" data-appearance="contained"> |
56 | | - <div style="background-position: center; border-width: 1px; border-style: none; margin: 0px 0px 10px; padding: 10px; border-radius: 0px; background-repeat: repeat; background-attachment: scroll; display: flex; min-height: 350px; background-size: cover; flex-direction: column; justify-content: flex-start;" data-element="inner" data-background-images='{}' data-parallax-speed="0.5" data-enable-parallax="0"></div> |
| 65 | + <div style="background-position: center; border-width: 1px; border-style: none; margin: 0px 0px 10px; |
| 66 | + padding: 10px; border-radius: 0px; background-repeat: repeat; background-attachment: scroll; display: flex; |
| 67 | + min-height: 350px; background-size: cover; flex-direction: column; justify-content: flex-start;" |
| 68 | + data-element="inner" data-background-images='{}' data-parallax-speed="0.5" data-enable-parallax="0"></div> |
57 | 69 | </div> |
58 | 70 | TEMPLATE; |
59 | 71 |
|
|
0 commit comments