-
Notifications
You must be signed in to change notification settings - Fork 10
/
appinsightsplugin.xml
34 lines (34 loc) · 1.11 KB
/
appinsightsplugin.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
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" version="1.0" group="system">
<name>Application Insights Plugin</name>
<creationDate>2015-02-28</creationDate>
<version>1.0.0.1</version>
<releaseDate>2015-02-28 13:21:58</releaseDate>
<releaseType>Test release</releaseType>
<author>URL Team</author>
<authorUrl>url.edu.gt</authorUrl>
<copyright>(c) 2015 URL Team</copyright>
<license>GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html </license>
<description>Integrates a Joomla site with Microsoft Application Insights.</description>
<files>
<filename plugin="appinsightsplugin">appinsightsplugin.php</filename>
<filename>composer.json</filename>
<folder>src</folder>
<folder>vendor</folder>
</files>
<config>
<fields name="params">
<fieldset name="basic">
<field
name="instrumentationkey"
type="text"
default=""
label="Instrumentation Key"
description="Instrumentation Key"
required="true"
filter="string"
size="50" />
</fieldset>
</fields>
</config>
</extension>