Rich Text Blocks Field

Hi all :wave:

I’m coming from developing custom headless sites on WordPress using ACF and have just been checking out Strapi due to the toxicity in WP land currently and stumbled upon the Rich Text Blocks field.

There seems to be extremely limited documentation and information on this but seems interesting.

Is this meant to work similar to blocks in WordPress with Gutenberg?

Are you able to develop and add custom blocks to this field?

Anyone have any more information on it at all?

Many thanks in advance :blush:

This topic has been created from a Discord post (1293847481607655464) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

I don’t think you can do a lot but it’s a richtext editor. on API you will received it in a certain type

they might be stored in json fields (depending on the db engine) so check out if you need full text search.
To me this isn’t an ideal approach as it’s kinda proprietary and rather limited, personally I prefer standard formats like markdown or html.

indeed it’s in json

for React they made this: GitHub - strapi/blocks-react-renderer: A React renderer for the Strapi's Blocks rich text editor

Did you check this guys?