Expected Behavior
Drafted JSON from a storyblok content should support the new richtext's tiptap node types such as hardBreak, horizontalRule, tableCell, etc.
Example portion of json with a richtext component with a content of a pasted new line should accept:
json { "type": "hardBreak" }
Current Behavior
The current json don't parse the node since the json returns
json { "type": "hard_break" }
Steps to Reproduce
- Create a content with a richtext component.
- Paste a text inside the richtext with a new line, add a table and a horizontal rule.
- Save and click Draft JSON