NotifyIfAvail/config.xml
2025-03-05 02:08:16 +01:00

8 lines
409 B
XML

<config xmlns="https://shopware.com/schemas/plugin-config/1.0">
<card>
<title>Benachrichtigung Plugin Einstellungen</title>
<input-field name="emailSender" type="text" label="E-Mail Absender" defaultValue="shop@example.com"/>
<input-field name="emailSubject" type="text" label="E-Mail Betreff" defaultValue="Ihr gewünschter Artikel ist wieder verfügbar!"/>
</card>
</config>