Advertisement
Guest User

Untitled

a guest
Jan 6th, 2013
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  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>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement