0
votes

I am using the CKEditor module for Drupal7. I want to customize the Table dialog window. I saw this thread, But I am not clear where to add the code that @oleq added. Here is the URL: Set default table properties for CKEditor?

In what file should I add the code?

Thanks.

1

1 Answers

0
votes

If you're using the regular ckeditor module (ie not through wysiwyg module), then you can just add it to the bottom of:

sites/all/modules/contrib/ckeditor/ckeditor.config.js

If you're using wysiwyg module and ckeditor library, then it's more complicated, and I'll post it as a separate question since a few people have asked this.