Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
85 views

I'm using Blazor wasm with .Net 8 and the Kontent.Ai.Delivery package and I'm trying to integrate caching into the system. One problem I'm facing is, after I store the data as json in cache, I can't ...
Đức Thành Nguyễn's user avatar
1 vote
1 answer
147 views

I am using the Kontent.ai built in Date & Time picker for a document/file component. When we leave the time field set to 12:00AM for certain dates, the data returned by the API is subtracting an ...
David.Barry's user avatar
0 votes
1 answer
369 views

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 ...
styles0121's user avatar
0 votes
1 answer
202 views

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 ...
Roger Heathcote's user avatar
0 votes
3 answers
124 views

I have generated a model with Kentico.Kontent.ModelGenerator 6.0.1: public partial class Car { [JsonProperty("about_image")] public IEnumerable<AssetIdentifier> ...
Anvarjon Ruziev's user avatar
0 votes
2 answers
126 views

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's user avatar
  • 9,053
1 vote
1 answer
139 views

I'm searching for a simple example on how to create a component in Vue 3 using data out of Kontent. More specifically, I'm trying to list items of a certain content type. I tried to refactor the Vue ...
Chantal's user avatar
  • 101
-1 votes
1 answer
237 views

Is there a way to customize Kentico Kontent (cloud) to add a plugin? Requirements for the plugin: Can have HTML UI Loads on every content item Can extract text from content elements Can select ...
Abhijeet Narvekar's user avatar
1 vote
1 answer
189 views

I have been trying out Blazor WebAssembly and attempting to connect to an existing Kentico Kontent API. I generated models using the DotNet Tool KontentModelGenerator which I then pass to Kentico's ...
Jonathan Twite's user avatar
2 votes
1 answer
750 views

UPDATE Digging a little deeper into the Gatsby docs I've found what looks like some potential solutions in: https://www.gatsbyjs.org/packages/gatsby-plugin-breadcrumb/#breadcrumb-props https://www....
m80her's user avatar
  • 53