• Resolved MathiasAeschlimann

    (@mathiasaeschlimann)


    I tried to add a new toolbar configuration in ckeditor.config.js:
    config.toolbar_Test = [ [ 'Bold', 'Italic', '-', 'Link', 'Unlink', '-', 'Blockquote' ] ];

    But it tdoes not appear in the select box at CKEditor – Basic Settings -> Post/Page Editor options -> Editor toolbar.

    How do I successfully add a toolbar config?

Viewing 2 replies - 1 through 2 (of 2 total)
  • dczepierga

    (@dczepierga)

    Hi,
    This toolbar doesn’t appear, because we never write anything to parse config file – it was never needed here.
    Recommended option is to edit the default toolbars in config file – I’ve never seen that someone need define more toolbars…

    (optional) If u really want additional toolbar u can try to add it name in includes\basic.php around line 53. It should work after save setting with new toolbar name, but i’ve never test sth like that so i can’t tell u does it work or not…

    Greetings

    Thread Starter MathiasAeschlimann

    (@mathiasaeschlimann)

    Alright, I just tought there was something wrong with my setup. Guess the default toolbars we’ll be enough for me as well.

    However, your proposed solution (adding the <option> in basic.php) will work.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: CKEditor For WordPress] toolbar configuration’ is closed to new replies.