You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
938 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="admin">
  11. <group id="usage" translate="label" type="text" sortOrder="2000" showInDefault="1">
  12. <label>Admin Usage</label>
  13. <field id="enabled" translate="label comment" type="select" sortOrder="1" showInDefault="1">
  14. <label>Enable Admin Usage Tracking</label>
  15. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  16. <comment>Allow Magento to track admin usage in order to improve the quality and user experience.</comment>
  17. </field>
  18. </group>
  19. </section>
  20. </system>
  21. </config>