diff --git a/docs/reference-guides/core-blocks.md b/docs/reference-guides/core-blocks.md index f9ebf0da9886e0..a112fafafa4415 100644 --- a/docs/reference-guides/core-blocks.md +++ b/docs/reference-guides/core-blocks.md @@ -784,7 +784,7 @@ Display the total number of results in a query. ([Source](https://github.com/Wor - **Name:** core/query-total - **Category:** theme - **Ancestor:** core/query -- **Supports:** align (full, wide), color (background, gradients, text), spacing (margin, padding), typography (fontSize, lineHeight), ~~html~~ +- **Supports:** align (full, wide), color (background, gradients, text), interactivity (clientNavigation), spacing (margin, padding), typography (fontSize, lineHeight), ~~html~~ - **Attributes:** displayType ## Quote diff --git a/packages/block-library/src/query-total/block.json b/packages/block-library/src/query-total/block.json index 0b6b9df2094a92..21f6ba0673903f 100644 --- a/packages/block-library/src/query-total/block.json +++ b/packages/block-library/src/query-total/block.json @@ -52,6 +52,9 @@ "width": true, "style": true } + }, + "interactivity": { + "clientNavigation": true } }, "style": "wp-block-query-total"