Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const editorEdit = {
- modules: {
- toolbar: [
- ['bold', 'italic'],
- ['link', 'blockquote', 'code-block', 'image'],
- [{ list: 'ordered' }, { list: 'bullet' }]
- ],
- imageDrop: true,
- imageResize: {
- modules: [ 'Resize', 'DisplaySize', 'Toolbar' ]
- }
- },
- placeholder: 'Compose an epic...',
- theme: 'snow',
- readOnly: false,
- };
- var quillEdit = new Quill('#editor-edit', editorEdit);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement