di.xml 1.0 KB

123456789101112131415161718192021
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  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" xsi:type="array">
  12. <item name="front" xsi:type="string">web/default/front</item>
  13. <item name="cms_home_page" xsi:type="string">web/default/cms_home_page</item>
  14. <item name="no_route" xsi:type="string">web/default/no_route</item>
  15. <item name="cms_no_route" xsi:type="string">web/default/cms_no_route</item>
  16. <item name="cms_no_cookies" xsi:type="string">web/default/cms_no_cookies</item>
  17. <item name="show_cms_breadcrumbs" xsi:type="string">web/default/show_cms_breadcrumbs</item>
  18. </argument>
  19. </arguments>
  20. </type>
  21. </config>