Expand my Community achievements bar.

Nomination window for the Adobe Community Advisor Program, Class of 2025, is now open!
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

Community Advisor

Hi @nim11 

Please check the doc https://github.com/AdobeDocs/experience-manager-64.en/blob/main/help/sites-developing/customizing-co... which helps you to overlay data types for the CF model.

 

Siva_Sogalapalli_0-1679572461464.png

 

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?