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:
Alexander Petric
2026-09-18 20:48:07 +02:00
committed by GitHub
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']
]