Difference between revisions of "Cachehandler form field type"
From Joomla! Documentation
m (lang not type) |
(Added deprecation notice and link to Joomla Manual) |
||
Line 1: | Line 1: | ||
<noinclude><languages /></noinclude> | <noinclude><languages /></noinclude> | ||
+ | {{Warning|This page has been superseded and is no longer maintained. Please go to [https://manual.joomla.org/docs/general-concepts/forms-fields/standard-fields/cachehandler Joomla Manual Cachehandler Field] instead}} | ||
+ | |||
<translate><!--T:1--> | <translate><!--T:1--> | ||
Provides a list of available cache handling options.</translate> | Provides a list of available cache handling options.</translate> |
Latest revision as of 17:11, 15 July 2024
This page has been superseded and is no longer maintained. Please go to Joomla Manual Cachehandler Field instead
Provides a list of available cache handling options.
- type (mandatory) must be cachehandler.
- name (mandatory) is the unique name of the parameter.
- label (mandatory) (translatable) is the descriptive title of the field.
- description description text for the form field.
- filter filter to apply, normally use "word".
Example XML Definition:
<field name="cache_handler"
type="cachehandler"
default=""
label="COM_CONFIG_FIELD_CACHE_HANDLER_LABEL"
description="COM_CONFIG_FIELD_CACHE_HANDLER_DESC"
filter="word">
</field>