<?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.2/engine/Shopware/Components/Plugin/schema/config.xsd">
    <elements>
        <element type="text" scope="shop">
            <name>http_auth_user</name>
            <label lang="de">Benutzername</label>
            <label lang="en">User name</label>
            <value></value>
        </element>
        <element type="text" scope="shop">
            <name>http_auth_password</name>
            <label lang="de">Passwort</label>
            <label lang="en">Password</label>
            <value></value>
        </element>
        <element type="text" scope="shop">
            <name>http_auth_msg</name>
            <label lang="de">Titel der Eingabeaufforderung</label>
            <label lang="en">Label of input prompt</label>
            <value></value>
        </element>
    </elements>
</config>
