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

34 строки
1.4 KiB

  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:module:Magento_Config:etc/system_file.xsd">
  9. <system>
  10. <section id="google">
  11. <group id="analytics">
  12. <field id="experiments" translate="label" type="select" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1">
  13. <label>Enable Content Experiments</label>
  14. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  15. <depends>
  16. <field id="*/*/active">1</field>
  17. </depends>
  18. </field>
  19. </group>
  20. <group id="gtag">
  21. <group id="analytics4">
  22. <field id="experiments" translate="label" type="select" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1">
  23. <label>Enable Content Experiments</label>
  24. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  25. <depends>
  26. <field id="*/*/*/active">1</field>
  27. </depends>
  28. </field>
  29. </group>
  30. </group>
  31. </section>
  32. </system>
  33. </config>