system.xml 1.2 KB

123456789101112131415161718192021222324
  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="sales">
  11. <group id="instant_purchase" translate="label" type="text" sortOrder="200" showInDefault="1" showInWebsite="1" showInStore="1">
  12. <label>Instant Purchase</label>
  13. <field id="active" translate="label comment" type="select" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
  14. <label>Enabled</label>
  15. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  16. <comment>Payment method with vault and instant purchase support should be enabled.</comment>
  17. </field>
  18. <field id="button_text" translate="label" type="text" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
  19. <label>Button Text</label>
  20. </field>
  21. </group>
  22. </section>
  23. </system>
  24. </config>