Skip to content

Commit 8216835

Browse files
author
Michael Bottens
committed
#1057: Emulate area code for graphql category/product attributes
1 parent a74a8a8 commit 8216835

File tree

1 file changed

+6
-0
lines changed
  • app/code/Magento/CatalogGraphQl/etc/graphql

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,10 @@
149149
</argument>
150150
</arguments>
151151
</type>
152+
153+
<type name="Magento\Catalog\Helper\Data">
154+
<arguments>
155+
<argument name="templateFilterModel" xsi:type="string">Magento\Widget\Model\Template\FilterEmulate</argument>
156+
</arguments>
157+
</type>
152158
</config>

0 commit comments

Comments
 (0)