I would like to either remove some parameters from the link selection target, or indicate which parameters to show. For example, by default, I have several that I do not need, for example, a frame and a popup.
My question is, how can you specify the target parameters of the link or delete certain target parameters on ckeditor?
See screenshot
note that I have already removed the Advanced tab using
config.removeDialogTabs = 'link:advanced';
config.removeDialogTabs = 'image:advanced';

drooh source
share