Is there a way to add the title attibute to CKEditor images? I\'m using v4.1.2 and CKEditor is removing it automatically each time it\'s added from the HTML source view. I h
You got to define config.extraAllowedContent = 'img[title]' if you want title attribute to be accepted into editor contents (see: official guide).
title