File tree 3 files changed +6
-1
lines changed
app/code/Magento/PageBuilder/etc
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 648
648
<plugin name =" pagebuilder_clear_editor_config_cache"
649
649
type =" Magento\PageBuilder\Plugin\ClearEditorConfigCache" sortOrder =" 10" />
650
650
</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 >
651
654
</config >
Original file line number Diff line number Diff line change 184
184
<arguments >
185
185
<argument name =" productCollectionFactory" xsi : type =" object" >pageBuilderProductCollectionFactory</argument >
186
186
</arguments >
187
- <plugin name =" pagebuilder_product_list" type =" Magento\PageBuilder\Plugin\Catalog\Block\Product\ProductsListPlugin" sortOrder =" 1" />
188
187
</type >
189
188
<type name =" Magento\Catalog\Helper\Output" >
190
189
<arguments >
Original file line number Diff line number Diff line change 12
12
<type name =" Magento\Email\Model\Template\Filter" >
13
13
<plugin name =" escapeCustomVarDirectives" type =" Magento\PageBuilder\Plugin\Filter\CustomVarTemplate" />
14
14
</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 >
15
18
</config >
You can’t perform that action at this time.
0 commit comments