Questions tagged [kentico-kontent]

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.

57 questions
0
votes
1 answer

How can I add asset/Image to specific folder using Kentico

Currently i am able to add multiple images into kentico. but how can I add images into specific folder using Kentico API. I am using Kentico/Kontent-management Package in Node.js project.
Maulik Patel
  • 717
  • 1
  • 10
  • 22
0
votes
1 answer

How can I re-import DeliveryAPI result in kentico kontent

I want to try kontent-sample-blog-travel-vue project in github, and it has JSON contents under 'sample-data' directory in Delivery API format. I made my new Kontent project, and try to use ManagementAPI to import json, but it becomes error because…
hkato
  • 53
  • 6
0
votes
1 answer

Best approach to manage content item aliases

We are thinking about migration from Kentico CMS to Kontent. So far we are found answers to most of our navigation related questions. But one question remains not clear. How to implement page aliases in MVC.NET+Kontent application. Not rare…
0
votes
1 answer

Is it possible to filter kontent results (delivery api) by linked item type

Is it possible to filter and only bring back content items what have a linked-item of type x e.g. I have 3 content type A, B, and C A has a field called subItems which takes either content type A, B or C How would i construct a query for…
Taf Munyurwa
  • 1,444
  • 2
  • 16
  • 22
0
votes
1 answer

Kentico Kontent runtime resolution

I am having issue with kentico kontent a bit. Basically when I call _deliveryClient.GetItemsAsync I am getting null even though the json below is being brought back. { "item": { "system": { "id":…
Taf Munyurwa
  • 1,444
  • 2
  • 16
  • 22
0
votes
2 answers

Error running `gatsby build` with Kentico Kontent

I have a project that used both Gatsby and Kentico Kontent. I've been working well in dev using both gatsby develop and npm run develop on my local machine (Windows 10). Typicall, the output looks like this: $ npm run develop success open and…
mnield
  • 1,859
  • 1
  • 20
  • 34
0
votes
1 answer

How can I retrieve workflow dates from Kentico Kontent's (aka Kentico Cloud) APIs

In Kentico Kontent (used to be called Kentico Cloud), there are APIs such as the Delivery API available to retrieve published content and metadata. However, I can't find any documented way to retrieve details of when an item was published, or any…
goofballLogic
  • 37,883
  • 8
  • 44
  • 62
0
votes
1 answer

Why the Delivery Preview API shows also publish content?

As the title says why the delivery API shows also published content and not just unpublished content items. Here is how I initialize a delivery client for previewing content in ASP.net public static readonly IDeliveryClient _client = …
Natanael
  • 3
  • 1
0
votes
1 answer

How to resolve links to content items inside a rich text ? (Kontent.ai - ASP.NET framework)

So I followed the Kontent doc from the github which allows to retrieve content from a link (https://github.com/Kentico/kontent-delivery-sdk-net/wiki/Resolving-links-to-content-items) First I implement a resolver to redirect when we click on the link…
kaneki
  • 3
  • 2
0
votes
2 answers

How can I set the "target" attribute of tags which are already "embedded" into HTML?

I am developing a website using VueJS, and Kentico Kontent as a CMS. This CMS offers the "rich text" feature, basically allowing text content to embed links and basic formatting, which gets automatically converted into HTML when served through the…
paupaulaz
  • 937
  • 1
  • 11
  • 20
0
votes
0 answers

Setting up controller and views for Kentico Cloud API and .NET

I'm having the worst luck with the documentation for Kentico Cloud and .NET. I'm looking to get my controller and views organized so they can display on another page (not main view but accessed via navbar) and then click on the post to see the full…
0
votes
1 answer

`published` / `unpublished` webhooks sent before content is available

So I'm trying to build a content pipeline with Kentico Cloud. One of the requirements is that pressing the big green Publish is not the final step of the process. The published content then has to be collected, its representation transformed and…
Mike Roll
  • 928
  • 2
  • 7
  • 19
0
votes
1 answer

How to catch data in react-redux when error trim is show?

I can't load post when I don't declared categories, but if I try to set default categories then I can't changes categories for another one? Somody have to Idea what to do? useSelector - Redux. const catchTaxonomies = useSelector( state => ({ …
SeN
  • 151
  • 1
  • 2
  • 11
0
votes
1 answer

Get count of characters for translation in Kentico Cloud

Is there a way to tell the count of characters of all text fields in some of our content items? We need to estimate a translation price for our content items.
js2
  • 111
  • 5
0
votes
2 answers

Kentico-cloud Swift SDK ContentType does not have usable properties

I am using the Kentico-cloud Swift SDK to grab a bunch of elements from the CMS using the Delivery API in the background. One of the Swift SDK methods allows me to get a ContentType for a certain element on the CMS so I can then map it to an object…
Lee Probert
  • 10,308
  • 8
  • 43
  • 70