Skip to content

Commit

Permalink
Update extending-the-query-loop-block.md
Browse files Browse the repository at this point in the history
Add allowedControls properties format and parents.
  • Loading branch information
gvgvgvijayan authored Dec 3, 2024
1 parent 1c3cea4 commit f130771
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ As of Gutenberg version 14.2, the following controls are available:
- `taxQuery` - Shows available taxonomies filters for the currently selected post type.
- `author` - Shows an input field to filter the query by author.
- `search` - Shows an input field to filter the query by keywords.
- `format` - Shows an input field to filter the query by array/collection of [formats](https://developer.wordpress.org/advanced-administration/wordpress/post-formats/#supported-formats).
- `parents` - Shows an input field to filter the query using parent(s) entity.

In our case, the property would look like this:

Expand Down

0 comments on commit f130771

Please sign in to comment.