Hallo zusammen,
was muss ich tun, damit sich meine Plugin Konfigurationen auch für Subshops (e.g. English) editiern lassen.
Mit meiner config.xml lässt sich das nicht bewerkstelligen:
<?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 required="true" type="text"> <name>url</name> <label lang="de">SEO-URL</label> <label lang="en">SEO-URL</label> <value>slug</value> </element> </elements> </config>
Vielen Dank für euren Support!