I'm currently using Bootstrap 3 WYSIWYG. I have set up the following textarea:
$(".textarea").wysihtml5({
toolbar: {
"font-styles": true,
"emphasis": true,
"lists": false,
"html": false,
"link": true,
"image": false,
"color": false,
"blockquote": false
}
});
However, I would like to only show the options "Normal text" and "Heading 2" in the font-styles
dropdown. Is this possible?
font-size