Skip to content

Commit

Permalink
#1057: Emulate area code for graphql category/product attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bottens authored and lenaorobei committed Dec 19, 2019
1 parent 2863caa commit 52b66ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/code/Magento/CatalogGraphQl/etc/graphql/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,10 @@
</argument>
</arguments>
</type>

<type name="Magento\Catalog\Helper\Data">
<arguments>
<argument name="templateFilterModel" xsi:type="string">Magento\Widget\Model\Template\FilterEmulate</argument>
</arguments>
</type>
</config>

0 comments on commit 52b66ac

Please sign in to comment.