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
-1
votes
1 answer

contentful rich text not rendering

I'm trying to log out the raw and so far I can't get anything in the console. It just shows up as an empty array. There must be something wrong with my Query as all i can find on the docs is how to render ContentfulAsset but not actual text which i…
-1
votes
1 answer

Gatsby blog pagination disable button on the last page

I'm setting blog pagination in Gatsby like this: gatsby-node.js File: exports.createPages = async ({ graphql, actions }) => { const { createPage } = actions const result = await graphql(` query { allContentfulPost(sort: { order: ASC,…
Ilir
  • 488
  • 5
  • 20
-1
votes
1 answer

(Gatsby+Contentful) Creating Category Pages Programmatically?

I was wondering how to set up category pages programmatically with Gatsby.JS when using Contentful as CMS? I know that in MDX you can simply configure your gatsby-node.js to something like this to create the category pages programmatically: …
patrick
  • 343
  • 1
  • 12
-1
votes
1 answer

Contentful .NET SDK Query Failures

Update 1 9.July.2020: At least two issues. Sorry, I can't get the editor to format the text properly. The field names need to have a fields. prefix. QueryBuilder queryBuilder = QueryBuilder.New.FieldExists("fields.myurl",…
-1
votes
2 answers

Ways to List all the values of Short Text List on Contentful Using GatsbyJs

I have a blog with 2 categories using Contentful Short Text List but when I display them on my site using Gatsby the 2 Categories seems to stack beside each other just like the above. They should be Dropshipping Tips Product Selection instead of…
-1
votes
1 answer

Contentful getAsset retunrs undefined

I am trying to get an asset, an image, from Contentful into my Angular app. While in the Network log I get the images, it keeps saysing undefined in my console.log. Any idea why? Here is the function in the component: …
felixo
  • 1,453
  • 6
  • 33
  • 60
-1
votes
1 answer

Unable to add an UI extension on Contentful. When i run nopm run start, I get a 404 error on ui_config

I am new to contentful. I am trying to develop an UI extension on Contentful using Contentful SDK. I followed all the steps mentioned in this article. This is the code I have in index.js. import React from 'react'; import PropTypes from…
VHaarish
  • 81
  • 9
-1
votes
1 answer

Convert string into nested objects and arrays

I am in a project where the previous guy did some strange routing and basically I get slugs from contentful in the form of strings which I put in an array ["/api/", "/docs/getting-started/", "/docs/, "/plugin/", "/plugin/user/",…
Jaykch
  • 103
  • 6
-1
votes
1 answer

How to add text from JSON inside "

"?

I'm using Contentful to get a description text and the description has "blocks" of text, but when I add it to my code, the output looks as if it was a single line of text. I'm using React and passing the description as a prop, so I'm only able to…
-1
votes
1 answer

How to set GATSBY_CONTENTFUL_OFFLINE flag when using gatsby-source-contentful

I am new to gatsby. Last week I faced this problem when running the development server. I tried to run the setting GATSBY_CONTENTFUL_OFFLINE=true to see if the site can be served from cache. Where to add this line in Gatsby? export…
Velmurugan
  • 17
  • 4
-1
votes
1 answer

Secure data per user using contentful

I want to be able to manage users in contenful, every user has some data (files, text, etc) that should only be able te be accessed by this specific authenticated user. In firebase for example this would be possible by using database rules, but…
-1
votes
1 answer

What is the easiest way to setup human translations through a third-party service with Contentful?

I'm interested in setting up human translation workflows with Contentful through a third-party service like Smartling or Straker. What would be the easiest way to do this?
Shaun
  • 1
-1
votes
1 answer

Syncing new data with Contentful - iOS

I am trying to use the syncing feature of contentful so I will only fetch new or updated content form my space. From the documentation it says with the fetch I need a parameter of "initial"="true", which I am trying below, but I get 400 error. Has…
George99999
  • 53
  • 1
  • 9
-1
votes
1 answer

Contentful CMS - getting image

How can I get each image for each entries. I have two array. items and includes ex: items.fields.name = Mark How can I get the image associated to Mark?
-1
votes
1 answer

Integration of contentful sdk

How to integrate contentful sdk to my swift project.I don't know how to do this.I use pod for installing contentfulDeliveryAPI but I was stuck with that because all code I founded was objective c.I don't know objective c and I'm a new iOS developer.…
1 2 3
57
58