android-summernote icon indicating copy to clipboard operation
android-summernote copied to clipboard

Limit Formatting

Open aweke-123 opened this issue 8 years ago • 1 comments

Is there any way to limit formatting functionality. For example, Can I hide/show bold formatting feature?

aweke-123 avatar Nov 22 '17 13:11 aweke-123

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']]

],

openmotion avatar Jun 10 '20 12:06 openmotion