Use this button if you need to align an image to the left of the text.
var editor = AlloyEditor.editable('myContentEditable', {
toolbars: {
styles: {
selections: [
{
name: 'image',
buttons: ['imageLeft'],
test: AlloyEditor.SelectionTest.image
}
]
}
}
});