Skip to content

Commit 6ff261f

Browse files
authored
ENGCOM-6287: #1057: Emulate area code for graphql category/product attributes #1058
2 parents c781fb3 + 464d9f7 commit 6ff261f

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
@@ -176,4 +176,10 @@
176176
</argument>
177177
</arguments>
178178
</type>
179+
180+
<type name="Magento\Catalog\Helper\Data">
181+
<arguments>
182+
<argument name="templateFilterModel" xsi:type="string">Magento\Widget\Model\Template\FilterEmulate</argument>
183+
</arguments>
184+
</type>
179185
</config>

0 commit comments

Comments
 (0)