RTE issue Coralui3 & Image Plugin Customization in AEM 6.4 | Community
Skip to main content
Level 2
December 6, 2018
Question

RTE issue Coralui3 & Image Plugin Customization in AEM 6.4

  • December 6, 2018
  • 1 reply
  • 2080 views

Hello,

We are using AEM6.4 and ACS commons : when i authoring OOTB Text component got below js issue :

coralui3.js:4898 Uncaught DOMException: Failed to execute 'registerElement' on 'Document': Registration failed for type 'coral-icon'. A type with that name is already registered.

    at Object.Coral.register (http://localhost:4502/etc.clientlibs/clientlibs/granite/coralui3.js:4898:32)

    at http://localhost:4502/etc.clientlibs/clientlibs/granite/coralui3.js:10560:9

    at http://localhost:4502/etc.clientlibs/clientlibs/granite/coralui3.js:10736:2

I want to customize the image plugin in rte component.

  • By default image plugin has alignment dropdown  field looks below..

    

  • But i need to add two more values in alignment dropdown field.

Any one can help be about this..

i used some reference: Experiencing Adobe Experience Manager - Day CQ: AEM 63 - Touch UI Extend Rich Text Link Dialog, Add Rel Attribute Select

  

Thanks.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Bharath_valse
Level 4
October 1, 2019

Might be a case duplicate requests to Coral JS and CSS files. Eliminating the source of these duplicate request should resolve the noted error