Created
October 10, 2012 07:39
-
-
Save biswarupadhikari/3863786 to your computer and use it in GitHub Desktop.
Joomla:How to add Module Parameter Joomla 2.5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<config> | |
<fields name="params"> | |
<fieldset name="basic" label="Module Parameters" description="Module settings"> | |
<field size="10" name="youtube_url" type="text" default="200" label="Youtube Video URL" description="" /> | |
<field size="10" name="height" type="text" default="315" label="Height" description="" /> | |
<field size="10" name="width" type="text" default="560" label="Width" description="" /> | |
</fieldset> | |
</fields> | |
</config> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment