mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-03-22 18:27:21 +08:00
后端【调整】:后端CKEditor编辑器增加html源代码浏览模式。
This commit is contained in:
@@ -48,7 +48,7 @@ CKEDITOR.editorConfig = function (config) {
|
|||||||
//'/',
|
//'/',
|
||||||
{ name: 'styles', items: ['Styles', 'Format', 'Font', 'FontSize'] },
|
{ name: 'styles', items: ['Styles', 'Format', 'Font', 'FontSize'] },
|
||||||
{ name: 'colors', items: ['TextColor', 'BGColor'] },
|
{ name: 'colors', items: ['TextColor', 'BGColor'] },
|
||||||
{ name: 'others', items: ['-','autoformat'] }
|
{ name: 'others', items: ['-', 'autoformat', 'Source'] }
|
||||||
];
|
];
|
||||||
|
|
||||||
//移除的按钮
|
//移除的按钮
|
||||||
|
|||||||
Reference in New Issue
Block a user