Skip to content

Commit

Permalink
Add pointer to example above
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaz committed Mar 1, 2021
1 parent 76e8ca9 commit ca13a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/designers-developers/developers/richtext.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Before moving forward, consider if using the RichText component makes sense at a

If you'd still like to use RichText, you can eliminate all of the formatting options by specifying the `withoutInteractiveFormatting` property.

If you want to limit the formats allowed, you can specify using `allowedFormats` property in your code, [see component documentation](https://github.com/WordPress/gutenberg/blob/HEAD/packages/block-editor/src/components/rich-text/README.md#allowedformats-array) for details.
If you want to limit the formats allowed, you can specify using `allowedFormats` property in your code, see the example above or [the component documentation](https://github.com/WordPress/gutenberg/blob/HEAD/packages/block-editor/src/components/rich-text/README.md#allowedformats-array) for details.

### Disable Specific Format Types in Editor

Expand Down

0 comments on commit ca13a6e

Please sign in to comment.