@@ -97,7 +97,7 @@ public function conversionData(): array
97
97
[
98
98
// Basic CMS Content with Inline Style
99
99
'<h1 style="color: #101020;">Magento, an Adobe Company</h1> ' ,
100
- 0
100
+ 1
101
101
],
102
102
[
103
103
// Basic CMS Content with Existing Style
@@ -107,12 +107,12 @@ public function conversionData(): array
107
107
[
108
108
// Basic CMS Content with Inline/Existing Style
109
109
'<h1 style="color: #101020;">Magento, an Adobe Company</h1><style>h1 { background-color: #dadada; }</style> ' ,
110
- 1
110
+ 2
111
111
],
112
112
[
113
113
// Basic CMS Content with Inline/Existing Style (Unclosed)
114
114
'<h1 style="color: #101020;">Magento, an Adobe Company<style>h1 { background-color: #dadada; }</style> ' ,
115
- 1
115
+ 2
116
116
],
117
117
[
118
118
// Row
@@ -126,7 +126,7 @@ public function conversionData(): array
126
126
],
127
127
[
128
128
// Text
129
- '<div data-content-type="row" data-appearance="contained" data-element="main"><div data-enable-parallax="0" data-parallax-speed="0.5" data-background-images="{}" data-background-type="image" data-video-loop="true" data-video-play-only-visible="true" data-video-lazy-load="true" data-video-fallback-src="" data-element="inner" style="justify-content: flex-start; display: flex; flex-direction: column; background-position: left top; background-size: cover; background-repeat: no-repeat; background-attachment: scroll; border-style: none; border-width: 1px; border-radius: 0px; margin: 0px 0px 10px; padding: 10px;"><div class="elephant news" data-content-type="text" data-appearance="default" data-element="main" style="text-align: left; border-style: none; border-width: 1px; border-radius: 0px; margin: 0px 0px 10px; padding: 10px 15px;">Text</div></div></div> ' ,
129
+ '<div data-content-type="row" data-appearance="contained" data-element="main"><div data-enable-parallax="0" data-parallax-speed="0.5" data-background-images="{}" data-background-type="image" data-video-loop="true" data-video-play-only-visible="true" data-video-lazy-load="true" data-video-fallback-src="" data-element="inner" style="justify-content: flex-start; display: flex; flex-direction: column; background-position: left top; background-size: cover; background-repeat: no-repeat; background-attachment: scroll; border-style: none; border-width: 1px; border-radius: 0px; margin: 0px 0px 10px; padding: 10px;"><div data-content-type="text" data-appearance="default" data-element="main" style="text-align: left; border-style: none; border-width: 1px; border-radius: 0px; margin: 0px 0px 10px; padding: 10px 15px;">Text</div></div></div> ' ,
130
130
1
131
131
],
132
132
[
@@ -182,7 +182,7 @@ public function conversionDataRaw(): array
182
182
return [
183
183
[
184
184
// Text (Raw)
185
- '<div class="elephant news" data-content-type="text" data-appearance="default" data-element="main" style="text-align: left; border-style: none; border-width: 1px; border-radius: 0px; margin: 0px 0px 10px; padding: 10px 15px;">Text</div> ' ,
185
+ '<div data-content-type="text" data-appearance="default" data-element="main" style="text-align: left; border-style: none; border-width: 1px; border-radius: 0px; margin: 0px 0px 10px; padding: 10px 15px;">Text</div> ' ,
186
186
1
187
187
],
188
188
[
0 commit comments