From a74de4cfd12526374011a94aae0b6a1a2530f6a5 Mon Sep 17 00:00:00 2001 From: Tetsuaki Hamano Date: Sun, 12 May 2024 14:51:57 +0900 Subject: [PATCH] Block Editor: Remove `multiline` prop from `Richtext` doc --- packages/block-editor/src/components/rich-text/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/block-editor/src/components/rich-text/README.md b/packages/block-editor/src/components/rich-text/README.md index bea07cdc5c065..11ea1c75204dd 100644 --- a/packages/block-editor/src/components/rich-text/README.md +++ b/packages/block-editor/src/components/rich-text/README.md @@ -29,10 +29,6 @@ _Optional._ Placeholder text to show when the field is empty, similar to the _Optional._ Disables inserting line breaks on `Enter` when it is set to `true` -### `multiline: Boolean | String` - -_Optional._ By default, a line break will be inserted on Enter. If the editable field can contain multiple paragraphs, this property can be set to create new paragraphs on Enter. - ### `onReplace( blocks: Array ): Function` _Optional._ Called when the `RichText` instance can be replaced with the given blocks.