<?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="lch_custom_option_extra" translate="label" sortOrder="950" showInDefault="1" showInWebsite="1" showInStore="1">
            <label>Custom Option Extra Field</label>
            <tab>catalog</tab>
            <resource>LCH_CustomOptionExtraField::config</resource>
            <group id="frontend" translate="label" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
                <label>Frontend</label>
                <field id="display_mode" translate="label comment" type="select" sortOrder="10"
                       showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
                    <label>Extra Text Display Mode</label>
                    <comment>Choose how the extra text is shown near the product custom option.</comment>
                    <source_model>LCH\CustomOptionExtraField\Model\Config\Source\FrontendDisplayMode</source_model>
                </field>
            </group>
        </section>
    </system>
</config>
