From aa5e157e8a2c83076e33f281378be99797922ea2 Mon Sep 17 00:00:00 2001 From: Jason Caldwell Date: Mon, 15 Jan 2018 03:28:47 -0900 Subject: [PATCH] Improve `useOnce` documentation. https://github.com/WordPress/gutenberg/issues/3695 --- docs/block-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/block-api.md b/docs/block-api.md index e29190f3d2c6f..b4d55b245cc7b 100644 --- a/docs/block-api.md +++ b/docs/block-api.md @@ -116,7 +116,7 @@ Work in progress... * **Type:** `Bool` * **Default:** `false` -Whether a block can only be used once per post. +A once-only block can be inserted into each post, one time only. For example, the built-in 'More' block cannot be inserted again if it already exists in the post being edited. A once-only block's icon is automatically dimmed (unclickable) to prevent multiple instances. ```js // Use the block just once per post