Kentico Kontent allows developers to build websites and applications using the front-end technologies they choose while also integrating with any systems the customer has adopted across their digital experience stack.
Questions tagged [kentico-kontent]
57 questions
1
vote
2 answers
Kentico Cloud Delivery filter for parent element
I have a content model "category" that contains products (also a content model). Now I have to get the category in which a product is linked. For this I got the product url_name (unique).
I searched in the kentico-delivery-sdk (JS) docs for a…

emma93
- 177
- 2
- 12
1
vote
1 answer
com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException in Kentico cloud
I have done a simple code to retrieve published content from Kentico cloud.I am using Inbuilt classes/Code given by Kentico cloud to retrieve. While retrieving I am getting the following exception.
"timestamp": "2019-07-15T14:05:11.645+0000",
…

prabu d
- 11
- 2
1
vote
1 answer
How to properly add linked Items to a List of already existing linked items with Kentico Cloud Management API
In Kentico Cloud I got an Item which contains a list of linked items. However this list should be edited from outside with the Kentico Cloud Management API. Is there a way to simply add an Item to this list without updating the whole list?
I am…

dgref1994
- 11
- 1
1
vote
1 answer
How can I manage sitemaps in Kentico Cloud?
There used to be sitemaps functionality but it got deprecated. Taxonomies are suggested as a replacement but when I request items from the API, the taxonomy elements lack the hierarchical structure. How do I search for an item that represents a…

js2
- 111
- 5
1
vote
1 answer
Preview Kentico Cloud content with Gatsby
I am setting up a Gatsby website using Kentico Cloud as the headless CMS, the only issue is that it seems not possible to preview the kentico cloud content with the gatsby.
one of great feature from kentico cloud is that it has built-in workflow,…

Steven Wu
- 11
- 1
1
vote
1 answer
Kentico Cloud Custom ContentLinkUrlResolver circular dependency on DeliveryClient
I'm trying to upgrade the my Kentico Cloud SDK from v7 to v10. Before I was just creating a new instance of the DeliveryClient to build a service of my site's urls to resolve and then pass that to my CustomContentLinkUrlResolver…

meobyte
- 1,320
- 8
- 15
0
votes
1 answer
Alternative for Kentico 12 Message Board in Kentico 13
I am migrating Kentico 12 to 13. I found that in Kentico 12 project I have CMS.MessageBoard.dll which is not available in Kentico 13.
Is there any alternative for the same?

Manprit Singh Sahota
- 1,279
- 2
- 14
- 37
0
votes
1 answer
Order Kontent.ai items by linkedItem element field
I'm struggling to order items returned via the Kontent.ai delivery rest API using a field on the linked item of that piece of content.
My content model is as follows:
Web Page - contains generic information about a given web page e.g. metadata, url…

styles0121
- 53
- 4
0
votes
1 answer
How can I add a validation regex to a Kontent slug element using the Kontent JS Management SDK
Hi there :) I'm struggling to add a validation regex to the URL Slug in my Content Type. I can set it manually e.g.
But I want to set it programmatically using the JS Management SDK. This is one of the things I have tried...
const mod:…

Roger Heathcote
- 3,091
- 1
- 33
- 39
0
votes
0 answers
Create a copy of all the redirection in my website
Can anyone please help me with how do I pull records or file for redirected page. I wanted to have it as a backup for my website revamp.
0
votes
3 answers
Kentico.Kontent.Management The type or namespace name 'AssetIdentifier' could not be found
I have generated a model with Kentico.Kontent.ModelGenerator 6.0.1:
public partial class Car
{
[JsonProperty("about_image")]
public IEnumerable AboutImage { get; set; }
[JsonProperty("about_text")]
…

Anvarjon Ruziev
- 3
- 2
0
votes
1 answer
Unable to use CloudFlare Pages to build due to gatsby.config invalid
I used cloudflare pages' to build my site, but I encountered the error: Cannot read properties of undefined (reading 'split')`. The following is a complete cloudflare log:
23:36:39.607 Initializing build environment. This may take up to a few…

Rongxin Xu
- 15
- 3
0
votes
2 answers
What is the process for adding Groups to an existing type in Kontent Management API v2 with C#?
If I simply attempt to add a Group using the Kontent Management API (v2) to an existing Kontent type I get the following error (see code below which generates this error):
Validation errors: …

Mike Webb
- 8,855
- 18
- 78
- 111
0
votes
1 answer
Is there any way to add new field to Kentico Kontent content item Meta tab
So what I am basically trying to do, is to have the ability to add custom field(e.g. Secondary URL) to Content item Meta Tab, so that the user can set it manually on demand. Reading docs did not bring any result
On the attached screenshot, you can…

john3399
- 1
0
votes
2 answers
How do I create a group tab on Kentico Kontent Management Api v2
So I have tried all sorts now.
I have tried this json
{
name: "Bla bla",
type: "group-tab",
external_id: "some_key_that_is_unique_gUID"
}
That did not work. It complains that group-tab is not a valid type. If I leave…

Taf Munyurwa
- 1,444
- 2
- 16
- 22