Install Breadcrumbs plugin to CKEditor
- Unpack archived files directly to
ckeditor/plugins
. - Turn on the plugin in
ckeditor/config.js
:config.extraPlugins = 'jsplus_breadcrumbs';
- Add these buttons to the toolbar definition:
- Insert breadcrumbs
jsplus_breadcrumbs
- Now you can use your installed plugins. Do not forget to sure that browser cache was cleared.