<?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>Simple Plugin</title>

        <input-field type="bool">
            <name>simplePluginEnabled</name>
            <label>simplePlugin enabled</label>
            <label lang="de-DE">simplePlugin aktivieren</label>
            <defaultValue>0</defaultValue>
        </input-field>

        <input-field>
            <name>simplePluginBackgroundcolor</name>
            <label>Backgroundcolor</label>
            <label lang="de-DE">Hintergrundfarbe</label>
            <copyable>true</copyable>
            <css>simple-plugin-backgroundcolor</css>
        </input-field>

        <input-field>
            <name>simplePluginFontcolor</name>
            <label>Fontcolor</label>
            <label lang="de-DE">Textfarbe</label>
            <copyable>true</copyable>
            <css>simple-plugin-fontcolor</css>
            <defaultValue>#eee</defaultValue>
        </input-field>

        <input-field>
            <name>simplePluginBordercolor</name>
            <label>Bordercolor</label>
            <label lang="de-DE">Rahmenfarbe</label>
            <copyable>true</copyable>
            <css>simple-plugin-bordercolor</css>
        </input-field>
    </card>

</config>
