Skip to content

Commit 38b19d3

Browse files
MC-35402: [Page Builder] New top-level Full-Width and Full-Bleed components are always nested in a Contained component
1 parent ff00d17 commit 38b19d3

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/PageBuilder/view/frontend/templates/catalog/category/view

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/view/frontend/templates/catalog/category/view/description.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
$description,
2121
'description'
2222
);?>
23-
<?php if (stripos($description, 'data-appearance="contained"') === false) :?>
23+
<?php if (stripos($description, 'data-appearance') === false) :?>
2424
<div data-content-type="row" data-appearance="contained" data-element="main">
2525
<div data-enable-parallax="0" data-parallax-speed="0.5" data-background-images="{}" 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;">
2626
<div data-content-type="html" data-appearance="default" data-element="main" style="border-style: none; border-width: 1px; border-radius: 0px; margin: 0px; padding: 0px;">

0 commit comments

Comments
 (0)