<?xml version="1.0" encoding="utf-8"?>

<extension type="module" version="3.1.0" client="site" method="upgrade">
<updateservers>
    <server type="extension" priority="2" name="Frontpage Featured Links's Updates">http://demo.fosigo.net/update_mod_ffl/mod_frontpage_featured_links.xml</server>
 </updateservers>
<name>Frontpage Featured Links</name>
<author>Igor Fosic</author>
<creationDate>June 2020 </creationDate>
<authorUrl>www.demo.fosigo.net </authorUrl>
<version>1.0.1</version>
<description>Shows links of recently added articles in module instead of links below intro articles in common Joomla site.</description>
<license>GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html</license>

<files>
<filename>mod_frontpage_featured_links.xml</filename>
<filename module="mod_frontpage_featured_links">mod_frontpage_featured_links.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="noteNumOffset"
                       type="note"
                       class="alert"
                       label="Offset"
                       description="Use menu offset parameters (leading article number + intro article number)" />
                <field
                       name="menuitem"
                       type="menu"
                       description="Select a menu"
                       label="Select a menu"/>
                <field
                       name="mymenuitem"
                       type="menuitem"
                       label="Select a menu item"
                       description="Select a menu item" />
                <field name="noteNumLinks"
                       type="note"
                       class="alert"
                       label="Number of links"
                       description="Define number of recent added article showing in module as links" />
                <field name="mynumbervalue"
                       type="number"
                       default="5"
                       label="Define a number of links"
                       description="Define a number of links"
                       min="0"
                       max="10"
                       step="1"
                       required="true"/>
            </fieldset>
</fields>
</config>
</extension>