system.xml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
  5. *
  6. * Licensed under the Apache License, Version 2.0 (the "License").
  7. * You may not use this file except in compliance with the License.
  8. * A copy of the License is located at
  9. *
  10. * http://aws.amazon.com/apache2.0
  11. *
  12. * or in the "license" file accompanying this file. This file is distributed
  13. * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
  14. * express or implied. See the License for the specific language governing
  15. * permissions and limitations under the License.
  16. */
  17. -->
  18. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
  19. <system>
  20. <section id="payment">
  21. <group id="amazon_payment">
  22. <group id="advanced">
  23. <group id="frontend">
  24. <field id="amazon_login_in_popup" translate="label comment" type="select" sortOrder="60" showInDefault="1" showInWebsite="1" showInStore="1">
  25. <label>Show Login with Amazon in authentication popup</label>
  26. <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
  27. <config_path>payment/amazon_payment/amazon_login_in_popup</config_path>
  28. <comment><![CDATA[Displays Login with Amazon Pay option in Magento's account login popup.]]></comment>
  29. </field>
  30. </group>
  31. </group>
  32. </group>
  33. </section>
  34. </system>
  35. </config>