You can disable the toolbar options using the launch options:
$('#[YOUR INPUT ID]').wysihtml5({ "font-styles": false, //Font styling, eg h1, h2, etc. "emphasis": true, //Italics, bold, etc. "lists": true, //(Un)ordered lists, eg Bullets, Numbers. "html": true, //Button which allows you to edit the generated HTML. "link": true, //Button to insert a link. "image": false, //Button to insert an image. "color": true //Button to change color of font });
This information should be inserted in the tag:
<head> <script> HERE </scrip> </head>
source share