-
Notifications
You must be signed in to change notification settings - Fork 2
/
jstats.xml
37 lines (35 loc) · 1.42 KB
/
jstats.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
<?xml version="1.0" encoding="utf-8"?>
<extension version="1.0" type="plugin" group="system" method="upgrade">
<name>plg_system_jstats</name>
<author>Don Gilbert</author>
<creationDate>November 2013</creationDate>
<copyright>Copyright (C) 2013 Don Gilbert. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>dongilbert.net</authorUrl>
<version>1.0.0</version>
<description>PLG_JSTATS_XML_DESCRIPTION</description>
<scriptfile>script.php</scriptfile>
<files>
<filename plugin="jstats">jstats.php</filename>
<folder>src</folder>
</files>
<languages folder="lang">
<language tag="en-GB">en-GB/en-GB.plg_system_jstats.ini</language>
<language tag="en-GB">en-GB/en-GB.plg_system_jstats.sys.ini</language>
<language tag="de-DE">de-DE/de-DE.plg_system_jstats.ini</language>
<language tag="de-DE">de-DE/de-DE.plg_system_jstats.sys.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="basic">
<field
name="unique_id"
type="text"
description="PLG_JSTATS_UNIQUE_ID_DESC"
label="PLG_JSTATS_UNIQUE_ID_LABEL"
size="10" />
</fieldset>
</fields>
</config>
</extension>