Skip to content

Commit

Permalink
Merge pull request #19 from robaimes/master
Browse files Browse the repository at this point in the history
Add missing, required, `xsi:type` definition to argument node
magefan authored Mar 29, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents c94b3c5 + b2d7f05 commit 1457180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/graphql/di.xml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
<type name="Magento\StoreGraphQl\Model\Resolver\Store\StoreConfigDataProvider">
<arguments>
<argument name="extendedConfigData">
<argument name="extendedConfigData" xsi:type="array">
<item name="mfblog_design_publication_date" xsi:type="string">mfblog/design/publication_date</item>
<item name="mfblog_design_format_date" xsi:type="string">mfblog/design/format_date</item>
<item name="mfblog_index_page_title" xsi:type="string">mfblog/index_page/title</item>

0 comments on commit 1457180

Please sign in to comment.