[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

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

   1  <?xml version="1.0" encoding="utf-8"?>
   2  <extension type="plugin" group="system" method="upgrade">
   3      <name>plg_system_skipto</name>
   4      <author>Joomla! Project</author>
   5      <creationDate>2020-02</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>PLG_SYSTEM_SKIPTO_XML_DESCRIPTION</description>
  12      <files>
  13          <filename plugin="skipto">skipto.php</filename>
  14      </files>
  15      <languages>
  16          <language tag="en-GB">language/en-GB/plg_system_skipto.ini</language>
  17          <language tag="en-GB">language/en-GB/plg_system_skipto.sys.ini</language>
  18      </languages>
  19      <config>
  20          <fields name="params">
  21              <fieldset name="basic">
  22                  <field
  23                      name="section"
  24                      type="list"
  25                      label="PLG_SYSTEM_SKIPTO_SECTION"
  26                      default="administrator"
  27                      validate="options"
  28                      >
  29                      <option value="site">PLG_SYSTEM_SKIPTO_SECTION_SITE</option>
  30                      <option value="administrator">PLG_SYSTEM_SKIPTO_SECTION_ADMIN</option>
  31                      <option value="both">PLG_SYSTEM_SKIPTO_SECTION_BOTH</option>
  32                  </field>
  33              </fieldset>
  34          </fields>
  35      </config>
  36  </extension>


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