-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjw_iaki.xml
executable file
·29 lines (29 loc) · 1.44 KB
/
jw_iaki.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
<?xml version="1.0" encoding="UTF-8" ?>
<extension version="2.5" type="plugin" group="k2" method="upgrade">
<name>IAKI - Import As K2 Image (by JoomlaWorks)</name>
<author>JoomlaWorks</author>
<creationDate>March 19th, 2021</creationDate>
<copyright>Copyright (c) 2006 - 2021 JoomlaWorks Ltd. All rights reserved.</copyright>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://www.joomlaworks.net</authorUrl>
<version>2.4</version>
<license>GNU/GPL</license>
<description>JW_PLG_IAKI_DESC</description>
<files>
<filename plugin="jw_iaki">jw_iaki.php</filename>
</files>
<config>
<fields name="params">
<fieldset name="basic">
<field name="limitK2ItemId" type="text" size="6" default="" label="JW_PLG_IAKI_LIMITK2ITEMID" description="" />
<field name="@spacer" type="spacer" class="text" label="JW_PLG_IAKI_OPTIONAL" />
<field name="sourceImageFolder" type="text" default="" label="JW_PLG_IAKI_SRCIMGFOLDER" description="" />
<field name="destImageFolder" type="text" default="" label="JW_PLG_IAKI_DESTIMGFOLDER" description="" />
</fieldset>
</fields>
</config>
<languages>
<language tag="en-GB">language/en-GB/en-GB.plg_k2_jw_iaki.ini</language>
<language tag="en-GB">language/en-GB/en-GB.plg_k2_jw_iaki.sys.ini</language>
</languages>
</extension>