I am utilizing Drupal 7 with CKEditor module and I want to delete some codecs in Drupal Developer dropdown field that’s presently labeled “Format”. So I modified Drupal Developer config file which is website/all/modules/ckeditor/ckeditor.config.js
. I modified Drupal Developer code like this :
CKEDITOR.editorConfig = operate(config) { // some code right here config.format_tags = 'p;h1;h2;h3'; // I added this line }
Then I flush all caches of drupal and Drupal Developer cache of browser, nevertheless it would not work. Once I create a brand new content material, I at all times have all Drupal Developer codecs. Find out how to make it work? (Observe : I do not wish to customise it from admin/config/content material/ckeditor/edit
web page)