Extend Rich Text Editor Toolbar in new Content fragment Editor
Hi guys, I have a task to extend RTE toolbar with some custom button on AEMaaCS in new Content fragment Editor
I went through the Adobe documents like these
https://developer.adobe.com/uix/docs/services/aem-cf-editor/api/rte-toolbar/
https://experienceleague.adobe.com/en/docs/experience-manager-learn/cloud-service/developing/extensibility/ui/content-fragments/examples/editor-rte-toolbar
But there are just a simple examples of simple button. I could not find any API documentation with all available options. For instance, I have no idea how to make the button showing some dropdown with some predefined options on click instead of just inserting or replacing selected content.