-
Notifications
You must be signed in to change notification settings - Fork 1
/
links-k2.xml
33 lines (33 loc) · 1.67 KB
/
links-k2.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
<?xml version="1.0" ?>
<extension version="2.5" type="plugin" group="jce" method="upgrade">
<name>PLG_JCE_LINKS_K2</name>
<version>2.6.2</version>
<creationDate>December 21st, 2019</creationDate>
<author>JoomlaWorks</author>
<authorEmail>please-use-the-contact-form@joomlaworks.net</authorEmail>
<authorUrl>www.joomlaworks.net</authorUrl>
<copyright>Copyright (c) 2006 - 2019 JoomlaWorks Ltd. All rights reserved.</copyright>
<license>https://www.gnu.org/licenses/gpl.html</license>
<description>PLG_JCE_LINKS_K2_XML_DESC</description>
<files folder="plugins/jce/links-k2">
<file plugin="links-k2">links-k2.php</file>
<folder>k2links</folder>
</files>
<params group="k2links">
<param name="k2" type="radio" default="1" label="PLG_JCE_LINKS_XML_CAT_LINKS" description="PLG_JCE_LINKS_XML_CAT_LINKS_DESC">
<option value="1">WF_OPTION_YES</option>
<option value="0">WF_OPTION_NO</option>
</param>
<param name="tags" type="radio" default="1" label="PLG_JCE_LINKS_XML_TAG_LINKS" description="PLG_JCE_LINKS_XML_TAG_LINKS_DESC">
<option value="1">WF_OPTION_YES</option>
<option value="0">WF_OPTION_NO</option>
</param>
</params>
<languages folder="administrator/language/en-GB">
<language tag="en-GB">en-GB.plg_jce_links-k2.ini</language>
<language tag="en-GB">en-GB.plg_jce_links-k2.sys.ini</language>
</languages>
<updateservers>
<server type="extension" priority="1" name="K2 Links for JCE">https://cdn.jsdelivr.net/gh/getk2/k2-links-for-jce@master/static/update.xml</server>
</updateservers>
</extension>