From dc033ecf31ac458a16bf4897303251797e85dea3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Ka=CC=88gy?= Date: Thu, 23 Feb 2023 07:34:03 +0100 Subject: [PATCH] add noResultsMessage to readme --- components/post-term-list/readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/components/post-term-list/readme.md b/components/post-term-list/readme.md index 921f88d6..6a6d56af 100644 --- a/components/post-term-list/readme.md +++ b/components/post-term-list/readme.md @@ -38,6 +38,7 @@ function BlockEdit() { | `context` | `object` | `{}` | | | `children` | `function\|node\|null` | `null` | | | `taxonomyName` | `string` | `category` | | +| `noResultsMessage` | `string` | `Please select a term` | | | `tagName` | `string` | `ul` | | | `...rest` | `object` | `{}` | |