[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/plugins/system/updatenotification/ -> updatenotification.xml (source)

   1  <?xml version="1.0" encoding="utf-8"?>
   2  <extension type="plugin" group="system" method="upgrade">
   3      <name>plg_system_updatenotification</name>
   4      <author>Joomla! Project</author>
   5      <creationDate>2015-05</creationDate>
   6      <copyright>(C) 2015 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.5.0</version>
  11      <description>PLG_SYSTEM_UPDATENOTIFICATION_XML_DESCRIPTION</description>
  12      <files>
  13          <filename plugin="updatenotification">updatenotification.php</filename>
  14      </files>
  15      <languages folder="language">
  16          <language tag="en-GB">language/en-GB/plg_system_updatenotification.ini</language>
  17          <language tag="en-GB">language/en-GB/plg_system_updatenotification.sys.ini</language>
  18      </languages>
  19      <config>
  20          <fields name="params">
  21              <fieldset name="basic">
  22                  <field
  23                      name="email"
  24                      type="text"
  25                      label="PLG_SYSTEM_UPDATENOTIFICATION_EMAIL_LBL"
  26                      description="PLG_SYSTEM_UPDATENOTIFICATION_EMAIL_DESC"
  27                      default=""
  28                  />
  29  
  30                  <field
  31                      name="language_override"
  32                      type="language"
  33                      label="PLG_SYSTEM_UPDATENOTIFICATION_LANGUAGE_OVERRIDE_LBL"
  34                      description="PLG_SYSTEM_UPDATENOTIFICATION_LANGUAGE_OVERRIDE_DESC"
  35                      default=""
  36                      client="administrator"
  37                      >
  38                      <option value="">PLG_SYSTEM_UPDATENOTIFICATION_LANGUAGE_OVERRIDE_NONE</option>
  39                  </field>
  40  
  41                  <field
  42                      name="lastrun"
  43                      type="hidden"
  44                      default="0"
  45                  />
  46              </fieldset>
  47          </fields>
  48      </config>
  49  </extension>


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