8
0
Pārlūkot izejas kodu

Other: Changed the order of buttons in the image toolbar. See https://github.com/ckeditor/ckeditor5-image/issues/60.

Piotrek Koszuliński 8 gadi atpakaļ
vecāks
revīzija
9babe3408a
1 mainītis faili ar 5 papildinājumiem un 1 dzēšanām
  1. 5 1
      packages/ckeditor5-build-classic/config-editor.js

+ 5 - 1
packages/ckeditor5-build-classic/config-editor.js

@@ -16,5 +16,9 @@ module.exports = {
 		'numberedList',
 		'undo',
 		'redo'
-	]
+	],
+
+	image: {
+		toolbar: [ 'imageStyleFull', 'imageStyleSide', '|' , 'imageTextAlternative' ]
+	}
 };