<?xml version="1.0" encoding="utf-8"?>
<extension version="3.9" type="plugin" group="quickicon" method="upgrade">
<name>plg_quickicon_weblinks</name>
<author>Joomla! Project</author>
<creationDate>2025-09-07</creationDate>
<copyright>(C) 2005 - 2025 Open Source Matters. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
<version>5.0.0</version>
<changelogurl>https://raw.githubusercontent.com/joomla-extensions/weblinks/5.x-dev/changelogs/plg_quickicon_weblinks_changelog.xml</changelogurl>
<description>PLG_QUICKICON_WEBLINKS_XML_DESCRIPTION</description>
<namespace path="src">Joomla\Plugin\Quickicon\Weblinks</namespace>
<files>
<folder>src</folder>
<folder plugin="weblinks">services</folder>
<folder>language</folder>
<file>weblinks.xml</file>
</files>
<languages folder="language">
</languages>
<config>
<fields name="params">
<fieldset name="basic">
<field
name="show_count"
type="radio"
label="PLG_QUICKICON_WEBLINKS_SHOW_COUNT"
layout="joomla.form.field.radio.switcher"
default="0"
filter="boolean"
>
<option value="0">JNO</option>
<option value="1">JYES</option>
</field>
</fieldset>
</fields>
</config>
</extension>