芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/chikindzonotyucatan.gob.mx/plugins/user/contactcreator/contactcreator.xml
<?xml version="1.0" encoding="utf-8"?> <extension type="plugin" group="user" method="upgrade"> <name>plg_user_contactcreator</name> <author>Joomla! Project</author> <creationDate>August 2009</creationDate> <copyright>(C) 2009 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> <authorEmail>admin@joomla.org</authorEmail> <authorUrl>www.joomla.org</authorUrl> <version>3.0.0</version> <description>PLG_CONTACTCREATOR_XML_DESCRIPTION</description> <files> <filename plugin="contactcreator">contactcreator.php</filename> </files> <languages> <language tag="en-GB">language/en-GB/plg_user_contactcreator.ini</language> <language tag="en-GB">language/en-GB/plg_user_contactcreator.sys.ini</language> </languages> <config> <fields name="params"> <fieldset name="basic"> <field name="autowebpage" type="text" label="PLG_CONTACTCREATOR_FIELD_AUTOMATIC_WEBPAGE_LABEL" description="PLG_CONTACTCREATOR_FIELD_AUTOMATIC_WEBPAGE_DESC" size="40" /> <field name="category" type="category" label="JCATEGORY" extension="com_contact" filter="integer" /> <field name="autopublish" type="radio" layout="joomla.form.field.radio.switcher" label="PLG_CONTACTCREATOR_FIELD_AUTOPUBLISH_LABEL" default="0" filter="integer" > <option value="0">JNO</option> <option value="1">JYES</option> </field> </fieldset> </fields> </config> </extension>