chmln / vue-wysiwyg

A lightweight WYSIWYG HTML editor for Vue.js
https://chmln.github.io/vue-wysiwyg/
MIT License
555 stars 134 forks source link

hide heading module #30

Closed kreejzak closed 6 years ago

kreejzak commented 6 years ago

Hi, I have a little problem with hiding headings module. I think I've done everything right, but it still not working.

This does not work Vue.use(wysiwyg, { hideModules: { "headings": true } });

This does... Vue.use(wysiwyg, { hideModules: { "bold": true } });

Is there something I am missing? Thank you for your response

Edit: The same problem is with orderd and undordered lists

kreejzak commented 6 years ago

And another one... When i click into textbox, it automaticly add H1 element, is there any option how can I disable this behaviour?