<?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>Shopware Account</title>
        <title lang="de-DE">Shopware Account</title>

        <input-field>
            <name>licenseHost</name>
            <label>Licence domain</label>
            <label lang="de-DE">Lizenzdomain</label>
            <placeholder>Enter licence domain...</placeholder>
            <placeholder lang="de-DE">Gib eine Lizenzdomain ein ...</placeholder>
        </input-field>

        <input-field>
            <name>verificationHash</name>
            <label>Verification hash</label>
            <label lang="de-DE">Verifikationsprüfsumme</label>
            <helpText>This setting is part of the Shopware shop verification process. It helps to verify ownership of the installation. If a sw-domain-hash.html file is present it will override this setting.</helpText>
            <helpText lang="de-DE">Diese Einstellung wird im Verifikationsprozess Deines Shopware-Shops benötigt und hilft, die Zugehörigkeit Deiner Installation zu identifizieren. Falls eine sw-domain-hash.html-Datei vorhanden ist, wird diese Einstellung überschrieben werden.</helpText>
            <placeholder>Enter verification code...</placeholder>
            <placeholder lang="de-DE">Gib den Verifikationscode ein ...</placeholder>
        </input-field>
    </card>
</config>
