| Current Path : /var/www/consult-e-syn/public_html/plugins/ats/removeattachments/ |
| Current File : /var/www/consult-e-syn/public_html/plugins/ats/removeattachments/removeattachments.xml |
<?xml version="1.0" encoding="utf-8"?> <!--~ ~ @package ats ~ @copyright Copyright (c)2011-2022 Nicholas K. Dionysopoulos / Akeeba Ltd ~ @license GNU General Public License version 3, or later --> <extension version="3.9.0" type="plugin" group="ats" method="upgrade"> <name>PLG_ATS_REMOVEATTACHMENTS</name> <author>Nicholas K. Dionysopoulos</author> <authorEmail>nicholas@akeeba.com</authorEmail> <authorUrl>https://www.akeeba.com</authorUrl> <copyright>Copyright (c)2011-2021 Nicholas K. Dionysopoulos / Akeeba Ltd</copyright> <license>GNU GPL v3 or later</license> <creationDate>2023-07-26</creationDate> <version>4.0.9.2</version> <description>PLG_ATS_REMOVEATTACHMENTS_DESCRIPTION</description> <files> <filename plugin="removeattachments">removeattachments.php</filename> <filename>.htaccess</filename> <filename>web.config</filename> </files> <languages folder="language"> <language tag="en-GB">en-GB/en-GB.plg_ats_removeattachments.ini</language> <language tag="en-GB">en-GB/en-GB.plg_ats_removeattachments.sys.ini</language> </languages> <config addfieldpath="/administrator/components/com_ats/fields"> <fields name="params"> <fieldset name="basic"> <field name="maxattachmentage" type="text" label="PLG_ATS_REMOVEATTACHMENTS_MAXATTACHMENTAGE_LABEL" description="PLG_ATS_REMOVEATTACHMENTS_MAXATTACHMENTAGE_DESC" default="30" size="5" class="input-small" /> <field name="only_closed" type="fancyradio" default="1" label="PLG_ATS_REMOVEATTACHMENTS_ONLY_CLOSED_LABEL" description="PLG_ATS_REMOVEATTACHMENTS_ONLY_CLOSED_DESC" class="btn-group"> <option value="0">JNO</option> <option value="1">JYES</option> </field> </fieldset> </fields> </config> <scriptfile>script.php</scriptfile> </extension>