Skip to content

Commit

Permalink
Merge pull request #311 from magento-gl/Sync-2.4-develop-with-2.4.7-b…
Browse files Browse the repository at this point in the history
…eta3-develop

Sync 2.4 develop with 2.4.7 beta3 develop
  • Loading branch information
sidolov authored Mar 7, 2024
2 parents 62c7f98 + 3f6907f commit 9f615d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions app/code/Magento/PageBuilder/etc/adminhtml/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -648,4 +648,7 @@
<plugin name="pagebuilder_clear_editor_config_cache"
type="Magento\PageBuilder\Plugin\ClearEditorConfigCache" sortOrder="10"/>
</type>
<type name="Magento\CatalogWidget\Block\Product\ProductsList">
<plugin name="pagebuilder_product_list" type="Magento\PageBuilder\Plugin\Catalog\Block\Product\ProductsListPlugin" sortOrder="1"/>
</type>
</config>
1 change: 0 additions & 1 deletion app/code/Magento/PageBuilder/etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@
<arguments>
<argument name="productCollectionFactory" xsi:type="object">pageBuilderProductCollectionFactory</argument>
</arguments>
<plugin name="pagebuilder_product_list" type="Magento\PageBuilder\Plugin\Catalog\Block\Product\ProductsListPlugin" sortOrder="1"/>
</type>
<type name="Magento\Catalog\Helper\Output">
<arguments>
Expand Down
3 changes: 3 additions & 0 deletions app/code/Magento/PageBuilder/etc/frontend/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@
<type name="Magento\Email\Model\Template\Filter">
<plugin name="escapeCustomVarDirectives" type="Magento\PageBuilder\Plugin\Filter\CustomVarTemplate"/>
</type>
<type name="Magento\CatalogWidget\Block\Product\ProductsList">
<plugin name="pagebuilder_product_list" type="Magento\PageBuilder\Plugin\Catalog\Block\Product\ProductsListPlugin" sortOrder="1"/>
</type>
</config>

0 comments on commit 9f615d8

Please sign in to comment.