[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/administrator/modules/mod_loginsupport/ -> mod_loginsupport.xml (source)

   1  <?xml version="1.0" encoding="utf-8"?>
   2  <extension type="module" client="administrator" method="upgrade">
   3      <name>mod_loginsupport</name>
   4      <author>Joomla! Project</author>
   5      <creationDate>2019-06</creationDate>
   6      <copyright>(C) 2019 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>4.0.0</version>
  11      <description>MOD_LOGINSUPPORT_XML_DESCRIPTION</description>
  12      <namespace path="src">Joomla\Module\Loginsupport</namespace>
  13      <files>
  14          <filename module="mod_loginsupport">mod_loginsupport.php</filename>
  15          <folder>tmpl</folder>
  16      </files>
  17      <languages>
  18          <language tag="en-GB">language/en-GB/mod_loginsupport.ini</language>
  19          <language tag="en-GB">language/en-GB/mod_loginsupport.sys.ini</language>
  20      </languages>
  21      <help key="Admin_Modules:_Login_Support_Information" />
  22      <config>
  23          <fields name="params">
  24              <fieldset name="basic">
  25                  <field
  26                      name="forum_url"
  27                      type="url"
  28                      label="MOD_LOGINSUPPORT_FIELD_FORUM_URL_LABEL"
  29                      filter="url"
  30                      default="https://forum.joomla.org/"
  31                  />
  32  
  33                  <field
  34                      name="documentation_url"
  35                      type="url"
  36                      label="MOD_LOGINSUPPORT_FIELD_DOCUMENTATION_URL_LABEL"
  37                      filter="url"
  38                      default="https://docs.joomla.org/"
  39                  />
  40  
  41                  <field
  42                      name="news_url"
  43                      type="url"
  44                      label="MOD_LOGINSUPPORT_FIELD_NEWS_URL_LABEL"
  45                      filter="url"
  46                      default="https://www.joomla.org/announcements.html"
  47                  />
  48              </fieldset>
  49  
  50              <fieldset name="advanced">
  51                  <field
  52                      name="layout"
  53                      type="modulelayout"
  54                      label="JFIELD_ALT_LAYOUT_LABEL"
  55                      class="form-select"
  56                  />
  57  
  58                  <field
  59                      name="moduleclass_sfx"
  60                      type="textarea"
  61                      label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL"
  62                      rows="3"
  63                      validate="CssIdentifier"
  64                  />
  65  
  66                  <field
  67                      name="automatic_title"
  68                      type="radio"
  69                      label="COM_MODULES_FIELD_AUTOMATIC_TITLE_LABEL"
  70                      layout="joomla.form.field.radio.switcher"
  71                      default="1"
  72                      filter="integer"
  73                      >
  74                      <option value="0">JNO</option>
  75                      <option value="1">JYES</option>
  76                  </field>
  77  
  78                  <field
  79                      name="cache"
  80                      type="list"
  81                      label="COM_MODULES_FIELD_CACHING_LABEL"
  82                      default="0"
  83                      filter="integer"
  84                      validate="options"
  85                      >
  86                      <option value="1">JGLOBAL_USE_GLOBAL</option>
  87                      <option value="0">COM_MODULES_FIELD_VALUE_NOCACHING</option>
  88                  </field>
  89  
  90                  <field
  91                      name="cache_time"
  92                      type="number"
  93                      label="COM_MODULES_FIELD_CACHE_TIME_LABEL"
  94                      default="0"
  95                      filter="integer"
  96                      min="0"
  97                      validate="number"
  98                  />
  99  
 100                  <field
 101                      name="cachemode"
 102                      type="hidden"
 103                      default="itemid"
 104                      >
 105                      <option value="itemid"></option>
 106                  </field>
 107              </fieldset>
 108          </fields>
 109      </config>
 110  </extension>


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