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

18 строки
732 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" 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="product_reviews_enabled" xsi:type="string">catalog/review/active</item>
  13. <item name="allow_guests_to_write_product_reviews" xsi:type="string">catalog/review/allow_guest</item>
  14. </argument>
  15. </arguments>
  16. </type>
  17. </config>