We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c94b3c5 + b2d7f05 commit 1457180Copy full SHA for 1457180
etc/graphql/di.xml
@@ -8,7 +8,7 @@
8
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
9
<type name="Magento\StoreGraphQl\Model\Resolver\Store\StoreConfigDataProvider">
10
<arguments>
11
- <argument name="extendedConfigData">
+ <argument name="extendedConfigData" xsi:type="array">
12
<item name="mfblog_design_publication_date" xsi:type="string">mfblog/design/publication_date</item>
13
<item name="mfblog_design_format_date" xsi:type="string">mfblog/design/format_date</item>
14
<item name="mfblog_index_page_title" xsi:type="string">mfblog/index_page/title</item>
0 commit comments