Merge pull request #9976 from surajshetty3416/text-editor-checkbox-pr
feat: Add checkbox option to text editor's toolbar
This commit is contained in:
commit
5df0dd2256
1 changed files with 1 additions and 1 deletions
|
|
@ -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': [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue