diff options
Diffstat (limited to 'wp-includes/blocks/post-template/block.json')
-rw-r--r-- | wp-includes/blocks/post-template/block.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wp-includes/blocks/post-template/block.json b/wp-includes/blocks/post-template/block.json index 48804de..6a57585 100644 --- a/wp-includes/blocks/post-template/block.json +++ b/wp-includes/blocks/post-template/block.json @@ -10,7 +10,6 @@ "usesContext": [ "queryId", "query", - "queryContext", "displayLayout", "templateSlug", "previewPostType", @@ -49,6 +48,9 @@ "__experimentalDefaultControls": { "blockGap": true } + }, + "interactivity": { + "clientNavigation": true } }, "style": "wp-block-post-template", |