EVOLUTION-NINJA
Edit File: tabs.xml
<?xml version="1.0" encoding="utf-8"?> <extension version="3" type="plugin" group="editors-xtd" method="upgrade"> <name>PLG_EDITORS-XTD_TABS</name> <description>PLG_EDITORS-XTD_TABS_DESC</description> <version>8.4.0</version> <creationDate>September 2023</creationDate> <author>Regular Labs (Peter van Westen)</author> <authorEmail>info@regularlabs.com</authorEmail> <authorUrl>https://regularlabs.com</authorUrl> <copyright>Copyright © 2023 Regular Labs - All Rights Reserved</copyright> <license>GNU General Public License version 2 or later</license> <files> <file plugin="tabs">tabs.php</file> <file>fields.xml</file> <file>helper.php</file> <file>popup.php</file> <file>popup.tmpl.php</file> <folder>language</folder> </files> <config> <fields name="params" addfieldpath="/libraries/regularlabs/fields"> <fieldset name="basic"> <field name="@load_language_regularlabs" type="rl_loadlanguage" extension="plg_system_regularlabs"/> <field name="@load_language" type="rl_loadlanguage" extension="plg_editors-xtd_tabs"/> <field name="@license" type="rl_license" extension="TABS"/> <field name="@version" type="rl_version" extension="TABS"/> <field name="@dependency" type="rl_dependency" label="TAB_THE_SYSTEM_PLUGIN" file="/plugins/system/tabs/tabs.xml"/> <field name="@header" type="rl_header" label="TABS" description="TABS_DESC" url="https://regularlabs.com/tabs"/> <field name="@note__settings" type="note" class="alert alert-info" description="TAB_SETTINGS,<a href="index.php?option=com_plugins&filter_folder=system&filter_search=tabs" target="_blank">,</a>"/> </fieldset> </fields> </config> </extension>