android-summernote
android-summernote copied to clipboard
Limit Formatting
Is there any way to limit formatting functionality. For example, Can I hide/show bold formatting feature?
hello i found the solution, i import the plugin in my project and i change the summernote.html in assets, and i change the toolbar array for example toolbar: [
['font', ['bold', 'italic', 'underline', 'clear']]
],