-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmyicons.xml
32 lines (32 loc) · 1.12 KB
/
myicons.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
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.1" type="plugin" group="quickicon">
<name>plg_quickicon_myicons</name>
<author>Iván Ramos Jiménez</author>
<creationDate>30 April 2013</creationDate>
<copyright>Copyright (C) 2013 Iván Ramos Jiménez. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>ivan.ramos.name</authorUrl>
<version>1.0.0</version>
<description>PLG_QUICKICON_MYICONS_XML_DESCRIPTION</description>
<files>
<filename plugin="myicons">myicons.php</filename>
<filename>index.html</filename>
</files>
<languages>
<language tag="es-ES">language/es-ES/es-ES.plg_quickicon_myicons.ini</language>
<language tag="es-ES">language/es-ES/es-ES.plg_quickicon_myicons.sys.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="basic">
<field name="context"
type="text"
default="mod_quickicon"
description="PLG_QUICKICON_MYICONS_GROUP_DESC"
label="PLG_QUICKICON_MYICONS_GROUP_LABEL"
/>
</fieldset>
</fields>
</config>
</extension>