<?xml version="1.0" encoding="UTF-8"?>

<!--@deprecated tag:v6.6.0 - Whole module will be removed as no longer necessary since the introduction of address formatting-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/shopware/platform/trunk/src/Core/System/SystemConfig/Schema/config.xsd">
    <card>
        <title>Address</title>
        <title lang="de-DE">Adressen</title>

        <input-field type="bool">
            <name>showZipcodeInFrontOfCity</name>
            <label>Put postal code in front of city name.</label>
            <label lang="de-DE">Postleitzahl dem Stadtnamen voranstellen.</label>
        </input-field>
    </card>
</config>
