<?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/trunk/src/Core/System/SystemConfig/Schema/config.xsd">
    <card>
        <title>Configuration</title>
        <title lang="de-DE">Konfiguration</title>

        <input-field type="int">
            <name>passwordMinLength</name>
            <label>Minimum password length (log-in)</label>
            <label lang="de-DE">Passwort-Mindestlänge (Registrierung)</label>
        </input-field>
    </card>

</config>
