Questions tagged [contentful]

Contentful is a cloud based CMS framework using a RESTful JSON API.

Provides a content infrastructure for digital teams to power content in websites, apps, and devices. Unlike many other content management systems, Contentful was built to integrate with the modern software stack. It offers a central hub for structured content, powerful management, and delivery APIs, and a customizable web app that enables developers and content creators to ship digital products faster.

859 questions
-2
votes
1 answer

Rendering rich text with Gatsbyjs and Contentful using gatsby-source-contentful

I'm using gatsby-source-contentful v4.6.4 According to the docs, I should be able to use a query similar to the following without issue (simplified query from the docs): query MyQuery { contentfulBlogPost { id bodyRichText { …
silencedogood
  • 3,209
  • 1
  • 11
  • 36
-2
votes
1 answer

How to register csv data as contentful entry

I want to post csv data which is wordpress _post data to contentful content. this is model at contentful. maybe this is SDK api which can provide function of posting. https://www.contentful.com/developers/docs/tutorials/cli/import-and-export/ but…
KATUO
  • 311
  • 4
  • 17
-2
votes
1 answer

Displaying a Category List and Entries in those Categories

I'm trying to get a list of results to display categorized like this: Department Job Job Department Job Job ...etc I'm using http://contentful.com to pull down a selections of jobs that belong to a department and I'm looking to display the…
1 2 3
57
58