-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementFeature requestFeature request
Description
Description
Now that we have support for custom block components in the lexical rich text, we should add the ability to embed inline components as well.
For example:
Lorem ipsum {lottie file} dolor sit amet
For purposes of translations, the inline components should be stored as placeholder text and substituted by the TSX component. TBD on what that looks like, but the data structure should store the inline component data separately from the paragraph string.
E.g.
{
"type": "paragraph",
"text": "Lorem ipsum {component:foo} dolor sit amet",
"components": {
"foo": { /* data for foo component */ }
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementFeature requestFeature request