<?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>
        <tab id="customer" translate="label" sortOrder="300">
            <label>Customers</label>
        </tab>
        <section id="customer" translate="label" sortOrder="130" showInDefault="1" showInWebsite="1" showInStore="1">
            <class>separator-top</class>
            <tab>customer</tab>
            <resource>Magento_Customer::config_customer</resource>
            <group id="otpconfigruation" translate="label" type="text" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="0">
                <label>Customer Registration OTP Times</label>
                    <field id="otp_expiration_time" type="text" translate="label" sortOrder="65" showInDefault="1"
                        showInWebsite="1" showInStore="1">
                        <label>OTP Exiration Time</label>
                    </field>
                    <field id="otp_resend_time" type="text" translate="label" sortOrder="75" showInDefault="1"
                        showInWebsite="1" showInStore="1">
                        <label>OTP Resend Time</label>
                    </field>
                </group>
        </section>
    </system>
</config>
