54 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			54 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			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>2009-08</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>
 | |
| 	<namespace path="src">Joomla\Plugin\User\ContactCreator</namespace>
 | |
| 	<files>
 | |
| 		<folder plugin="contactcreator">services</folder>
 | |
| 		<folder>src</folder>
 | |
| 	</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"
 | |
| 				/>
 | |
| 
 | |
| 				<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>
 |