Migrating joomla 1.5 plugin to 2.5 - Joomla! Forum - community, help and support
i have following xml
it should show dropdown menu category of com_content not showing. wrong in xml file ?
code: select all
<extension version="2.5" type="plugin" group="content">
<name>a</name>
<author>a</author>
<creationdate>a</creationdate>
<copyright>copyright (c) 2010 open source matters. rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html gnu/gpl</license>
<authoremail></authoremail>
<authorurl></authorurl>
<version>1.0</version>
<description>a plugin</description>
<files>
<filename plugin="testplugin">testplugin.php</filename>
</files>
<config>
<fields name="params">
<field name="mycategory" type="category" extension="com_content" label="select category" description="" show_root="1" />
</fields>
</config>
</extension>it should show dropdown menu category of com_content not showing. wrong in xml file ?
Comments
Post a Comment