<?xml version="1.0"?>
<!--
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_GeoIP
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
    <system>
        <section id="geoip" translate="label comment" sortOrder="10" type="text" showInDefault="1" showInWebsite="1" showInStore="1">
            <label>GeoIP</label>
            <tab>mageplaza</tab>
            <resource>Mageplaza_GeoIP::configuration</resource>
            <group id="general" translate="label comment" sortOrder="10" type="text" showInDefault="1" showInWebsite="1" showInStore="1">
                <label>GeoIP Configuration</label>
                <field id="enabled" translate="label comment" sortOrder="1" type="select" showInDefault="1" showInWebsite="1" showInStore="1">
                    <label>Enable GeoIP</label>
                    <comment>Please download library before enabling GeoIP</comment>
                    <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
                </field>
                <field id="token" translate="label comment" type="text" sortOrder="20" showInDefault="1">
                    <label>License Key</label>
                    <validate>required-entry</validate>
                    <comment><![CDATA[Please create <a href="https://www.maxmind.com/en/geolite2/signup" target="_blank">account</a> and get license key <a href="https://www.maxmind.com/en/accounts/current/license-key" target="_blank">here</a>]]></comment>
                </field>
                <field id="download_library" translate="label comment" type="button" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="0">
                    <frontend_model>Mageplaza\GeoIP\Block\Adminhtml\System\Config\Geoip</frontend_model>
                    <comment>Please save token before downloading the library</comment>
                </field>
            </group>
        </section>
    </system>
</config>
