Is the RichText multiline prop safe to use? #68642
ssang
started this conversation in
Developer Experience
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I know there is a deprecation notice but it seems like the fallback solution put in place works well and doesn't add to much overhead for development. I was wondering what the likelihood is that if I include the prop that it will be removed and my blocks will break in the future?
I understand we're encouraged to move to innerblocks but sometimes it just doesn't make sense to. For example, if I have some sort of parent block that houses a specific block type as items (like an accordion with accordion items) but also want an area for the content editor to write a description or introduction to the block, a multiline RichText area is really valuable. I don't want to create a multi-level block structure to house the text content separate from the items.
If anyone has any other solutions to this, I would love to know. It's important to note I'm not building a theme for the masses, I'm trying to create curated experiences in the block editor for specific clients.
Beta Was this translation helpful? Give feedback.
All reactions