Skip to content

Commit 464d9f7

Browse files
ENGCOM-6287: #1057: Emulate area code for graphql category/product attributes #1058
- Merge Pull Request magento/graphql-ce#1058 from mtbottens/graphql-ce:bugfix/issue_1057 - Merged commits: 1. 8216835
2 parents 9fb7790 + 8216835 commit 464d9f7

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)