Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2020
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. const editorEdit = {
  2. modules: {
  3. toolbar: [
  4. ['bold', 'italic'],
  5. ['link', 'blockquote', 'code-block', 'image'],
  6. [{ list: 'ordered' }, { list: 'bullet' }]
  7. ],
  8. imageDrop: true,
  9. imageResize: {
  10. modules: [ 'Resize', 'DisplaySize', 'Toolbar' ]
  11. }
  12. },
  13. placeholder: 'Compose an epic...',
  14. theme: 'snow',
  15. readOnly: false,
  16. };
  17.  
  18.  
  19. var quillEdit = new Quill('#editor-edit', editorEdit);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement