Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

19 строки
715 B

  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"
  9. xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
  10. <type name="Magento\StoreGraphQl\Model\Resolver\Store\StoreConfigDataProvider">
  11. <arguments>
  12. <argument name="extendedConfigData" xsi:type="array">
  13. <item name="allow_order" xsi:type="string">sales/gift_options/allow_order</item>
  14. <item name="allow_items" xsi:type="string">sales/gift_options/allow_items</item>
  15. </argument>
  16. </arguments>
  17. </type>
  18. </config>