-params
NOTE: This applies ONLY if "CARRAY +TDParams" is set to be data type
This property is used only in some cases where CARRAY is used. Please look out for a note about that in the various cases.
]]>
key = helloWorld
helloWorld = TEXT
helloWorld.value = this item will be returned
]]>
-params
Additional parameters to all links in TYPO3 (excluding menu-links)
]]>
tag in the header of the document. Set this to the value that is expected to be the URL, and append a "/" to the end of the string.
Example:
config.baseURL = https://typo3.org/sub_dir/]]>
on page into the cache lifetime calculation of page , add the following TypoScript:
config.cache. = :
Thus, if you want to include the fe_users records on page 2 in the cache lifetime calculation for page 10, add the following TypoScript:
config.cache.10 = fe_users:2
Multiple record sources can be added as comma-separated list, e.g.
config.cache.10 = fe_users:2,tt_news:11
In order to consider records for the cache lifetime of all pages, use the *all* keyword:
config.cache.all = fe_users:2]]>
.... to the