Skip to content

Commit 9f615d8

Browse files
authored
Merge pull request #311 from magento-gl/Sync-2.4-develop-with-2.4.7-beta3-develop
Sync 2.4 develop with 2.4.7 beta3 develop
2 parents 62c7f98 + 3f6907f commit 9f615d8

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

app/code/Magento/PageBuilder/etc/adminhtml/di.xml

+3
Original file line numberDiff line numberDiff line change
@@ -648,4 +648,7 @@
648648
<plugin name="pagebuilder_clear_editor_config_cache"
649649
type="Magento\PageBuilder\Plugin\ClearEditorConfigCache" sortOrder="10"/>
650650
</type>
651+
<type name="Magento\CatalogWidget\Block\Product\ProductsList">
652+
<plugin name="pagebuilder_product_list" type="Magento\PageBuilder\Plugin\Catalog\Block\Product\ProductsListPlugin" sortOrder="1"/>
653+
</type>
651654
</config>

app/code/Magento/PageBuilder/etc/di.xml

-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@
184184
<arguments>
185185
<argument name="productCollectionFactory" xsi:type="object">pageBuilderProductCollectionFactory</argument>
186186
</arguments>
187-
<plugin name="pagebuilder_product_list" type="Magento\PageBuilder\Plugin\Catalog\Block\Product\ProductsListPlugin" sortOrder="1"/>
188187
</type>
189188
<type name="Magento\Catalog\Helper\Output">
190189
<arguments>

app/code/Magento/PageBuilder/etc/frontend/di.xml

+3
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@
1212
<type name="Magento\Email\Model\Template\Filter">
1313
<plugin name="escapeCustomVarDirectives" type="Magento\PageBuilder\Plugin\Filter\CustomVarTemplate"/>
1414
</type>
15+
<type name="Magento\CatalogWidget\Block\Product\ProductsList">
16+
<plugin name="pagebuilder_product_list" type="Magento\PageBuilder\Plugin\Catalog\Block\Product\ProductsListPlugin" sortOrder="1"/>
17+
</type>
1518
</config>

0 commit comments

Comments
 (0)