/plugins/search/contacts/contacts.xml

https://bitbucket.org/eternaware/joomus · XML · 51 lines · 48 code · 3 blank · 0 comment · 0 complexity · 6c04f130918371825245ccf6829ad01b MD5 · raw file

  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. <fieldset name="basic">
  23. <field name="search_limit" type="text"
  24. default="50"
  25. description="JFIELD_PLG_SEARCH_SEARCHLIMIT_DESC"
  26. label="JFIELD_PLG_SEARCH_SEARCHLIMIT_LABEL"
  27. size="5"
  28. />
  29. <field name="search_content" type="radio"
  30. default="0"
  31. description="JFIELD_PLG_SEARCH_ALL_DESC"
  32. label="JFIELD_PLG_SEARCH_ALL_LABEL"
  33. >
  34. <option value="0">JOFF</option>
  35. <option value="1">JON</option>
  36. </field>
  37. <field name="search_archived" type="radio"
  38. default="0"
  39. description="JFIELD_PLG_SEARCH_ARCHIVED_DESC"
  40. label="JFIELD_PLG_SEARCH_ARCHIVED_LABEL"
  41. >
  42. <option value="0">JOFF</option>
  43. <option value="1">JON</option>
  44. </field>
  45. </fieldset>
  46. </fields>
  47. </config>
  48. </extension>