-
Notifications
You must be signed in to change notification settings - Fork 20
Feature: Query Loop Block Support #98
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
base: feature/classic-editor-support
Are you sure you want to change the base?
Feature: Query Loop Block Support #98
Conversation
# Conflicts: # includes/Plugin.php
…-support # Conflicts: # includes/Plugin.php
# Conflicts: # includes/UI/BlockEditor.php
I've created a |
@rickalee @fabiankaegy bumping this for your review |
# Conflicts: # includes/UI/MetaBox.php
Note that we'll also need a button to clear search query parameters: either just this integration's parameters, or all query parameters currently in use. |
…-support # Conflicts: # includes/API/V2/Post/Field/Relationships.php # package-lock.json # package.json
@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. ![]() |
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: