Override demand object
It is possible to override the flexform configuration by providing additional GET arguments.
Important
This feature needs to be enabled per plugin with the checkbox Allow override configuration by GET/POST.
The following properties are allowed:
categories
: List of category idscategory
: Either the valueCombination or
orand
include
: Either 0 or 1Sub Categories sort
: Either the valueOrder asc
ordesc
Example
The following example will create a link which filters the result by the category with uid 1
.
<f:link.page
additionalParams="{tx_ttaddress_listview:{override:{categories: 1}}}">
Category 1
</f:link.page>
Copied!