extensions/<your-package>/config/services/ui/ui.yaml
The default Quick Filter configuration is defined in config/services/ui/ui.yaml.
To override the configuration, copy the file into your extension package:
extensions/<your-package>/config/services/ui/ui.yaml
parameters:
ui:
enable_quick_filters:
XSmall: true
Small: false
Medium: true
Large: true
XLarge: true
Configures the maximum number of Quick Filter buttons displayed inline before the remaining filters are collapsed into a My Filters dropdown.

Controls when filters wrap to a new line. If displayed_quick_filters is set higher than this value, filters will wrap to a new line before collapsing into a dropdown.

Enables or disables Quick Filters per screen size breakpoint.
Sets whether Quick Filters appear on a separate line to the main filter button, per breakpoint.
Content is available under GNU Free Documentation License 1.3 or later unless otherwise noted.