-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.xml
23 lines (21 loc) · 1.02 KB
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<plugin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../../engine/Shopware/Components/Plugin/schema/plugin.xsd">
<label lang="de">Shopware AI Suche</label>
<label lang="en">Shopware AI search</label>
<version>1.0.0</version>
<copyright>(c) by Holger-Thomas Kaßner & Philipp Schuch</copyright>
<license>proprietary</license>
<link>http://store.shopware.com</link>
<author>Holger-Thomas Kaßner & Philipp Schuch</author>
<description lang="de">
Dieses Plugin ermöglicht das Suchen nach Artikeln über Bilddaten. Am Artikel lassen sich
im Backend Schlagwörter speichern mit deren Hilfe der Artikel durch die Bilddaten leichter
identifiziert werden kann.
</description>
<compatibility minVersion="5.2.0" />
<changelog version="1.0.0">
<changes lang="de">Erste Veröffentlichung</changes>
<changes lang="en">Initial Release</changes>
</changelog>
</plugin>