<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
    <system>
        <section id="payment">
            <group id="ewayrapid">
                <group id="heading_basic_settings">
                    <field id="field_styles" translate="label" type="textarea" sortOrder="62" showInDefault="1" showInWebsite="1" showInStore="0" canRestore="1">
                        <label>Field Styles</label>
                        <config_path>payment/ewayrapid/field_styles</config_path>
                    </field>
                </group>
                <group id="heading_mode">
                    <field id="live_public_api_key" translate="label" type="text" sortOrder="241" showInDefault="1" showInWebsite="1" showInStore="0">
                        <label>Live Public API Key</label>
                        <depends>
                            <field id="mode">live</field>
                        </depends>
                        <comment>
                            <![CDATA[<a href="https://go.eway.io/s/article/How-do-I-find-my-Public-API-Key" target="_blank">How do I find my Public API Key</a>]]>
                        </comment>
                        <config_path>payment/ewayrapid/live_public_api_key</config_path>
                    </field>
                    <field id="sandbox_public_api_key" translate="label" type="text" sortOrder="281" showInDefault="1" showInWebsite="1" showInStore="0">
                        <label>Sandbox Public API Key</label>
                        <depends>
                            <field id="mode">sandbox</field>
                        </depends>
                        <comment>
                            <![CDATA[<a href="https://go.eway.io/s/article/How-do-I-find-my-Public-API-Key" target="_blank">How do I find my Public API Key</a>]]>
                        </comment>
                        <config_path>payment/ewayrapid/sandbox_public_api_key</config_path>
                    </field>
                </group>
            </group>
        </section>
    </system>
</config>
