Skip to content

Commit 3f6907f

Browse files
authored
Merge pull request #300 from adobe-commerce-tier-4/ACP2E-2849
ACP2E-2849: bypass graphql requests.
2 parents d2c9333 + 1e71b2a commit 3f6907f

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)