Change default content of html #938
Answered
by
hanspagel
edgar-koster
asked this question in
Questions & Help
-
The default content seems to be a heading with a paragraph. Is there a way I can change it to be 'empty' or at least only a paragraph, users in my case don't like this and keep thinking the html is incorrect (they even request a button to view the code) |
Beta Was this translation helpful? Give feedback.
Answered by
hanspagel
Jan 13, 2021
Replies: 1 comment 2 replies
-
Sure! You can pass |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
edgar-koster
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sure! You can pass
content: null
orcontent: '<p></p>'
to the editor. tiptap will render an empty paragraph in both cases. Hope that helps!