generated from cloudmaker97/JTL-Plugin-Template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.xml
44 lines (44 loc) · 1.65 KB
/
info.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="utf-8"?>
<jtlshopplugin>
<Name>Matomo Tracking</Name>
<Description>Tracking für Matomo ohne Cookies.</Description>
<Author>Dennis Heinrich</Author>
<URL>https://dennis-heinri.ch</URL>
<PluginID>dh_matomo_tracking</PluginID>
<XMLVersion>100</XMLVersion>
<Icon></Icon>
<Version>0.0.11</Version>
<ShopVersion>5.0.0</ShopVersion>
<CreateDate>2024-05-06</CreateDate>
<Install>
<Adminmenu>
<Settingslink sort="2">
<Name>Einstellungen</Name>
<Setting type="text" initialValue="" sort="4" conf="Y">
<Name>Matomo-URL</Name>
<Description>Die URL zur Matomo Installation</Description>
<ValueName>instance_url</ValueName>
</Setting>
<Setting type="number" initialValue="" sort="4" conf="Y">
<Name>Seiten-ID</Name>
<Description>Die ID der Webseite in Matomo</Description>
<ValueName>site_id</ValueName>
</Setting>
<Setting type="text" initialValue="" sort="4" conf="Y">
<Name>Authentifizierungs-Token</Name>
<Description>Das Token um sich an der API anzumelden</Description>
<ValueName>authentication_token</ValueName>
</Setting>
</Settingslink>
</Adminmenu>
<!--
<JS>
<file>
<name>main.js</name>
<priority>1</priority>
<position>head</position>
</file>
</JS>
-->
</Install>
</jtlshopplugin>