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

81 lines
3.3 KiB
XML
Raw Permalink Normal View History

2021-12-03 02:46:29 +00:00
<?xml version="1.0" encoding="utf-8"?>
2024-03-11 16:38:48 +00:00
<extension type="plugin" version="5.0" group="extension" method="upgrade">
2022-05-09 12:26:07 +00:00
<name>PLG_EXTENSION_COMPONENTBUILDERPOWERSAUTOLOADERCOMPILER</name>
2024-05-13 10:29:06 +00:00
<creationDate>13th May, 2024</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>
2024-03-11 16:38:48 +00:00
<version>2.0.0</version>
2022-05-09 12:26:07 +00:00
<description>PLG_EXTENSION_COMPONENTBUILDERPOWERSAUTOLOADERCOMPILER_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-05-09 12:26:07 +00:00
<fieldset name="basic" label="PLG_EXTENSION_COMPONENTBUILDERPOWERSAUTOLOADERCOMPILER_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-05-09 12:26:07 +00:00
<field type="note" name="note_select_power_plugin" label="PLG_EXTENSION_COMPONENTBUILDERPOWERSAUTOLOADERCOMPILER_NOTE_SELECT_POWER_PLUGIN_LABEL" description="PLG_EXTENSION_COMPONENTBUILDERPOWERSAUTOLOADERCOMPILER_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-05-09 12:26:07 +00:00
label="PLG_EXTENSION_COMPONENTBUILDERPOWERSAUTOLOADERCOMPILER_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-05-09 12:26:07 +00:00
label="PLG_EXTENSION_COMPONENTBUILDERPOWERSAUTOLOADERCOMPILER_ACTIVATE_OPTION_LABEL"
description="PLG_EXTENSION_COMPONENTBUILDERPOWERSAUTOLOADERCOMPILER_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-05-09 12:26:07 +00:00
PLG_EXTENSION_COMPONENTBUILDERPOWERSAUTOLOADERCOMPILER_ALL</option>
2021-12-03 02:46:29 +00:00
<option value="2">
2022-05-09 12:26:07 +00:00
PLG_EXTENSION_COMPONENTBUILDERPOWERSAUTOLOADERCOMPILER_SELECTED</option>
2021-12-03 02:46:29 +00:00
</field>
<!-- Components Field. Type: Joomlacomponents. (custom) -->
<field
type="joomlacomponents"
name="components"
2022-05-09 12:26:07 +00:00
label="PLG_EXTENSION_COMPONENTBUILDERPOWERSAUTOLOADERCOMPILER_COMPONENTS_LABEL"
description="PLG_EXTENSION_COMPONENTBUILDERPOWERSAUTOLOADERCOMPILER_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>