-
Notifications
You must be signed in to change notification settings - Fork 9
/
jw_sig.xml
38 lines (38 loc) · 2.45 KB
/
jw_sig.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
<?xml version="1.0" encoding="utf-8"?>
<install version="1.5" type="plugin" group="content" method="upgrade">
<name>Simple Image Gallery (by JoomlaWorks)</name>
<author>JoomlaWorks</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://www.joomlaworks.net</authorUrl>
<copyright>Copyright (c) 2006 - 2022 JoomlaWorks Ltd. All rights reserved.</copyright>
<creationDate>January 7th, 2022</creationDate>
<license>https://www.gnu.org/licenses/gpl.html GNU/GPL</license>
<version>4.2</version>
<description>JW_PLG_SIG_XML_DESC</description>
<!-- Parameters -->
<params>
<param name="galleries_rootfolder" type="text" default="images/stories" label="JW_PLG_SIG_ROOTFOLDER" description="JW_PLG_SIG_ROOTFOLDER_DESC" />
<param name="jQueryHandling" type="list" default="1.12.4" label="JW_PLG_SIG_JQUERY_HANDLING" description="JW_PLG_SIG_JQUERY_HANDLING_DESC">
<option value="0">JW_PLG_SIG_DO_NOT_LOAD_THE_JQUERY_LIBRARY</option>
<option value="1.8.3">JW_PLG_SIG_LOAD_V1_8_X_LATEST_COPY</option>
<option value="1.9.1">JW_PLG_SIG_LOAD_V1_9_X_LATEST_COPY</option>
<option value="1.10.2">JW_PLG_SIG_LOAD_V1_10_X_LATEST_COPY</option>
<option value="1.11.3">JW_PLG_SIG_LOAD_V1_11_X_LATEST_COPY</option>
<option value="1.12.4">JW_PLG_SIG_LOAD_V1_12_X_LATEST_COPY</option>
</param>
<param name="thb_width" type="text" default="360" size="6" label="JW_PLG_SIG_TW" description="JW_PLG_SIG_TW_DESC" />
<param name="thb_height" type="text" default="240" size="6" label="JW_PLG_SIG_TH" description="JW_PLG_SIG_TH_DESC" />
<param name="jpg_quality" type="text" default="90" size="6" label="JW_PLG_SIG_TQ" description="JW_PLG_SIG_TQ_DESC" />
<param name="cache_expire_time" type="text" default="86400" size="6" label="JW_PLG_SIG_TCEXP" description="JW_PLG_SIG_TCEXP_DESC" />
<param name="memoryLimit" type="text" default="" size="6" label="JW_PLG_SIG_ML" description="JW_PLG_SIG_ML_DESC" />
</params>
<!-- Files -->
<files folder="plugin" destination="jw_sig">
<filename plugin="jw_sig">jw_sig.php</filename>
<folder>jw_sig</folder>
</files>
<languages folder="plugin">
<language tag="en-GB">language/en-GB/en-GB.plg_content_jw_sig.ini</language>
<language tag="en-GB">language/en-GB/en-GB.plg_content_jw_sig.sys.ini</language>
</languages>
</install>