Expand my Community achievements bar.

SOLVED

Converting textfeild to richText in Touch UI (AEM 6.5) , error in console

Avatar

Level 2

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 :

  1. Navigate to '/libs/foundation/components/text/cq:dialog/content/items/text/items/column/items/text'
  2. Copy the 'sling:resourceType' property and paste this value in the to be converted text node property .
  3. 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<img_2>nodeStructure
  4. 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<img_1>The error in console

What can be the issue? 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Are you facing the issue only for this field or all the RTE is not editable for links.



Arun Patidar

View solution in original post

6 Replies

Avatar

Correct answer by
Community Advisor

Are you facing the issue only for this field or all the RTE is not editable for links.



Arun Patidar

Avatar

Community Advisor
I am also using AEM 6.5, but we are able to create links in RTE. I am using below RTE configuration https://github.com/arunpatidar02/aem63app-repo/blob/master/packages/rte/aem-rte-plugins-sample-compo...


Arun Patidar

Avatar

Community Advisor
I would suggest try on vanilla instance and open a day care ticket.


Arun Patidar

Avatar

Level 2
Yes will raise a daycare issue, for a new instance the link is working without inline functionality