mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-21 00:02:30 +00:00
give the rich text editor toolbar a bullet list button instead of a second ordered one (#11233)
Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5.1
parent
3ce158ad58
commit
8f9a94328c
@@ -24,7 +24,7 @@
|
||||
toolbarOptions = [
|
||||
[{ header: 1 }, { header: 2 }, 'blockquote', 'link', 'image', 'video'],
|
||||
['bold', 'italic', 'underline', 'strike'],
|
||||
[{ list: 'ordered' }, { list: 'ordered' }],
|
||||
[{ list: 'ordered' }, { list: 'bullet' }],
|
||||
[{ align: [] }],
|
||||
['clean']
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user