We're using Kentico v13.0.138 and I was wondering if there was any way we could either remove, disable, or hide the Form system widget. What I'm looking for is to not have it show up in the PageBui...
Hello DevNet community,I'm working with Kentico 13 MVC and using a master page (_XYZMaster.cshtml) with a page template that inherits from it.I've added an editable-area tag helper for a logo (@ ed...
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...