Skip to content

Commit

Permalink
Block Editor: Remove multiline prop from Richtext doc
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed May 12, 2024
1 parent f73d44e commit a74de4c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/block-editor/src/components/rich-text/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <kbd>Enter</kbd>. If the editable field can contain multiple paragraphs, this property can be set to create new paragraphs on <kbd>Enter</kbd>.

### `onReplace( blocks: Array ): Function`

_Optional._ Called when the `RichText` instance can be replaced with the given blocks.
Expand Down

0 comments on commit a74de4c

Please sign in to comment.