flattenCategories property

bool? flattenCategories
final

Whether categories should be flattened which effectively hides the categories. If this is enabled all filters will be shown in the top-level of the filter selection tool ordered according to their parent category.

// Defaults to:
false

Implementation

final bool? flattenCategories;