From 063569bc66125177c2edc61c89a20e923c34f81c Mon Sep 17 00:00:00 2001 From: ntsekouras Date: Thu, 23 Feb 2023 12:26:06 +0200 Subject: [PATCH] [Block Library]: Update the relationship of some posts needed inside Query Loop to `ancestor` --- packages/block-library/src/query-no-results/block.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-library/src/query-no-results/block.json b/packages/block-library/src/query-no-results/block.json index 2f656594afa306..c7d3ff500e0f43 100644 --- a/packages/block-library/src/query-no-results/block.json +++ b/packages/block-library/src/query-no-results/block.json @@ -5,7 +5,7 @@ "title": "No results", "category": "theme", "description": "Contains the block elements used to render content when no query results are found.", - "parent": [ "core/query" ], + "ancestor": [ "core/query" ], "textdomain": "default", "usesContext": [ "queryId", "query" ], "example": {