34
0
Fork 0
plg_extension_componentbuil.../componentbuilderpowersautol...

81 lines
3.3 KiB
XML
Raw Normal View History

2021-12-03 02:46:29 +00:00
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" version="4" group="extension" method="upgrade">
2022-03-10 04:27:15 +00:00
<name>PLG_EXTENSIONCOMPONENTBUILDERPOWERSAUTOLOADERCOMPILER</name>
<creationDate>10th March, 2022</creationDate>
2021-12-03 02:46:29 +00:00
<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>
2022-01-10 14:13:41 +00:00
<version>1.0.1</version>
2022-03-10 04:27:15 +00:00
<description>PLG_EXTENSIONCOMPONENTBUILDERPOWERSAUTOLOADERCOMPILER_XML_DESCRIPTION</description>
2021-12-03 02:46:29 +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_extension_componentbuilderpowersautoloadercompiler.ini</language>
<language tag="en-GB">en-GB/en-GB.plg_extension_componentbuilderpowersautoloadercompiler.sys.ini</language>
</languages>
<!-- Plugin files -->
<files>
<filename plugin="componentbuilderpowersautoloadercompiler">componentbuilderpowersautoloadercompiler.php</filename>
<filename>index.html</filename>
<folder>language</folder>
<folder>fields</folder>
<folder>rules</folder>
</files>
<!-- Config parameter -->
<config>
<fields name="params">
<!-- default paths of basic fieldset points to the plugin -->
2022-03-10 04:27:15 +00:00
<fieldset name="basic" label="PLG_EXTENSIONCOMPONENTBUILDERPOWERSAUTOLOADERCOMPILER_GLOBAL_AUTOLOADER"
2021-12-03 02:46:29 +00:00
addrulepath="/plugins/extension/componentbuilderpowersautoloadercompiler/rules"
addfieldpath="/plugins/extension/componentbuilderpowersautoloadercompiler/fields"
>
<!-- Note_select_power_plugin Field. Type: Note. A None Database Field. (joomla) -->
2022-03-10 04:27:15 +00:00
<field type="note" name="note_select_power_plugin" label="PLG_EXTENSIONCOMPONENTBUILDERPOWERSAUTOLOADERCOMPILER_NOTE_SELECT_POWER_PLUGIN_LABEL" description="PLG_EXTENSIONCOMPONENTBUILDERPOWERSAUTOLOADERCOMPILER_NOTE_SELECT_POWER_PLUGIN_DESCRIPTION" heading="h4" class="alert alert-info note_select_power_plugin" />
2021-12-03 02:46:29 +00:00
<!-- Plugin Field. Type: Joomlaplugins. (custom) -->
<field
type="joomlaplugins"
name="plugin"
2022-03-10 04:27:15 +00:00
label="PLG_EXTENSIONCOMPONENTBUILDERPOWERSAUTOLOADERCOMPILER_PLUGIN_LABEL"
2021-12-03 02:46:29 +00:00
class="list_class span12"
multiple="false"
default="0"
button="true"
/>
<!-- Activate_option Field. Type: Radio. (joomla) -->
<field
type="radio"
name="activate_option"
2022-03-10 04:27:15 +00:00
label="PLG_EXTENSIONCOMPONENTBUILDERPOWERSAUTOLOADERCOMPILER_ACTIVATE_OPTION_LABEL"
description="PLG_EXTENSIONCOMPONENTBUILDERPOWERSAUTOLOADERCOMPILER_ACTIVATE_OPTION_DESCRIPTION"
2021-12-03 02:46:29 +00:00
class="btn-group btn-group-yesno"
default="1"
required="true">
<!-- Option Set. -->
<option value="1">
2022-03-10 04:27:15 +00:00
PLG_EXTENSIONCOMPONENTBUILDERPOWERSAUTOLOADERCOMPILER_ALL</option>
2021-12-03 02:46:29 +00:00
<option value="2">
2022-03-10 04:27:15 +00:00
PLG_EXTENSIONCOMPONENTBUILDERPOWERSAUTOLOADERCOMPILER_SELECTED</option>
2021-12-03 02:46:29 +00:00
</field>
<!-- Components Field. Type: Joomlacomponents. (custom) -->
<field
type="joomlacomponents"
name="components"
2022-03-10 04:27:15 +00:00
label="PLG_EXTENSIONCOMPONENTBUILDERPOWERSAUTOLOADERCOMPILER_COMPONENTS_LABEL"
description="PLG_EXTENSIONCOMPONENTBUILDERPOWERSAUTOLOADERCOMPILER_COMPONENTS_DESCRIPTION"
2021-12-03 02:46:29 +00:00
class="list_class"
multiple="true"
default="0"
showon="activate_option:2"
button="false"
/>
</fieldset>
</fields>
</config>
</extension>