Ver código fonte

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

(cherry picked from commit e005e9d)
Maciej Gołaszewski 7 anos atrás
pai
commit
5a95d116fa

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