mirror of
https://github.com/cloudmaker97/JTL-Plugin-Template.git
synced 2025-12-06 00:18:34 +00:00
22 lines
665 B
XML
22 lines
665 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<jtlshopplugin>
|
|
<Name>Vorlage eines Plugins</Name>
|
|
<Description>Hier könnte Ihre Beschreibung stehen.</Description>
|
|
<Author>Dennis Heinrich</Author>
|
|
<URL>https://dennis-heinri.ch</URL>
|
|
<PluginID>plugin_test</PluginID>
|
|
<XMLVersion>100</XMLVersion>
|
|
<Icon></Icon>
|
|
<Version>1.0.0</Version>
|
|
<ShopVersion>5.4.1</ShopVersion>
|
|
<CreateDate>2025-01-01</CreateDate>
|
|
<Install>
|
|
<JS>
|
|
<file>
|
|
<name>main.js</name>
|
|
<priority>1</priority>
|
|
<position>head</position>
|
|
</file>
|
|
</JS>
|
|
</Install>
|
|
</jtlshopplugin>
|