编辑器配置

This commit is contained in:
2016-12-10 15:29:01 +08:00
parent fadfaa356e
commit 0867a63089

View File

@@ -27,7 +27,7 @@ CKEDITOR.editorConfig = function( config ) {
//config.contentsCss = "ckeditor/contents.css"
// Remove some buttons provided by the standard plugins, which are
// not needed in the Standard(s) toolbar.
config.removeButtons = 'Underline,Subscript,Superscript,Iframe,Print,Save';
config.removeButtons = 'Subscript,Superscript,Iframe,Print,Save';
// Set the most common block elements.
//config.format_tags = 'p;h1;h2;h3;pre';