Currently, I'm using textAngular for my project. I'm trying to increase toolbar button and add label under that button. Problem is even I can increase button except H1, H2, H3 and cannot able to add label under each icon.
taOptions.classes = {
focussed: 'focussed',
toolbar: 'btn-toolbar',
toolbarGroup: 'btn-group btn-group-lg',
toolbarButton: 'btn btn-default btn-lg',
toolbarButtonActive: 'active',
disabled: 'disabled',
textEditor: 'form-control',
htmlEditor: 'form-control'
};