system.xml 896 B

1234567891011121314151617181920
  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="dev">
  11. <group id="js">
  12. <field id="translate_strategy" translate="label comment" type="select" sortOrder="30" showInDefault="1" showInWebsite="0" showInStore="0" canRestore="1">
  13. <label>Translation Strategy</label>
  14. <source_model>Magento\Translation\Model\Js\Config\Source\Strategy</source_model>
  15. <comment>Please put your store into maintenance mode and redeploy static files after changing strategy</comment>
  16. </field>
  17. </group>
  18. </section>
  19. </system>
  20. </config>