In AEM 6.5 touch UI dailog box , we have a textfeild which have to be converted to rich text field. The steps i followed are as follows :
- Navigate to '/libs/foundation/components/text/cq:dialog/content/items/text/items/column/items/text'
- Copy the 'sling:resourceType' property and paste this value in the to be converted text node property .
- Copy the folders under the '/libs/foundation/components/text/cq:dialog/content/items/text/items/column/items/text' path . ie, 'rtePlugins' and 'uiSettings' , and the paste the nodes to the above to be converted text node.(img_2)
<img_2>nodeStructure - On opening the dailogbox in touch UI the field is converted to rich text, but i am not able to hyperlink. The field is not clickable. There is an error in console.Have attached the screenshot(<img_1>)
<img_1>The error in console
What can be the issue?