8
0
Просмотр исходного кода

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

This reverts commit e005e9d
Maciej Gołaszewski 7 лет назад
Родитель
Сommit
2748fd79ea

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

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

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

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