feat(editor): enable list styles

This commit is contained in:
Elian Doran 2025-01-11 18:26:14 +02:00
parent 2a97f9dfdd
commit b6463bb03a

View File

@ -100,7 +100,7 @@ export const COMMON_PLUGINS = [
Link,
AutoLink,
List,
// ListProperties, deactivated because it crashes the editor. Can be reproduced with ListProperties-repro-crash.html
ListProperties,
TodoList,
Paragraph,
PasteFromOffice,