SitecoreAI Page builder now supports configurable rich text editor (RTE) toolbars. You can control which tools are available to content authors and how they’re organized by using the editor profile API.
To update an RTE toolbar, edit or create an editor profile, then assign that profile to a site.
What’s new:
Define which editor tools appear and their order by creating editor profiles as JSON objects.
Remove or reorder items and groups in a profile.
Note: Toolbar configurations must match the supported schema and item list. Custom item names or schema changes are not supported.
Manage profiles via API endpoints for listing, creating, updating, assigning, and deleting profiles.
Add named styles to the editor’s Styles dropdown by including the style property in your profile.