/common/js/plugins/ckeditor/ckeditor/config.js 파일 생성후
CKEDITOR.editorConfig = function( config ) {
// Define changes to default configuration here. For example:
CKEDITOR.dtd.$removeEmpty.i = 0;
};
이외에 여러가지 옵션이 많지만... 우선 필요한것만 추가함^^