Your IP : 216.73.217.142


Current Path : /var/www/consult-e-syn/public_html/plugins/ats/postemail/
Upload File :
Current File : /var/www/consult-e-syn/public_html/plugins/ats/postemail/postemail.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_POSTEMAIL_NAME</name>
	<author>Nicholas K. Dionysopoulos</author>
	<authorEmail>nicholas@dionysopoulos.me</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_POSTEMAIL_DESCRIPTION</description>

	<files>
		<filename plugin="postemail">postemail.php</filename>
		<filename>.htaccess</filename>
		<filename>web.config</filename>
	</files>

	<languages folder="language">
		<language tag="en-GB">en-GB/en-GB.plg_ats_postemail.ini</language>
		<language tag="en-GB">en-GB/en-GB.plg_ats_postemail.sys.ini</language>
	</languages>

	<scriptfile>script.php</scriptfile>

	<config addfieldpath="/administrator/components/com_ats/fields">
		<fields name="params">
			<fieldset name="basic">
				<field name="makePlaintext" type="fancyradio" default="1"
					   label="PLG_ATS_POSTEMAIL_CONFIG_MAKEPLAINTEXT_LABEL"
					   description="PLG_ATS_POSTEMAIL_CONFIG_MAKEPLAINTEXT_DESC"
					   class="btn-group">
					<option value="0">JNO</option>
					<option value="1">JYES</option>
				</field>
			</fieldset>
		</fields>
	</config>

</extension>