<?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="catalog">
            <group id="stock_messaging" translate="label" type="text" sortOrder="999" showInDefault="1" showInWebsite="1" showInStore="1">
                <label><![CDATA[Stock Messaging]]></label>
                <field id="in_stock" translate="label" type="textarea" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1">
                    <label><![CDATA[In-Stock]]></label>
                    <comment><![CDATA[Qty >= 10]]></comment>
                </field>
                <field id="low_stock" translate="label" type="textarea" sortOrder="2" showInDefault="1" showInWebsite="1" showInStore="1">
                    <label><![CDATA[In-Stock]]></label>
                    <comment><![CDATA[Qty < 10]]></comment>
                </field>
                <field id="backordered" translate="label" type="textarea" sortOrder="3" showInDefault="1" showInWebsite="1" showInStore="1">
                    <label><![CDATA[Backordered]]></label>
                </field>
                <field id="out_of_stock" translate="label" type="textarea" sortOrder="4" showInDefault="1" showInWebsite="1" showInStore="1">
                    <label><![CDATA[Out Of Stock]]></label>
                </field>
            </group>
        </section>
    </system>
</config>
