Is there a way to make <p> inside <div>? #6298
Unanswered
xhette
asked this question in
General Questions
Replies: 1 comment
-
|
Hi @xhette , thanks for reaching out with your question. The types of content that can be inside a node (the div of class="item") are defined in the Schema of that node. To learn how to configure a schema for your custom node, see the Schema guide. If you're having trouble with it, can you share a CodeSandbox with your code, explaining what is the expected behavior of the program and what fails? This way, we'll be able to find the error and help you. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
How can I extend the schema to make
<p>tags inside<div>?Input:
Output
Current behavior:
Expected:
Beta Was this translation helpful? Give feedback.
All reactions