.. _configuration-control: Control configuration --------------------- Setup only. You can configure the behaviour of the control for the views here. Insert the :typoscript:`CODE` after :typoscript:`control`. .. _configuration-control-param: .. confval:: param :name: behaviour of the control parameters :required: false :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 without unwanted filter effects. * :typoscript:`use`: if a parameter is to be activated (only for :php:`backPID`) * :typoscript:`item`: if a link parameter must always be generated from the item record (for cat) **Example:** .. code-block:: typoscript :caption: control param to ignore the parameter pp, use the backPID and read the item from the cat parameter param { ignore = pp use = backPID item = cat } .. _configuration-control-links: .. confval:: links :name: typo links :required: false :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:** .. code-block:: typoscript :caption: control param links { LINK_ITEM { useCacheHash = 0 } }