Хорошо, я нашел решение, если это кому-нибудь поможет.
$(discription_list).summernote({
// width: editorWidth,
popover: {
image: [],
link: [],
air: []
},
toolbar: [
['font-style', ['bold', 'italic', 'underline', 'strikethrough', 'clear']],
['para', ['ul', 'ol']],
['misc', ['undo', 'redo']],
['savebutton', ['save']],
['cancelbutton', ['cancel']],
],
buttons: {
save: SaveButton,
cancel: CancelButton
}
});