Expand my Community achievements bar.

SOLVED

TouchUi--- rte rootpath configuration for link

Avatar

Level 2

Hi How can i configure or restrict the rootPath for RTE link in touchUI?.

1 Accepted Solution

Avatar

Correct answer by
Administrator

As mentioned ny Tuhin, please have a look at the old post mentioned:-

Link:- http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manage...

//

  1. Overlay the link dialog.
  2. Change the configuration of the path field:
    1. In your /apps version of:
           /libs/cq/ui/widgets/source/widgets/form/rte/plugins/LinkDialog.js
      As always, you must not make any changes in the /libs branch itself as these may be lost at the next upgrade.
    2. Add your rootPath definition; for example
          "rootPath": "/content/geometrixx"

I hope this would be helpful.

 

Thanks and Regards

Kautuk Sahni



Kautuk Sahni

View solution in original post

2 Replies

Avatar

Correct answer by
Administrator

As mentioned ny Tuhin, please have a look at the old post mentioned:-

Link:- http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manage...

//

  1. Overlay the link dialog.
  2. Change the configuration of the path field:
    1. In your /apps version of:
           /libs/cq/ui/widgets/source/widgets/form/rte/plugins/LinkDialog.js
      As always, you must not make any changes in the /libs branch itself as these may be lost at the next upgrade.
    2. Add your rootPath definition; for example
          "rootPath": "/content/geometrixx"

I hope this would be helpful.

 

Thanks and Regards

Kautuk Sahni



Kautuk Sahni