plg_content_componentbuilde.../componentbuilderprivacytabs.xml
2024-08-15 01:35:23 +02:00

51 lines
2.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" version="5.0" group="content" method="upgrade">
<name>PLG_CONTENT_COMPONENTBUILDERPRIVACYTABS</name>
<creationDate>14th August, 2024</creationDate>
<author>Llewellyn van der Merwe</author>
<authorEmail>joomla@vdm.io</authorEmail>
<authorUrl>https://dev.vdm.io</authorUrl>
<copyright>Copyright (C) 2015 Vast Development Method. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<version>3.0.0</version>
<namespace path="src">VDM\Plugin\Content\ComponentbuilderPrivacyTabs</namespace>
<description>PLG_CONTENT_COMPONENTBUILDERPRIVACYTABS_XML_DESCRIPTION</description>
<!-- Scripts to run on installation -->
<scriptfile>script.php</scriptfile>
<!-- Language files -->
<languages folder="language">
<language tag="en-GB">en-GB/plg_content_componentbuilderprivacytabs.ini</language>
<language tag="en-GB">en-GB/plg_content_componentbuilderprivacytabs.sys.ini</language>
</languages>
<!-- Plugin files -->
<files>
<folder plugin="componentbuilderprivacytabs">services</folder>
<filename>index.html</filename>
<folder>forms</folder>
<folder>services</folder>
<folder>src</folder>
</files>
<!-- Config parameters -->
<config>
<fields name="params">
<fieldset name="basic" label="PLG_CONTENT_COMPONENTBUILDERPRIVACYTABS_GLOBAL_PRIVACY">
<!-- Note_select_privacy_plugin Field. Type: Note. A None Database Field. (joomla) -->
<field type="note" name="note_select_privacy_plugin" label="PLG_CONTENT_COMPONENTBUILDERPRIVACYTABS_NOTE_SELECT_PRIVACY_PLUGIN_LABEL" description="PLG_CONTENT_COMPONENTBUILDERPRIVACYTABS_NOTE_SELECT_PRIVACY_PLUGIN_DESCRIPTION" heading="h4" class="alert alert-info note_select_privacy_plugin" />
<!-- Plugin Field. Type: Joomlaplugins. (custom) -->
<field
type="joomlaplugins"
name="plugin"
label="PLG_CONTENT_COMPONENTBUILDERPRIVACYTABS_PLUGIN_LABEL"
class="list_class span12"
multiple="false"
default="0"
button="true"
/>
</fieldset>
</fields>
</config>
</extension>