Explorar el Código

Other: Define defaultIcon for ButtonDropdown.

Maciej Gołaszewski hace 8 años
padre
commit
3c29ea8b7e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/ckeditor5-alignment/src/alignmentui.js

+ 1 - 0
packages/ckeditor5-alignment/src/alignmentui.js

@@ -91,6 +91,7 @@ export default class AlignmentUI extends Plugin {
 
 			const model = new Model( {
 				label: t( 'Text alignment' ),
+				defaultIcon: alignLeftIcon,
 				withText: false,
 				isVertical: true
 			} );