-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathservertiming.xml
36 lines (36 loc) · 1.31 KB
/
servertiming.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
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.5" type="plugin" group="system" method="upgrade">
<name>plg_system_servertiming</name>
<author>Thierry Bela</author>
<creationDate>Feb 2018</creationDate>
<copyright>Copyright (C) 2005 - 2018 Thierry Bela. All rights reserved.</copyright>
<license>Released under dual license LGPL v3 | MIT</license>
<authorEmail>tbela@tbela.net</authorEmail>
<authorUrl>https://www.tbela.net</authorUrl>
<version>0.1</version>
<description>PLG_SYSTEM_HTML_XML_DESCRIPTION</description>
<files>
<filename plugin="servertiming">servertiming.php</filename>
<filename>README.md</filename>
<folder>language</folder>
</files>
<updateservers>
<server type="extension" priority="1" name="plg_system_servertiming_updates">https://raw.githubusercontent.com/tbela99/server-timing/master/servertiming.xml</server>
</updateservers>
<config>
<fields name="params">
<fieldset name="basic">
<field name="servertiming" label="PLG_SERVERTIMING_FIELD_ENABLE_LABEL"
description="PLG_SERVERTIMING_FIELD_ENABLE_DESCRIPTION"
type="radio"
class="btn-group btn-group-yesno"
default="0">
<option value="1">JYes</option>
<option value="0">JNo</option>
</field>
</fieldset>
<fieldset name="advanced">
</fieldset>
</fields>
</config>
</extension>