-
Notifications
You must be signed in to change notification settings - Fork 0
/
stetic.xml
executable file
·40 lines (40 loc) · 1.77 KB
/
stetic.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
<?xml version="1.0" encoding="utf-8" ?>
<extension version="1.1" type="plugin" group="system" method="upgrade">
<name>Stetic</name>
<author>Stetic</author>
<creationDate>April 2015</creationDate>
<copyright>(C) 2015 All rights reserved.</copyright>
<license>GNU/GPL</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.stetic.com</authorUrl>
<version>1.0</version>
<description>This extension brings the Stteic Web Analytics to Joomla and integrates the tracking code on your page. Just go to Extensions > Plugin Manager to configure the plugin. To use it you have to be registered with www.stetic.com.</description>
<files>
<filename plugin="stetic">stetic.php</filename>
</files>
<languages>
<language tag="en-GB">en-GB.plg_system_stetic.ini</language>
<language tag="en-GB">en-GB.plg_system_stetic.sys.ini</language>
<language tag="de-DE">de-DE.plg_system_stetic.ini</language>
<language tag="de-DE">de-DE.plg_system_stetic.sys.ini</language>
</languages>
<config>
<fields name="params" >
<fieldset name="basic">
<field name="enabled" type="list" default="1" label="LABEL_ENABLED" description="DESC_ENABLED">
<option value="1">yes</option>
<option value="0">no</option>
</field>
<field name="project_token" type="text" label="LABEL_PROJECT_TOKEN" description="DESC_PROJECT_TOKEN"/>
<field name="ignoreadmins" type="list" default="1" label="LABEL_NOADMIN" description="DESC_NOADMIN">
<option value="0">no</option>
<option value="1">yes</option>
</field>
<field name="trackuser" type="list" default="0" label="LABEL_USER_DATA" description="DESC_USER_DATA">
<option value="0">no</option>
<option value="1">yes</option>
</field>
</fieldset>
</fields>
</config>
</extension>