-
Notifications
You must be signed in to change notification settings - Fork 0
/
demo.xml
36 lines (33 loc) · 1.05 KB
/
demo.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="2.5" type="plugin" group="jem" method="upgrade">
<name>plg_jem_demo</name>
<creationDate>June 2016</creationDate>
<author>JEM Community</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>http://www.joomlaeventmanager.net</authorUrl>
<copyright>copyright (C) 2013-2016 joomlaeventmanager.net</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<version>2.1-dev007</version>
<description>PLG_JEM_DEMO_XML_DESCRIPTION</description>
<files>
<filename plugin="demo">demo.php</filename>
<filename>.htaccess</filename>
<folder>language</folder>
<folder>data</folder>
</files>
<config>
<fields name="params">
<fieldset name="basic">
<field type="radio" name="reset"
label="PLG_JEM_DEMO_RESET"
default="0"
description="PLG_JEM_DEMO_RESET_DESC"
class="btn-group btn-group-yesno"
>
<option value="1">JYES</option>
<option value="0">JNO</option>
</field>
</fieldset>
</fields>
</config>
</extension>