[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

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

   1  <?xml version="1.0" encoding="UTF-8"?>
   2  <extension type="plugin" group="system" method="upgrade">
   3      <name>plg_system_actionlogs</name>
   4      <author>Joomla! Project</author>
   5      <creationDate>2018-05</creationDate>
   6      <copyright>(C) 2018 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.9.0</version>
  11      <description>PLG_SYSTEM_ACTIONLOGS_XML_DESCRIPTION</description>
  12      <files>
  13          <filename plugin="actionlogs">actionlogs.php</filename>
  14          <folder>forms</folder>
  15      </files>
  16      <languages>
  17          <language tag="en-GB">language/en-GB/plg_system_actionlogs.ini</language>
  18          <language tag="en-GB">language/en-GB/plg_system_actionlogs.sys.ini</language>
  19      </languages>
  20      <config>
  21          <fields name="params">
  22              <fieldset name="basic">
  23                  <field
  24                      name="logDeletePeriod"
  25                      type="number"
  26                      label="PLG_SYSTEM_ACTIONLOGS_LOG_DELETE_PERIOD"
  27                      description="PLG_SYSTEM_ACTIONLOGS_LOG_DELETE_PERIOD_DESC"
  28                      default="0"
  29                      min="0"
  30                      filter="int"
  31                      validate="number"
  32                  />
  33                  <field
  34                      name="lastrun"
  35                      type="hidden"
  36                      default="0"
  37                      filter="integer"
  38                  />
  39              </fieldset>
  40          </fields>
  41      </config>
  42  </extension>


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