I want to tag my pages in Kentico and then be able to have widgets, specifically the blog carousel widget, to only show content with a certain tag. Can anyone explain how difficult it is to set thi...
Hello,I encounter a vulnerability in Kentico Scripts according to OWASP 829. (jquery-validation, version 1.17.0)What action should be taken in this situation?I've attached screenshot below.Screenshot
A client is complaining about the path selector because it doesn't fully display the name of the pages or have a search bar. From what I can see, there is no way of modifying it, but is there a way...
In Kentico 12 I had developed a widget that allowed me to pull in a generic repeater that I could then configure on the page. Does anyone have experience doing something similar in Kentico 13?
I'm trying to override the WYSIWYG toolbar for a particular field within a widget. I've followed the instructions here, but that only changes the toolbar for when the editable field is rendered wit...
Hi team,Need to know how to apply validation rules on widget properties. Like suppose I'm using the [EditingComponent(TextInputComponent.IDENTIFIER, Label = @{$Atlas.QuoteWidget.Author$}@, Order ...
Hi Team,I'm working on widget development for kentico 12 and I know the media selector but by any chance we have a image selector like for widget
I have a custom widget that I need available in a custom page type and custom section. This is MVC 13. How can I make the widget available in a new section? I don't see it as an option when I cl...
Currently I'm working on something where I need to retrieve the identifier property that is present that is present in the Configuration property of the IPageBuilderDataContext object. In that prop...
I have a login widget where it will link over to the Account Controller and Controller will pass back the data to the login widget view, however, when it pass back the data, the controller go to it...