Expand my Community achievements bar.

Adding new fields for links for the text inside Richtext

Avatar

Level 1

Hello All, 

 

 

need to implement customized fields for links inside RTE component in 6.5 cloud version. I followed this article: https://experience-aem.blogspot.com/2019/04/aem-65-touch-ui-rte-rich-text-editor-structured-content...

 

 

trying to add a checkbox called 1. Enabled tracking 

2. tracking location dropdown

3. description field 

ashishperavali_1-1699898162859.png

 

But the problem is when i deploy this to dev/qa environments its really not showing ui in authors but i see the code is in crx/dev

please let me know if anyone has implemented this feature.

4 Replies

Avatar

Community Advisor

Hi,

 

Is the above snapshot from your Local?

Can you please share the component xml here. ?

 

Also try creating a package of your component in local and install on your lower Env. If that works then there's something that is missing from the code. 

 

Thanks.

Avatar

Level 1

Hi, Yes that was from my local authors. I don't have access to create a package on lower env.

ashishperavali_1-1699986636722.png

 this the only .xml is have which is the existing and i have only added the link-dialog.js file and js.txt import path 

<?xml version="1.0" encoding="UTF-8"?>
jcr:primaryType="cq:ClientLibraryFolder"
categories="[cq.authoring.dialog]"/>
 

Avatar

Community Advisor

Hi @ashishperavali 
Could you please check if there is dispatcher cache?



Arun Patidar

Avatar

Administrator

@ashishperavali Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.



Kautuk Sahni