Add addRichTextBlocks to Content Manager API documentation#3100
Open
Add addRichTextBlocks to Content Manager API documentation#3100
addRichTextBlocks to Content Manager API documentation#3100Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
pwizla
reviewed
Apr 29, 2026
pwizla
reviewed
Apr 29, 2026
pwizla
reviewed
Apr 29, 2026
…key handler example to addRichTextBlocks docs
e58894e to
f4c4443
Compare
pwizla
approved these changes
May 4, 2026
Collaborator
pwizla
left a comment
There was a problem hiding this comment.
Perfect, now! Thank you, Ziyi! 🚀
addRichTextBlocks to Content Manager API documentation
Collaborator
|
FYI, postponed to next week's docs milestone, since I've noticed your PR is included in 5.45.1, and not 5.45.0 that was released today. Thank you, @butcherZ! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does it do?
Documents the new
addRichTextBlocksAPI added to the Content Manager plugin in strapi/strapi (feat/rich-text-blocks-customization).Why is it needed?
The API allows Strapi applications and plugins to register custom block types in the Blocks rich text field. Without documentation, developers have no reference for how to use it.
Changes
cms/plugins-development/content-manager-apis: Adds a new### addRichTextBlockssection documenting the API, its 2 call signatures (object and function), and a full block definition property table. Updates the<Tldr>to mention the new API.cms/admin-panel-customization/wysiwyg-editor: Adds a note clarifying this page covers the markdown WYSIWYG editor, with a cross-reference toaddRichTextBlocksfor the Blocks field.How to test it?
Review the rendered output on the preview deployment.
Related issue(s)/PR(s)
CMS-637
strapi/strapi#22063