Skip to content

Commit 48f5f04

Browse files
committed
ACP2E-3898: Page Builder Product Widget ordering not being applied in GraphQL
1 parent 4b303dd commit 48f5f04

File tree

1 file changed

+3
-0
lines changed
  • app/code/Magento/PageBuilder/etc/graphql

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@
99
<type name="Magento\Framework\Filter\Template">
1010
<plugin name="convertBackgroundImages" type="Magento\PageBuilder\Plugin\Filter\TemplatePlugin" disabled="true"/>
1111
</type>
12+
<type name="Magento\CatalogWidget\Block\Product\ProductsList">
13+
<plugin name="pagebuilder_product_list" type="Magento\PageBuilder\Plugin\Catalog\Block\Product\ProductsListPlugin" sortOrder="1"/>
14+
</type>
1215
</config>

0 commit comments

Comments
 (0)