Hello, I'm new here and need some help, try to config the link proprieties dialog.
case 'link': // link properties dialog
// get the contents of the image info window
var infoTab = dialogDefinition.getContents( 'info' ); // this ok
var advancedTab = dialogDefinition.getContents( 'advanced' ); // dont know if ok use this code
infoTab.remove('protocol'); // this ok
infoTab.remove('linkType'); // this ok
advancedTab.remove('langDir'); // need a list of all names, that not work.
break;

Re: Link properties dialog
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
Re: Link properties dialog