<?xml version="1.0"?>
<!--
/**
 * This file is part of Dinhvan for Magento 2
 *
 * @Author Yoann Ducrocq <yducrocq@kaliop.com>
 * @Category 0552-dinhvan
 * @Package Kaliop_Axeptio
 * @Copyright Copyright (c) 2021 KALIOP DIGITAL COMMERCE (https://digitalcommerce.kaliop.com)
 */
 -->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
    <system>
        <tab id="kaliop" translate="label" class="a-custom-css-class-to-style-this-tab" sortOrder="10">
            <label>Kaliop</label>
        </tab>
        <section id="kaliop" translate="label" type="text" sortOrder="100" showInDefault="1" showInWebsite="1" showInStore="1">
            <label>Axeptio</label>
            <tab>kaliop</tab>
            <resource>Kaliop_Axeptio::axeptio</resource>
            <group id="axeptio" translate="label" type="text" sortOrder="0" showInDefault="1" showInWebsite="1" showInStore="1">
                <label>Axeptio</label>
                <field id="enable" translate="label" type="select" sortOrder="1" showInDefault="1" showInWebsite="0" showInStore="0">
                    <label>Module Enable</label>
                    <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
                </field>
                <field id="client_id" translate="label" type="text" sortOrder="1" showInDefault="1" showInWebsite="0" showInStore="0">
                    <label>Client Id</label>
                </field>
                <field id="cookies_version" translate="label" type="text" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1">
                    <label>Cookies Version</label>
                </field>
            </group>
        </section>
    </system>
</config>
