Files
2024-12-17 17:34:10 +01:00

34 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<extension version="4" type="plugin" group="editors-xtd" method="upgrade">
<name>PLG_EDITORS-XTD_CONDITIONALCONTENT</name>
<description>PLG_EDITORS-XTD_CONDITIONALCONTENT_DESC</description>
<version>5.2.2</version>
<creationDate>November 2024</creationDate>
<author>Regular Labs (Peter van Westen)</author>
<authorEmail>info@regularlabs.com</authorEmail>
<authorUrl>https://regularlabs.com</authorUrl>
<copyright>Copyright © 2024 Regular Labs - All Rights Reserved</copyright>
<license>GNU General Public License version 2 or later</license>
<namespace path="src">RegularLabs\Plugin\EditorButton\ConditionalContent</namespace>
<scriptfile>script.install.php</scriptfile>
<files>
<file plugin="conditionalcontent">conditionalcontent.php</file>
<folder>forms</folder>
<folder>language</folder>
<folder>src</folder>
<folder>tmpl</folder>
</files>
<config>
<fields name="params" addfieldprefix="RegularLabs\Library\Form\Field">
<fieldset name="basic">
<field name="@load_language_regularlabs" type="LoadLanguage" extension="plg_system_regularlabs"/>
<field name="@license" type="License" extension="CONDITIONALCONTENT"/>
<field name="@version" type="Version" extension="CONDITIONALCONTENT"/>
<field name="@dependency_plugin" type="Dependency" label="COC_THE_SYSTEM_PLUGIN" file="/plugins/system/conditionalcontent/conditionalcontent.xml"/>
<field name="@header" type="Header" label="CONDITIONALCONTENT" description="CONDITIONALCONTENT_DESC" url="https://regularlabs.com/conditionalcontent"/>
<field name="@note__settings" type="Note" class="rl-alert alert alert-info rl-alert-light" text="COC_SETTINGS,&lt;a href=&quot;index.php?option=com_plugins&amp;filter[folder]=system&amp;filter[search]=conditional Content&quot; target=&quot;_blank&quot;&gt;,&lt;/a&gt;"/>
</fieldset>
</fields>
</config>
</extension>