<?xml version="1.0" encoding="utf-8"?> <extension version="4.0" type="plugin" group="system" method="upgrade"> <name>PLG_SYSTEM_REGULARLABS</name> <description>PLG_SYSTEM_REGULARLABS_DESC</description> <version>25.7.12430</version> <creationDate>July 2025</creationDate> <author>Regular Labs (Peter van Westen)</author> <authorEmail>[email protected]</authorEmail> <authorUrl>https://regularlabs.com</authorUrl> <copyright>Copyright © 2025 Regular Labs - All Rights Reserved</copyright> <license>GNU General Public License version 2 or later</license> <namespace path="src">RegularLabs\Plugin\System\RegularLabs</namespace> <files> <file plugin="regularlabs">regularlabs.php</file> <folder>language</folder> <folder>src</folder> </files> <config> <fields name="params" addfieldprefix="RegularLabs\Library\Form\Field"> <fieldset name="basic"> <field name="@load_script_descriptions" type="LoadMedia" filetype="script" file="regularlabs.admin-form-descriptions"/> <field name="@load_language_regularlabs" type="LoadLanguage" extension="plg_system_regularlabs"/> <field name="@jcompatibility" type="JCompatibility" extension="REGULAR_LABS_LIBRARY"/> <field name="@header" type="HeaderLibrary" label="REGULAR_LABS_LIBRARY" description="REGULAR_LABS_LIBRARY_DESC" warning="REGULAR_LABS_LIBRARY_DESC_WARNING"/> </fieldset> <fieldset name="advanced"> <field name="combine_admin_menu" type="Radio" layout="joomla.form.field.radio.switcher" default="0" label="RL_COMBINE_ADMIN_MENU" description="RL_COMBINE_ADMIN_MENU_DESC"> <option value="0">JNO</option> <option value="1">JYES</option> </field> <field name="max_list_count" type="Number" size="10" step="1000" class="text-monospace text-right rl-w-8em" default="10000" label="RL_MAX_LIST_COUNT" description="RL_MAX_LIST_COUNT_DESC"/> </fieldset> </fields> </config> </extension>