52
0
Fork 0
plg_content_componentbuilde.../componentbuilderprivacytabs...

55 lines
2.2 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-05-03 05:52:04 +00:00
<creationDate>3rd May, 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-04-09 11:59:42 +00:00
<version>2.0.2</version>
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">
<language tag="en-GB">en-GB/en-GB.plg_content_componentbuilderprivacytabs.ini</language>
<language tag="en-GB">en-GB/en-GB.plg_content_componentbuilderprivacytabs.sys.ini</language>
</languages>
<!-- Plugin files -->
<files>
<filename plugin="componentbuilderprivacytabs">componentbuilderprivacytabs.php</filename>
<filename>index.html</filename>
<folder>language</folder>
<folder>fields</folder>
<folder>forms</folder>
<folder>rules</folder>
</files>
<!-- Config parameter -->
<config>
<fields name="params">
<!-- default paths of basic fieldset points to the plugin -->
2022-05-09 12:26:07 +00:00
<fieldset name="basic" label="PLG_CONTENT_COMPONENTBUILDERPRIVACYTABS_GLOBAL_PRIVACY"
2021-10-14 14:31:00 +00:00
addrulepath="/plugins/content/componentbuilderprivacytabs/rules"
addfieldpath="/plugins/content/componentbuilderprivacytabs/fields"
>
<!-- 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>