I have these annoying tooltips in 2amigos CKEditor that obstruct and hide the content of a text area. How can I disable them? I have tried to use
config.language="en-gb";
config.title="Put your title here";
and
CKEDITOR.config.title = false;
as shown in the links below but it seems that was a long time ago and those options no longer exist Disable CKEditor annoying tooltip?