'filter' => [
'static' => [
'field' => ['accepted-value-1', 'accepted-value-2'],
'another_field' => 'single-accepted-value'
],
'preset' => [
'type' => 'preset-filter-key',
'params' => [
// module is automatically set to the current module
// 'module' => '',
'preset-filter-param-1' => 'param-value',
]
],
'attributes' => [
'filter-attribute' => 'parent-attribute',
'another-filter-attribute' => 'another-parent-attribute'
]
]