<?xml version="1.0" encoding="utf-8"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/shopware/shopware/5.3/engine/Shopware/Components/Plugin/schema/config.xsd">
    <elements>

        <element required="true" type="boolean" scope="locale">
            <name>active</name>
            <label lang="de">aktiv</label>
            <label lang="en">active</label>
            <value>true</value>
            <description>Set Active</description>
        </element>
        <element required="true" type="text" scope="locale">
            <name>channelId</name>
            <label lang="de">Channel ID</label>
            <label lang="en">Channel ID</label>
            <value>009</value>
            <description>MS Dynamics NAV Sales Channel</description>
        </element>
    </elements>
</config>