Spade

Mini Shell

Directory:~$ /home/lmsyaran/www/j3/plugins/content/componentbuilderprivacytabs/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/www/j3/plugins/content/componentbuilderprivacytabs/componentbuilderprivacytabs.xml

<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" version="3.10"
group="content" method="upgrade">
	<name>PLG_CONTENT_COMPONENTBUILDERPRIVACYTABS</name>
	<creationDate>20th September, 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.3</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 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>