소스 검색

Other: Renamed 'headings' ui component to 'heading'.

Maciej Gołaszewski 8 년 전
부모
커밋
feceaf384c
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      packages/ckeditor5-build-balloon/build-config.js
  2. 1 1
      packages/ckeditor5-build-balloon/src/ckeditor.js

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

@@ -37,7 +37,7 @@ module.exports = {
 	config: {
 		toolbar: {
 			items: [
-				'headings',
+				'heading',
 				'|',
 				'bold',
 				'italic',

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

@@ -45,7 +45,7 @@ BalloonEditor.build = {
 	config: {
 		toolbar: {
 			items: [
-				'headings',
+				'heading',
 				'|',
 				'bold',
 				'italic',