Skip to content

Commit

Permalink
Add supports.interactivity to Query block (#58316)
Browse files Browse the repository at this point in the history
  • Loading branch information
luisherranz authored Jan 26, 2024
1 parent d3a8846 commit 3a0f734
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference-guides/core-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ An advanced block that allows displaying post types based on different query par

- **Name:** core/query
- **Category:** theme
- **Supports:** align (full, wide), layout, ~~html~~
- **Supports:** align (full, wide), interactivity, layout, ~~html~~
- **Attributes:** enhancedPagination, namespace, query, queryId, tagName

## No results
Expand Down
1 change: 1 addition & 0 deletions packages/block-library/src/query/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"enhancedPagination": "enhancedPagination"
},
"supports": {
"interactivity": true,
"align": [ "wide", "full" ],
"html": false,
"layout": true
Expand Down

0 comments on commit 3a0f734

Please sign in to comment.