AEM6.2 RTE Link plugin path starts with /content
Hi All,
In AEM 6.2 RTE, link plugin path always starts with /content. As soon as i type / it automatically suffixed with content.
My requirement is to remove that condition. I tried debug it, if i remove js-coral-pathbrowser-input class from text field then it is working fine.
There are lot of render.jsp where this class is being appended in textfield. Commented the line in those jsp files. Still it shows the class when inspected element in html.
Don't know how to remove that class(js-coral-pathbrowser-input) from being appended.
Please help me to remove that class from text field so that i can type anything i wish.
Thanks,
Pradeep