/plugins/search/contacts/contacts.xml
XML | 51 lines | 48 code | 3 blank | 0 comment | 0 complexity | 6c04f130918371825245ccf6829ad01b MD5 | raw file
Possible License(s): LGPL-2.1
1<?xml version="1.0" encoding="utf-8"?> 2<extension version="3.0" type="plugin" group="search"> 3 <name>plg_search_contacts</name> 4 <author>Joomla! Project</author> 5 <creationDate>November 2005</creationDate> 6 <copyright>Copyright (C) 2005 - 2012 Open Source Matters. All rights reserved.</copyright> 7 <license>GNU General Public License version 2 or later; see LICENSE.txt</license> 8 <authorEmail>admin@joomla.org</authorEmail> 9 <authorUrl>www.joomla.org</authorUrl> 10 <version>2.5.0</version> 11 <description>PLG_SEARCH_CONTACTS_XML_DESCRIPTION</description> 12 <files> 13 <filename plugin="contacts">contacts.php</filename> 14 <filename>index.html</filename> 15 </files> 16 <languages> 17 <language tag="en-GB">en-GB.plg_search_contacts.ini</language> 18 <language tag="en-GB">en-GB.plg_search_contacts.sys.ini</language> 19 </languages> 20 <config> 21 <fields name="params"> 22 23 <fieldset name="basic"> 24 <field name="search_limit" type="text" 25 default="50" 26 description="JFIELD_PLG_SEARCH_SEARCHLIMIT_DESC" 27 label="JFIELD_PLG_SEARCH_SEARCHLIMIT_LABEL" 28 size="5" 29 /> 30 31 <field name="search_content" type="radio" 32 default="0" 33 description="JFIELD_PLG_SEARCH_ALL_DESC" 34 label="JFIELD_PLG_SEARCH_ALL_LABEL" 35 > 36 <option value="0">JOFF</option> 37 <option value="1">JON</option> 38 </field> 39 40 <field name="search_archived" type="radio" 41 default="0" 42 description="JFIELD_PLG_SEARCH_ARCHIVED_DESC" 43 label="JFIELD_PLG_SEARCH_ARCHIVED_LABEL" 44 > 45 <option value="0">JOFF</option> 46 <option value="1">JON</option> 47 </field> 48 </fieldset> 49 </fields> 50 </config> 51</extension>