From c6af466b156302398ad71d4c1494969acbdd5729 Mon Sep 17 00:00:00 2001 From: Carolina Nymark Date: Tue, 15 Feb 2022 08:48:14 +0100 Subject: [PATCH] Update docs --- docs/reference-guides/core-blocks.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/reference-guides/core-blocks.md b/docs/reference-guides/core-blocks.md index a7bf34a80888c..52d5a7ef1af98 100644 --- a/docs/reference-guides/core-blocks.md +++ b/docs/reference-guides/core-blocks.md @@ -602,6 +602,15 @@ An advanced block that allows displaying post types based on different query par - **Supports:** align (full, wide), color (background, gradients, link, text), ~~html~~ - **Attributes:** displayLayout, query, queryId, tagName +## No results + +Displays when no content is found. ([Source](https://github.com/WordPress/gutenberg/tree/trunk/packages/block-library/src/query-no-results)) + +- **Name:** core/query-no-results +- **Category:** theme +- **Supports:** align, color (background, gradients, link, text), ~~html~~, ~~reusable~~ +- **Attributes:** + ## Pagination Displays a paginated navigation to next/previous set of posts, when applicable. ([Source](https://github.com/WordPress/gutenberg/tree/trunk/packages/block-library/src/query-pagination))