1. <field name="mycategory" type="category" extension="com_content" label="Select a category" description="" show_root="1" />
  2.  
  3. <extension version="2.5" type="plugin" group="content">
  4. <name>a</name>
  5. <author>a</author>
  6. <creationDate>a</creationDate>
  7. <copyright>Copyright (C) 2010 Open Source Matters. All rights reserved.</copyright>
  8. <license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
  9. <authorEmail>admin@joomla.org</authorEmail>
  10. <authorUrl>www.joomla.org</authorUrl>
  11. <version>1.0</version>
  12. <description>A Plugin</description>
  13. <files>
  14. <filename plugin="testplugin">testplugin.php</filename>
  15. </files>
  16.  
  17. <config>
  18. <fields name="params">
  19. <field name="mycategory" type="category" extension="com_content" label="Select a category" description="" show_root="1" />
  20. </fields>
  21. </config>
  22. </extension>