How to add blockquote to the CKeditor toolbar?
I tried this and downloading the blockquote plugin, but no blockquote was added to the toolbar.
CKEDITOR.plugins.addExternal('blockquote', '/Site/Editor/plugins/blockquote/');
var originalFn = CKEDITOR.editorConfig;
CKEDITOR.editorConfig = function (config) {
originalFn(config);
config.extraPlugins += ',blockquote';
};
Litium version: 8.9