Fix for Quill editor

This commit is contained in:
Godwin
2017-05-19 19:31:41 -07:00
parent 9909c1b2e1
commit d08e8a9088
4 changed files with 12 additions and 7 deletions
+1
View File
@@ -12,6 +12,7 @@
modules: {
toolbar: [
[{ 'header': [1, 2, false] }],
['link', 'image'],
['bold', 'italic', 'underline', 'strike'],
[{ 'script': 'sub'}, { 'script': 'super' }],
[{ 'list': 'ordered'}, { 'list': 'bullet' }, 'blockquote']