contentful-management is the SDK for the Contentful CMS SAAS
Questions tagged [contentful-management]
79 questions
0
votes
1 answer
Encoding issue for [] in req URL in contentful-management node module
We are using this node module
https://www.npmjs.com/package/contentful-management
for contentful API access. In the documentation it says entries can filtered by
space.getEntries({ 'sys.id[in]': [1,2]}) but the URL it generates is…

nodez
- 3
- 1
0
votes
2 answers
Contentful getEntries by multiple content_types
Can we get all entries by providing multiple content_types:
I have the following code which can only get all entries by one content_type:
cf_space.getEntries({content_type: "contentTypeId"}).then(function(contentTypes){
});
But can we do like…

maverickosama92
- 2,685
- 2
- 21
- 35
-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
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