-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.xml
More file actions
22 lines (22 loc) · 665 Bytes
/
info.xml
File metadata and controls
22 lines (22 loc) · 665 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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>