Config
Editor options. These can be configured upon the creation of the editor.
const editor = Jodit.make('#editor', {
toolbar: true,
buttons: ['bold', 'italic', 'underline']
// other options
// ...
});
Editor options. These can be configured upon the creation of the editor.
const editor = Jodit.make('#editor', {
toolbar: true,
buttons: ['bold', 'italic', 'underline']
// other options
// ...
});