summernote-image-attributes-editor
Version:
Summernote plugin for editing Image title, caption, alt attributes.
17 lines • 439 B
JavaScript
$.extend(true, $.summernote.lang, {
'en-US': { /* US English(Default Language) */
imageAttributes: {
edit: 'Edit',
titleLabel: 'Title',
altLabel: 'Alternative Text',
captionLabel: 'Caption',
tooltip: 'Edit Image',
dialogSaveBtnMessage: 'Save',
dialogTitle: 'Change Image Attributes',
widthLabel: 'Width',
heightLabel: 'Height',
imageLockLabel: 'Lock',
resizeLabel: 'Reset the size to orignal'
}
}
});