52
0
Fork 0
plg_extension_componentbuil.../componentbuilderexportcompi...

80 lines
3.0 KiB
XML
Raw Permalink Normal View History

2021-10-14 14:31:26 +00:00
<?xml version="1.0" encoding="utf-8"?>
2024-03-11 16:36:21 +00:00
<extension type="plugin" version="5.0" group="extension" method="upgrade">
2022-05-09 12:26:07 +00:00
<name>PLG_EXTENSION_COMPONENTBUILDEREXPORTCOMPILER</name>
2024-05-16 14:12:41 +00:00
<creationDate>16th May, 2024</creationDate>
2021-10-14 14:31:26 +00:00
<author>Llewellyn van der Merwe</author>
2021-12-16 13:15:27 +00:00
<authorEmail>joomla@vdm.io</authorEmail>
<authorUrl>https://dev.vdm.io</authorUrl>
2021-10-14 14:31:33 +00:00
<copyright>Copyright (C) 2015 Vast Development Method. All rights reserved.</copyright>
2021-10-14 14:31:26 +00:00
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
2024-03-11 16:36:21 +00:00
<version>2.0.0</version>
2022-05-09 12:26:07 +00:00
<description>PLG_EXTENSION_COMPONENTBUILDEREXPORTCOMPILER_XML_DESCRIPTION</description>
2021-10-14 14:31:26 +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_componentbuilderexportcompiler.ini</language>
<language tag="en-GB">en-GB/en-GB.plg_extension_componentbuilderexportcompiler.sys.ini</language>
</languages>
<!-- Plugin files -->
<files>
<filename plugin="componentbuilderexportcompiler">componentbuilderexportcompiler.php</filename>
<filename>index.html</filename>
<folder>language</folder>
</files>
<!-- Config parameter -->
<config
2024-03-11 16:36:21 +00:00
addruleprefix="VDM\Component\Componentbuilder\Administrator\Rule"
addfieldprefix="VDM\Component\Componentbuilder\Administrator\Field">
2021-10-14 14:31:26 +00:00
>
<fields name="params">
2022-05-09 12:26:07 +00:00
<fieldset name="basic" label="PLG_EXTENSION_COMPONENTBUILDEREXPORTCOMPILER_SETTINGS">
2021-10-14 14:31:26 +00:00
<!-- Activate_option Field. Type: Radio. (joomla) -->
<field
type="radio"
name="activate_option"
2022-05-09 12:26:07 +00:00
label="PLG_EXTENSION_COMPONENTBUILDEREXPORTCOMPILER_ACTIVATE_OPTION_LABEL"
description="PLG_EXTENSION_COMPONENTBUILDEREXPORTCOMPILER_ACTIVATE_OPTION_DESCRIPTION"
2021-10-14 14:31:26 +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_COMPONENTBUILDEREXPORTCOMPILER_ALL</option>
2021-10-14 14:31:26 +00:00
<option value="2">
2022-05-09 12:26:07 +00:00
PLG_EXTENSION_COMPONENTBUILDEREXPORTCOMPILER_SELECTED</option>
2021-10-14 14:31:26 +00:00
</field>
2021-10-14 14:31:33 +00:00
<!-- Components Field. Type: Joomlacomponents. (custom) -->
2021-10-14 14:31:26 +00:00
<field
2021-10-14 14:31:33 +00:00
type="joomlacomponents"
2021-10-14 14:31:26 +00:00
name="components"
2022-05-09 12:26:07 +00:00
label="PLG_EXTENSION_COMPONENTBUILDEREXPORTCOMPILER_COMPONENTS_LABEL"
description="PLG_EXTENSION_COMPONENTBUILDEREXPORTCOMPILER_COMPONENTS_DESCRIPTION"
2021-10-14 14:31:26 +00:00
class="list_class"
multiple="true"
default="0"
showon="activate_option:2"
button="false"
/>
<!-- Strict_permission_per_field Field. Type: Radio. (joomla) -->
<field
type="radio"
name="strict_permission_per_field"
2022-05-09 12:26:07 +00:00
label="PLG_EXTENSION_COMPONENTBUILDEREXPORTCOMPILER_STRICT_PERMISSION_PER_FIELD_LABEL"
description="PLG_EXTENSION_COMPONENTBUILDEREXPORTCOMPILER_STRICT_PERMISSION_PER_FIELD_DESCRIPTION"
2021-10-14 14:31:26 +00:00
class="btn-group btn-group-yesno"
default="1">
<!-- Option Set. -->
<option value="0">
2022-05-09 12:26:07 +00:00
PLG_EXTENSION_COMPONENTBUILDEREXPORTCOMPILER_NO</option>
2021-10-14 14:31:26 +00:00
<option value="1">
2022-05-09 12:26:07 +00:00
PLG_EXTENSION_COMPONENTBUILDEREXPORTCOMPILER_YES</option>
2021-10-14 14:31:26 +00:00
</field>
</fieldset>
</fields>
</config>
</extension>