2014-07-29
CKEditor is a bit finicky when it comes to the listing of the custom classes that appear in the drop down. Here are my step by step to simplify the process.
- Create a file ckeditor.styles.js in your theme
- Insert the code for each class or style as follows
- Edit editor profile > CSS
- Under Predefined Styles set path to the file created above. For me the
%tjs/ckeditor.style.js
did not work so I had to specify the path exactly/sites/example.com/themes/example/js/ckeditor.style.js
- Save
- Now the drop down styles should be only the ones you listed in the ckeditor.styles.js file
- Go to Admin > Configuration > CKEditor
- Under Profiles, choose your profile and edit it
- Go to Advanced Options > Custom JavaScript configuration
- Add
config.allowedContent = true;
- Save the profile