[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

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

   1  <?xml version="1.0" encoding="utf-8"?>
   2  <extension type="plugin" group="system" method="upgrade">
   3      <name>plg_system_cache</name>
   4      <author>Joomla! Project</author>
   5      <creationDate>2007-02</creationDate>
   6      <copyright>(C) 2007 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_CACHE_XML_DESCRIPTION</description>
  12      <namespace path="src">Joomla\Plugin\System\Cache</namespace>
  13      <files>
  14          <folder plugin="cache">services</folder>
  15          <folder>src</folder>
  16      </files>
  17      <languages>
  18          <language tag="en-GB">language/en-GB/plg_system_cache.ini</language>
  19          <language tag="en-GB">language/en-GB/plg_system_cache.sys.ini</language>
  20      </languages>
  21      <config>
  22          <fields name="params">
  23              <fieldset name="basic">
  24                  <field
  25                      name="browsercache"
  26                      type="radio"
  27                      layout="joomla.form.field.radio.switcher"
  28                      label="PLG_CACHE_FIELD_BROWSERCACHE_LABEL"
  29                      default="0"
  30                      filter="integer"
  31                      >
  32                      <option value="0">JNO</option>
  33                      <option value="1">JYES</option>
  34                  </field>
  35  
  36                  <field
  37                      name="exclude_menu_items"
  38                      type="menuitem"
  39                      label="PLG_CACHE_FIELD_EXCLUDE_MENU_ITEMS_LABEL"
  40                      multiple="multiple"
  41                      filter="intarray"
  42                      layout="joomla.form.field.groupedlist-fancy-select"
  43                  />
  44  
  45              </fieldset>
  46              <fieldset name="advanced">
  47                  <field
  48                      name="exclude"
  49                      type="textarea"
  50                      label="PLG_CACHE_FIELD_EXCLUDE_LABEL"
  51                      description="PLG_CACHE_FIELD_EXCLUDE_DESC"
  52                      rows="15"
  53                      filter="raw"
  54                  />
  55  
  56              </fieldset>
  57          </fields>
  58      </config>
  59  </extension>


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