<?xml version="1.0" encoding="UTF-8"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/shopware/platform/master/src/Core/System/SystemConfig/Schema/config.xsd">

    <card>
        <title>OrderAmountHandler</title>
        <title lang="de-DE">OrderAmountHandler</title>

        <component name="neti-next-order-amount-handler-config-links">
            <name>configLinks</name>
        </component>
    </card>

    <card>
        <title>Configuration</title>
        <title lang="de-DE">Konfiguration</title>

        <input-field type="bool">
            <name>active</name>
            <label>Active in this subshop</label>
            <label lang="de-DE">Aktiv in diesem Subshop</label>
            <defaultValue>true</defaultValue>
        </input-field>
    </card>
</config>
