Kentico 13. I'm trying to figure out how to create a report of what widgets are on each page. For example, I have this custom widget called @My Widget@ and I want a report to see what pages have @M...
Hello!I have created two widgets in Kentico 13 (.NET Core). In my first widget, I need to add an editable area so that I can place other widgets or tables inside it dynamically. However, as per my ...
I'm trying to incorporate Blazor WASM into a custom widget, using this article as inspiration https://www.bizstream.com/blog/how-to-integrate-net-8-blazor-server-components-with-kentico-xperience. ...
Hi Team, we need to get the dynamic list from custom table and then need to populate the datasource of the multiple choice component. public const string listed = @test\r\ntest2@;[EditingCompo...
I have built a widget (based on a view component) that has a PageSelectorItem as a property. I am using this to select content from a specific folder.[EditingComponentProperty(nameof(PageSelectorP...
In the news page displaying all the news, In home page I want dispaly latest 3 news only. If I try to add @News widget@ in home page it's displaying all news. How to display lates 3 news in home pa...
I want to create widget A and in widget A have widget B , It's possible Thank you.
I have created a listbox widget with the help of this post link text. But in my widget properties I have a dropdown also. Currently on dropdown value change listbox values are retaining. I don't wa...
Hi, I am getting this error @Registration of the inline editor 'number-editor' failed.@ when I follow the steps.https://docs.xperience.io/developing-websites/page-builder-development/developing-wid...
I converted a .NET framework 4.8 Kentico 13.0.111 to .NET core 6.I noticed that the Widget variant functionality doesn't work anymore. The widgets that already had multiple variants configured stil...