Expand my Community achievements bar.

SOLVED

Universal editor custom buttons RTE

Avatar

Level 1

Hi,

 

 we are creating a react application and editing with universal editor. Our model is done with content fragments. We are trying to customize the richtext when you try to edit via universal editor but I can't try to find any documentation. We are trying via extensions but only works over the content fragments new ui. Exists some solution to extend or use full RTE buttons with universal editor?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @daniel-strmecki 

I have found only this 

https://github.com/adobe/aem-uix-examples/tree/main/universal-editor-richtext-draft 

 

I knew there were something for CF, https://github.com/adobe/aem-uix-examples/tree/main/cf-editor-rte-toolbar-button-sample

 

but UE there might not be any RTE custom plugins available yet.



Arun Patidar

View solution in original post

5 Replies

Avatar

Level 9

Hi @jacintoca2,

great question, I see Adobe is working on UE extension examples but I don't see one for Rich Text Editor with UE: https://github.com/adobe/aem-uix-examples/tree/main. I assume it will come.

 

Good luck,

Daniel

Avatar

Community Advisor

Extension Manager allows you to build custom RTE plugin, however I am not sure if this is enabled only for CF or applicable for Universal Editor as well,

Maybe you can check sample at https://experience.adobe.com/#/aem/extension-manager 

 

Product picker example : https://developer.adobe.com/uix/docs/extension-manager/extension-developed-by-adobe/ue-product-picke... 

 

Please check this as well : https://adapt.to/2024/schedule/extension-manager-in-aem-sites-no-more-waiting-for-aem-in-process-cod... 

 



Arun Patidar

Avatar

Level 1

Yes I tried but the customizations for rich text only work with new interface if you try from universal editor always show the inline version of toolbar.

Avatar

Level 9

Hi @arunpatidar,

I don't see an extension point for Rich Text in UE, the only supported extension points I can find in the docs are the header menu, modal dialogs, properties rail, and custom input fields. Did you find a concrete example from Adobe?

 

Daniel

Avatar

Correct answer by
Community Advisor

Hi @daniel-strmecki 

I have found only this 

https://github.com/adobe/aem-uix-examples/tree/main/universal-editor-richtext-draft 

 

I knew there were something for CF, https://github.com/adobe/aem-uix-examples/tree/main/cf-editor-rte-toolbar-button-sample

 

but UE there might not be any RTE custom plugins available yet.



Arun Patidar