forked from JoomGallery/JoomQuickicon
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathjoomgallery.xml
39 lines (39 loc) · 1.72 KB
/
joomgallery.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
37
38
39
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.0" type="plugin" group="quickicon" method="upgrade">
<name>plg_quickicon_joomgallery</name>
<creationDate>2024/12/03</creationDate>
<author>JoomGallery::Project Team</author>
<authorUrl>www.joomgalleryfriends.net</authorUrl>
<copyright>Copyright (C) 2012 - 2024 JoomGallery::ProjectTeam</copyright>
<license>https://www.gnu.org/licenses/gpl-3.0.html GNU/GPL</license>
<version>4.0.0-beta1</version>
<description>PLG_QUICKICON_JOOMGALLERY_DESC</description>
<files>
<filename plugin="joomgallery">joomgallery.php</filename>
</files>
<languages>
<language tag="en-GB">language/en-GB/en-GB.plg_quickicon_joomgallery.ini</language>
<language tag="en-GB">language/en-GB/en-GB.plg_quickicon_joomgallery.sys.ini</language>
<language tag="de-DE">language/de-DE/de-DE.plg_quickicon_joomgallery.ini</language>
<language tag="de-DE">language/de-DE/de-DE.plg_quickicon_joomgallery.sys.ini</language>
<language tag="it-IT">language/it-IT/it-IT.plg_quickicon_joomgallery.ini</language>
<language tag="it-IT">language/it-IT/it-IT.plg_quickicon_joomgallery.sys.ini</language>
</languages>
<scriptfile>script.php</scriptfile>
<config>
<fields name="params">
<fieldset name="basic">
<field
name="cfg_context"
type="text"
default="mod_quickicon"
label="PLG_QUICKICON_JOOMGALLERY_GROUP_LBL"
description="PLG_QUICKICON_JOOMGALLERY_GROUP_DESC"
/>
</fieldset>
</fields>
</config>
<updateservers>
<server type="collection" priority="1" name="JoomGallery Update Service">https://www.joomgalleryfriends.net/updates/extensions4.xml</server>
</updateservers>
</extension>