Feature: Query Loop Block Support - #98
Conversation
# Conflicts: # includes/Plugin.php
# Conflicts: # includes/Plugin.php
…-support # Conflicts: # includes/Plugin.php
…-support # Conflicts: # includes/Plugin.php
@benlk Clearing all query parameters is tricky. The Query block’s core filters don’t offer direct integration, and plugins like Advanced Query Loop can extend or alter them. That makes it hard to identify which filters are active or what the default state should be. I’ve switched from PanelBody to ToolPanel in the UI, which makes it easier to reset custom parameters tied to this integration.
|
fabiankaegy
left a comment
There was a problem hiding this comment.
This is working very well! I added a few minor comments that should all be easy to address :)
|
@s3rgiosan back to you after some code review feedback |
# Conflicts: # assets/js/components/RelationshipsPanel/index.tsx # assets/js/index.ts # package-lock.json # package.json
…nt-connect into feature/query-loop-support # Conflicts: # assets/js/block-extensions/core-query.js # assets/js/components/RelationshipsPanel/index.tsx # package-lock.json # package.json
|
@fabiankaegy ready for you re-review |
| /** | ||
| * Setup the Query block integration module. | ||
| * | ||
| * @since 1.7.0 |
There was a problem hiding this comment.
@s3rgiosan Should we do a version bump for since for 2.1.0?
There was a problem hiding this comment.
Yes. Thanks for flagging.

Warning
This PR is based on #97
Description of the Change
This PR introduces Content Connect relationship support for the Query Loop block, allowing posts to be filtered based on relationships.
Closes #83
How to test the Change
Changelog Entry
Credits
Props @s3rgiosan
Checklist: