Wondering how to indent and outdent a block of content? There are two buttons for that purpose, just include them in the text configuration and enjoy!
var editor = AlloyEditor.editable('editable', {
toolbars: {
styles: {
selections: [
{
name: 'text',
buttons: ['indentBlock', 'outdentBlock'],
test: AlloyEditor.SelectionTest.text
}
]
}
}
});