Skip to content

Instantly share code, notes, and snippets.

@biswarupadhikari
Created October 10, 2012 07:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save biswarupadhikari/3863786 to your computer and use it in GitHub Desktop.
Save biswarupadhikari/3863786 to your computer and use it in GitHub Desktop.
Joomla:How to add Module Parameter Joomla 2.5
<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