Expand my Community achievements bar.

SOLVED

How to customize RTE plugin for link option in the Content Fragment RTE AEM6.5?

Avatar

Level 2

We are trying to customize the hyperlink option  in the content fragment RTE.

nim11_0-1679521505856.png


Need to add a text field and a custom drop similar to Target. Basically we need authors to select custom name which can  be  added as a class attribute in the <a> tag. Example: <a title="google" href="http://www.google.com" target="_blank" class="style-as-button">google</a>

Note: We have overridden the StyledTextEditor to add more options to the paraformat and also include misctools.


Kindly let me know the possible ways to achieve this. Thanks

1 Accepted Solution

Avatar

Correct answer by
Level 2

Hi Siva,

    Thanks for your response.
    But I have to modify/update the hyper link drop down in the content fragment RTE. 

 

Thanks.

View solution in original post

3 Replies

Avatar

Correct answer by
Level 2

Hi Siva,

    Thanks for your response.
    But I have to modify/update the hyper link drop down in the content fragment RTE. 

 

Thanks.

Avatar

Level 1

I'm looking for something similar, did you find any solution?