Hi All

Not sure where this section now that ckeditor is part of drupal 8.

In the previous drupal version, were were able to edit the toolbars of ckeditor under ckeditor.config.js . Where is such setting in drupal 8 ?

Comments

nandasoftware’s picture

Hi,
Try on this url's
admin/config/content/formats/manage/full_html

boliston’s picture

this is a really useful menu - i was finding that annoying <p> & </p> kept getting added automatically and this menu allows this to be disabled

mvdve’s picture

Same question here. Can't find a setting for in browser spell checking and the editor stylesheet path.
Would be nice if this could be configured in the config file (or even better, the UI).

Deg’s picture

I believe you can change the settings using hook_editor_js_settings_alter
More info at http://drupal.stackexchange.com/a/186303/35960

soumyapsadanandan’s picture

open /core/assets/vendor/ckeditor/ckeditor.js. Inside this file search for config.js. But there is no config.js file available in D8. So I created a config.js file.  Refer this link for a sample config file.

tfranz’s picture