Skip to content
Discussion options

You must be logged in to vote

I believe this is intentional. Slate is schema-less, so each implementation of Slate defines its own schema.

In the case of Payload CMS, paragraph is not set as a fallback for nodes with no type. This differs from the Slate demo, where paragraph is set on nodes.

In the docs for the rich text field, the serializer example renders the <p> HTML element as the default - i.e. if no types are found. See https://github.com/payloadcms/payload/blob/master/docs/fields/rich-text.mdx.

So I am guessing this is what you are expected to do? If the type is undefined, assume it's a paragraph!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by zubricks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants