bootstrap-wysihtml5 icon indicating copy to clipboard operation
bootstrap-wysihtml5 copied to clipboard

Can I remove indent outdent button but keep the bullet and numbered list button?

Open anu-vaid opened this issue 13 years ago • 5 comments
trafficstars

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.

anu-vaid avatar Oct 07 '12 15:10 anu-vaid

I also have this same question. Is this possible?

Thanks

kiogo avatar Nov 24 '12 06:11 kiogo

change parser :)

MYaman34 avatar Nov 24 '12 10:11 MYaman34

that won't get rid of the toolbar buttons though will it?

hadees avatar Dec 08 '12 05:12 hadees

I have the same problem :( trying to find a solution now.

chrishough avatar Jan 30 '16 02:01 chrishough

I have found a solution for that.

a[data-wysihtml5-command="Outdent"], a[data-wysihtml5-command="Indent"] { display:none !important; }

ravishakya avatar Dec 01 '16 12:12 ravishakya