-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvasana.xml
27 lines (27 loc) · 1.3 KB
/
vasana.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
<?xml version="1.0" encoding="utf-8"?>
<extension version="1.8" type="plugin" group="system" method="upgrade">
<name>System - Vasana Analytics</name>
<author>Jodi J. Showers</author>
<creationDate>February 2015</creationDate>
<copyright>Copyright (C) 2015 The nNovation Group, inc. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>nnovation.ca</authorUrl>
<version>0.1</version>
<description>This adds a javascript method to track actions in a joomla website.</description>
<files>
<filename plugin="vasana">vasana.php</filename>
</files>
<params>
<param name="vasana_secret" type="text" default="" label="Vasana Secret" description="This is the secret provided by Vasana." />
<param name="vasana_url" type="text" default="" label="Vasana URL" description="The URL to the Vasana Analytics Server" />
</params>
<config>
<fields name="params">
<fieldset name="basic">
<field name="vasana_secret" type="text" default="" label="Vasana Secret" description="This is the secret provided by Vasana." />
<field name="vasana_url" type="text" default="" label="Vasana Site URL" description="The URL to the Vasana Server" />
</fieldset>
</fields>
</config>
</extension>