Add toggle to turn on inheritance of collection from child to parent #4303
dlhck
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
I want to be able to make collections, that inherit filters filters from children.
Example:
— Chairs and sofas (take all filters of direct children)
— — Chairs (filter for chairs)
— — Sofas (filter for sofas)
Describe the solution you'd like
Add this option for collection (as on of the variant of new option - On the v2.0 branch there is a new toggle that allows you to turn off this filter inheritance behaviour).
Describe alternatives you've considered
Make a own filters for all collections.
Beta Was this translation helpful? Give feedback.
All reactions