Unable to add DropDown ComboBox to LinkDialog.js
I have created a LinkDialogOverride.js and need to change the default:
{ "itemId": "targetBlank", "name": "targetBlank", "xtype": "checkbox", "boxLabel": CQ.I18n.getMessage("Open in new window"), "value": "targetBlank" }To a select dropdown or combo box. I see how it can be added to a dialog through .content.xml but not for the LinkDialog.js. Thank you in advance.