Skip to content
This repository was archived by the owner on Nov 26, 2021. It is now read-only.
This repository was archived by the owner on Nov 26, 2021. It is now read-only.

Add support for rich text contentful datatype #63

@pburrows

Description

@pburrows

Contentful has a new (currently in Beta) data type called "Rich Text" which allows the embedding of other contentful content (for instance, I could have a page with 5 other pages embedded, one of those pages could have a specific blog post embedded, and so forth).

It allows for composition of complex pages built from smaller parts. Here is a link to the documentation:
https://www.contentful.com/developers/docs/concepts/rich-text/

When pulling back content with the Rich Text type, a JSON object is returned that contains a list of nodes, some of those nodes are references to other content, they are referenced by ID. I believe a separate API call would be needed to also pull those data back.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions