浏览代码

Merge pull request #10 from ckeditor/t/ckeditor5/645

Other: Adjusted toolbar configuration of the build (see ckeditor/ckeditor5#645).
Piotrek Koszuliński 7 年之前
父节点
当前提交
0006545777
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      packages/ckeditor5-build-balloon/build-config.js
  2. 1 0
      packages/ckeditor5-build-balloon/src/ckeditor.js

+ 1 - 0
packages/ckeditor5-build-balloon/build-config.js

@@ -38,6 +38,7 @@ module.exports = {
 		toolbar: {
 			items: [
 				'headings',
+				'|',
 				'bold',
 				'italic',
 				'link',

+ 1 - 0
packages/ckeditor5-build-balloon/src/ckeditor.js

@@ -46,6 +46,7 @@ BalloonEditor.build = {
 		toolbar: {
 			items: [
 				'headings',
+				'|',
 				'bold',
 				'italic',
 				'link',