Control configuration
Setup only.
You can configure the behaviour of the views here. Insert the CODE after control.
Example:
plugin.tt_products.control.LIST.param
Example:
control.LIST.paramplugin.tt_products.control.LIST.param { ignore = pp }Copied!
param
-
- Type
- array of string
The behaviour of the control parameters can be changed here. This is needed e.g. if you have several product lists on the same page and you must turn some URL parameters off in order the lists are shown correctly and not show unwanted filter effects.
- use: if a parameter is to be activated (only for backPID)
- item: if a link parameter must always be generated from the item record (for cat)
Example:
control paramparam { ignore = pp use = backPID item = cat }Copied!
links
-
- Type
- array of typolink
Give a configuration to the typolinks in the views. At first the subpart marker of the link must be given.
Example:
control paramlinks { LINK_ITEM { useCacheHash = 0 } }Copied!