plg_content_componentbuilde.../componentbuilderprivacytabs.xml

51 lines
2.0 KiB
XML
Raw Normal View History

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