Robot
f2dc5e5ca0
Here's an update on the current version, which includes changes towards the next release still in development.
55 lines
2.2 KiB
XML
55 lines
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<extension type="plugin" version="3.10" group="content" method="upgrade">
|
|
<name>PLG_CONTENT_COMPONENTBUILDERPRIVACYTABS</name>
|
|
<creationDate>27th April, 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>1.0.2</version>
|
|
<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/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 -->
|
|
<fieldset name="basic" label="PLG_CONTENT_COMPONENTBUILDERPRIVACYTABS_GLOBAL_PRIVACY"
|
|
addrulepath="/plugins/content/componentbuilderprivacytabs/rules"
|
|
addfieldpath="/plugins/content/componentbuilderprivacytabs/fields"
|
|
>
|
|
<!-- 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> |