New option in RTE link plugin | Community
Skip to main content
Level 2
March 4, 2019
Solved

New option in RTE link plugin

  • March 4, 2019
  • 2 replies
  • 1203 views

Hi,

I see a new option in RTE link plugin in Classic dialog (Button Type pull down) after 6.3.3 upgrade. Please find attached image. Is there any chance to hide it?

Thanks,

AG

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Gaurav-Behl

Using custom code, hide that specific 'div' element which generates the row.  On dialog load, invoke your custom function and add "display:none" to that element.  Make sure to pass default values that wouldn't break RTE hyperlink feature. You'd be able to find a lot of examples for same.

Reference example for dialog load -

Experiencing Adobe Experience Manager - Day CQ: AEM 62 - Classic UI extend Pathfield browse dialog to show file name (no…

2 replies

Gaurav-Behl
Gaurav-BehlAccepted solution
Level 10
March 4, 2019

Using custom code, hide that specific 'div' element which generates the row.  On dialog load, invoke your custom function and add "display:none" to that element.  Make sure to pass default values that wouldn't break RTE hyperlink feature. You'd be able to find a lot of examples for same.

Reference example for dialog load -

Experiencing Adobe Experience Manager - Day CQ: AEM 62 - Classic UI extend Pathfield browse dialog to show file name (no…

smacdonald2008
Level 10
March 4, 2019

This is a use case that we will never write an article for. Reason being modifying sidekick is not a high priority use case as everything is moving to touch ui.