bootstrap-wysihtml5
bootstrap-wysihtml5 copied to clipboard
Can I remove indent outdent button but keep the bullet and numbered list button?
Is there a way to do it by just passing options - without modifying the source bootstrap-wysihtml5.js.
Thanks. p.s. I don't need those buttons, but also it turns out that those buttons do not work with the basic parserRules.
I also have this same question. Is this possible?
Thanks
change parser :)
that won't get rid of the toolbar buttons though will it?
I have the same problem :( trying to find a solution now.
I have found a solution for that.
a[data-wysihtml5-command="Outdent"], a[data-wysihtml5-command="Indent"] { display:none !important; }