How do disable options from the Format menu in CKeditor?
ckeditor, javascript
Solution
Okay, so I changed the titles under `en.js`, and to disable the other formats, I used this `format_tags: 'p;h3;h4'` in the config.
Problem
In the Format select box, you can choose Heading 1, Heading 2 etc How can I disable some of those options? Is it also possible to rename them? I want to only allow Heading 2 and Heading 3, and if possible, rename them to Heading and Sub-Heading. I figured out how to rename them - in the language file. I edited the 'en-au.js' and then set `{ language: 'en-au' }` but it hasn't seem to have worked.