-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement abstract Block facet feature class #3499
Conversation
As a next step, we could think about Both have implications specially in the original Facet feature block. We'll need to deprecate those parameters accordingly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@oscarssanchez I've pushed a commit changing a few things but it seems we still need to change the check_facets_rest_permission
call in other Block.php files. Also, do you mind calling me on slack to explain more about that $is_selected parameter? I remember we talked about it but now that I looked into it, it seems unnecessary.
…ticPress into feature/facet-abstract-classes
Description of the Change
This PR implements two abstract classes for the Facets feature. It tries to gather as many commonalities as possible from the facets so in the future, if we need to add subsequent Facet types, we can use the abstract classes as a guide to reduce developing times.
Closes #3472
How to test the Change
Changelog Entry
Credits
Props @oscarssanchez, @felipeelia
Checklist: