Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: Modify the “Format” list?

Status Resolved
Add-on / Version
Severity Trivial
EE Version

Olivier Murith

Dec 12, 2012

Hi again 😉

Sorry to bother you, but is there an easy way to modify the current list (hx, pre, div…) in the Format dropdown?

Ideally , I would like to be able to add the

#1

BoldMinded (Brian)

You’ll have to go to http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html and refer to the CKEDITOR.config.format_div, CKEDITOR.config.format_h1 etc options, and modify the config.js file in the Wyvern themes folder and add new rules such as:

CKEDITOR.editorConfig = function( config )
{
    CKEDITOR.config.format_h1 = 'foo';

Beyond that I don’t have any other suggestions as I haven’t tried this myself. Its all CKeditor at this point, so with the API docs and that config.js file in the themes folder you should be able to modify the toolbar.

#2

BoldMinded (Brian)

test

Login to reply