Need an ordered list? Easily turn paragraphs into list items with this button.
var editor = AlloyEditor.editable('myContentEditable', {
toolbars: {
styles: {
selections: [
{
name: 'text',
buttons: ['ol'],
test: AlloyEditor.SelectionTest.text
}
]
}
}
});