Node of richText is missing type

default discord avatar
blueMountain007last year
1 1

Node of richText is missing type

image

image

expected format is: { "children":[{"text":""}], type: "paragraph" }

  • Selected Answer
    default discord avatar
    thompsonsjlast year

    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!

Star on GitHub

Star

Chat on Discord

Discord

online

Can't find what you're looking for?

Get help straight from the Payload team with an Enterprise License.