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

Add support for rich text contentful datatype #63

Open
pburrows opened this issue Feb 11, 2019 · 2 comments
Open

Add support for rich text contentful datatype #63

pburrows opened this issue Feb 11, 2019 · 2 comments

Comments

@pburrows
Copy link

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.

@dmitrek
Copy link

dmitrek commented Apr 10, 2019

That would be really helpful.

@micheltucker
Copy link

👍 Problem still exists

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants