Bladeren bron

Adjusted toolbar configuration of the build.

Aleksander Nowodzinski 8 jaren geleden
bovenliggende
commit
fb9dcfe608

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