joomla/mod_api_40_6/mod_api.xml

<?xml version="1.0" encoding="utf-8"?>
<extension type="module" version="3.6.0" client="site" method="upgrade">
    <name>Hallo API40 6</name>
    <author>Markus</author>
    <creationDate>September 2008</creationDate>
    <copyright>(C) 2008 Markus</copyright>
    <license>http://www.gnu.org/copyleft/gpl.html</license>
    <authorEmail>glaser@hallowelt.biz</authorEmail>
    <authorURL>www.hallowelt.biz</authorURL>
    <version>0.6</version>
    <description>Joomla! hello user in randomColor with tooltip parametrized and list of articles</description>
    <files>
        <filename>mod_api.xml</filename>
        <filename module="mod_api">mod_api.php</filename>
        <filename>index.html</filename>
        <filename>helper.php</filename>
        <filename>tmpl/default.php</filename>
        <filename>tmpl/index.html</filename>
    </files>
    <config>
        <fields name="params">
            <fieldset name="basic">
                <field name = "gast" label="Gast" type="text" default="nicht angemeldet" description="Bezeichnung für GastUser" />
                     <field type="spacer" />
                     <field name="tooltip" type="radio" label="Tooltip" default="1" description="Anzeige des Tooltips">
                        <option value="1">Ja</option>
                        <option value="0">Nein</option>
                     </field>
                <field name = "title" label="Titel" type="text" default="tooltip Title" description="Title für Tooltip" />
                <field name="hotspot" type="imagelist"
                    label="Hotspot" default="tooltip.png"
                    directory="/media/system/images"
                    description="Bild für den Tooltip" />
                     <field type="spacer" />
                <field name="layout" type="list" label="Layout" default="layout1" description="Erscheinungsbild des Moduls">
                    <option value="layout1">Layout 1</option>
                    <option value="layout2">Layout 2</option>
                    <option value="layout3">Layout 3</option>
                </field>
            </fieldset>
        </fields>
    </config>    
</extension>