this row below does not allow to override the layout columns of product list in a custom theme.
|
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="2columns-left" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> |
It always stands still with 2 columns. Is there a reason why it was inserted here instead inheriting the original layout of the catalog_category_view.xm of Magento_Catalogl?
this row below does not allow to override the layout columns of product list in a custom theme.
magento2-page-builder/app/code/Magento/PageBuilder/view/frontend/page_layout/catalog_category_view.xml
Line 8 in 262b3d5
It always stands still with 2 columns. Is there a reason why it was inserted here instead inheriting the original layout of the catalog_category_view.xm of Magento_Catalogl?