Przeglądaj źródła

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

Other: Adjusted toolbar configuration of the build (see ckeditor/ckeditor5#645).
Piotrek Koszuliński 7 lat temu
rodzic
commit
0006545777

+ 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',