-
I wanted to use a regular list plugin, but it didn't work My configuration
There is no introduction of this element in seems to https://platejs.org/docs/components/list-element website |
Beta Was this translation helpful? Give feedback.
Answered by
12joan
Sep 19, 2024
Replies: 1 comment 1 reply
-
You appear to have listed both the ListPlugin and the IndentListPlugin in your In addition, you're missing components for BulletedListPlugin, NumberedListPlugin and ListItemContentPlugin. See |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kjhuanhao
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You appear to have listed both the ListPlugin and the IndentListPlugin in your
plugins
array. If you want to use the regular list plugin, you'll need to remove IndentListPlugin.In addition, you're missing components for BulletedListPlugin, NumberedListPlugin and ListItemContentPlugin. See
apps/www/src/lib/plate/create-plate-ui.ts
for examples of these.