Skip to content

Commit 9d550d2

Browse files
gvgvgvijayangvgvgvijayanfabiankaegy
authored andcommitted
Add format and parents to list of allowedControls options in Extending the Query Loop Documentation (WordPress#67529)
Co-authored-by: gvgvgvijayan <gvgvgvijayan@git.wordpress.org> Co-authored-by: fabiankaegy <fabiankaegy@git.wordpress.org>
1 parent 6f04850 commit 9d550d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/how-to-guides/block-tutorial/extending-the-query-loop-block.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ As of Gutenberg version 14.2, the following controls are available:
186186
- `taxQuery` - Shows available taxonomies filters for the currently selected post type.
187187
- `author` - Shows an input field to filter the query by author.
188188
- `search` - Shows an input field to filter the query by keywords.
189+
- `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).
190+
- `parents` - Shows an input field to filter the query using parent(s) entity.
189191

190192
In our case, the property would look like this:
191193

0 commit comments

Comments
 (0)