Explorar el Código

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

Piotrek Koszuliński hace 8 años
padre
commit
9babe3408a
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  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' ]
+	}
 };