-
Notifications
You must be signed in to change notification settings - Fork 263
Open
Description
$('#some-textarea').wysihtml5({
toolbar: {
"font-styles": true, //Font styling, e.g. h1, h2, etc. Default true
"emphasis": true, //Italics, bold, etc. Default true
"lists": true, //(Un)ordered lists, e.g. Bullets, Numbers. Default true
"html": false, //Button which allows you to edit the generated HTML. Default false
"link": true, //Button to insert a link. Default true
"image": true, //Button to insert an image. Default true,
"color": false, //Button to change color of font
"blockquote": true //Blockquote
}
});This configuration still show the html editor button. The rest works fine.
Is there a trick to hide that button?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels