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

22 строки
970 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:module:Magento_Config:etc/system_file.xsd">
  9. <system>
  10. <section id="system">
  11. <group id="media_gallery" translate="label" type="text" sortOrder="1000" showInDefault="1" showInWebsite="0" showInStore="0">
  12. <label>Media Gallery</label>
  13. <field id="enabled" translate="label" type="select" sortOrder="10" showInDefault="1" showInWebsite="0" showInStore="0">
  14. <label>Enable Old Media Gallery</label>
  15. <source_model>Magento\MediaGalleryUi\Model\Config\MediaGallery\Yesno</source_model>
  16. <config_path>system/media_gallery/enabled</config_path>
  17. </field>
  18. </group>
  19. </section>
  20. </system>
  21. </config>