[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/plugins/user/contactcreator/ -> contactcreator.xml (source)

   1  <?xml version="1.0" encoding="utf-8"?>
   2  <extension type="plugin" group="user" method="upgrade">
   3      <name>plg_user_contactcreator</name>
   4      <author>Joomla! Project</author>
   5      <creationDate>2009-08</creationDate>
   6      <copyright>(C) 2009 Open Source Matters, Inc.</copyright>
   7      <license>GNU General Public License version 2 or later; see LICENSE.txt</license>
   8      <authorEmail>[email protected]</authorEmail>
   9      <authorUrl>www.joomla.org</authorUrl>
  10      <version>3.0.0</version>
  11      <description>PLG_CONTACTCREATOR_XML_DESCRIPTION</description>
  12      <files>
  13          <filename plugin="contactcreator">contactcreator.php</filename>
  14      </files>
  15      <languages>
  16          <language tag="en-GB">language/en-GB/plg_user_contactcreator.ini</language>
  17          <language tag="en-GB">language/en-GB/plg_user_contactcreator.sys.ini</language>
  18      </languages>
  19      <config>
  20          <fields name="params">
  21              <fieldset name="basic">
  22                  <field
  23                      name="autowebpage"
  24                      type="text"
  25                      label="PLG_CONTACTCREATOR_FIELD_AUTOMATIC_WEBPAGE_LABEL"
  26                      description="PLG_CONTACTCREATOR_FIELD_AUTOMATIC_WEBPAGE_DESC"
  27                  />
  28  
  29                  <field
  30                      name="category"
  31                      type="category"
  32                      label="JCATEGORY"
  33                      extension="com_contact"
  34                      filter="integer"
  35                  />
  36  
  37                  <field
  38                      name="autopublish"
  39                      type="radio"
  40                      layout="joomla.form.field.radio.switcher"
  41                      label="PLG_CONTACTCREATOR_FIELD_AUTOPUBLISH_LABEL"
  42                      default="0"
  43                      filter="integer"
  44                      >
  45                      <option value="0">JNO</option>
  46                      <option value="1">JYES</option>
  47                  </field>
  48              </fieldset>
  49          </fields>
  50      </config>
  51  </extension>


Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer