How to do multiple editable content slots? #6021
-
Is there a way to make multiple |
Beta Was this translation helpful? Give feedback.
Answered by
nperez0111
Jan 14, 2025
Replies: 1 comment
-
Nope, NodeViewContent is only for a single "hole" within an element. If you need multiple, you should restructure your nodes to be multiple. Like have one be a container, and individual nodes as children of that container that allow rich text in them |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nperez0111
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nope, NodeViewContent is only for a single "hole" within an element. If you need multiple, you should restructure your nodes to be multiple. Like have one be a container, and individual nodes as children of that container that allow rich text in them