Lexical Block Icons #10443
cbratschi
started this conversation in
Feature Requests & Ideas
Lexical Block Icons
#10443
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently the icons used in Lexical menus are hardcoded:
https://github.com/payloadcms/payload/blob/main/packages/richtext-lexical/src/features/blocks/client/index.tsx#L67
https://github.com/payloadcms/payload/blob/main/packages/richtext-lexical/src/features/blocks/client/index.tsx#L95
SVG is rendered by both components. There should be a way to use custom icons like the imageUrl in normal blocks: add a admin.components.Icon component.
Beta Was this translation helpful? Give feedback.
All reactions