Merge pull request #9976 from surajshetty3416/text-editor-checkbox-pr

feat: Add checkbox option to text editor's toolbar
This commit is contained in:
Suraj Shetty 2020-04-16 21:10:04 +05:30 committed by GitHub
commit 5df0dd2256
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -147,7 +147,7 @@ frappe.ui.form.ControlTextEditor = frappe.ui.form.ControlCode.extend({
[{ 'color': [] }, { 'background': [] }],
['blockquote', 'code-block'],
['link', 'image'],
[{ 'list': 'ordered' }, { 'list': 'bullet' }],
[{ 'list': 'ordered' }, { 'list': 'bullet' }, { 'list': 'check' }],
[{ 'align': [] }],
[{ 'indent': '-1'}, { 'indent': '+1' }],
[{'table': [