29 lines
1.0 KiB
XML
29 lines
1.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<extension type="plugin" group="search" version="2.6" method="upgrade">
|
|
<name>plg_search_attachments</name>
|
|
<version>3.2.6</version>
|
|
<creationDate>March 26, 2018</creationDate>
|
|
<author>Jonathan M. Cameron</author>
|
|
<authorEmail>jmcameron@jmcameron.net</authorEmail>
|
|
<authorUrl>http://joomlacode.org/gf/project/attachments/</authorUrl>
|
|
<copyright>(C) 2007-2018 Jonathan M. Cameron. All rights reserved.</copyright>
|
|
<license>http://www.gnu.org/licenses/gpl-3.0.html GNU/GPL</license>
|
|
<description>ATTACH_ATTACHMENTS_SEARCH_PLUGIN_DESCRIPTION</description>
|
|
|
|
<files>
|
|
<filename plugin="attachments">attachments.php</filename>
|
|
<filename>index.html</filename>
|
|
<folder>language</folder>
|
|
</files>
|
|
|
|
<config>
|
|
<fields name="params">
|
|
<fieldset name="basic">
|
|
<field name="search_limit" type="text" size="5" default="50"
|
|
label="ATTACH_SEARCH_LIMIT" description="ATTACH_SEARCH_LIMIT_DESCRIPTION"/>
|
|
</fieldset>
|
|
</fields>
|
|
</config>
|
|
|
|
</extension>
|