Hi Team, We are using page builder enabled Page Types and placing widgets. Now we want to access some of the page type placed on which this widget is placed.
Developing on Kentico 13.0.47I've created a page builder page that has a single drop-zone. I can add widgets to the page, and they render correctly. But now I'm trying to add a widget that has a ...
We have a 3 environments for our project: local, staging and live (production). We don't have any troubles with page builder for local and staging.But when I try to open a page builder tab, I get t...
I have been setting up a new website on xperience 13 MVC 5 butthere are some problems seen:When i browse the page having pagebuilder then it is hitting the controller but when i try to open from th...
Why are the editors different, and is there an easy way to make the pagebuilder editor the same as the content tab editor?
I'm working on a widget that uses javascript script tags. I am trying to move them to the RenderScripts section but am not having any luck.I have this tag in my _layout @RenderSection(@scripts@, r...
Which is the proper way to set page builder up in a core site. the documentation shows these tags@Html.Kentico().PageBuilderStyles() @Html.Kentico().PageBuilderScripts() @Html.Kent...
Hi, I am having problem saving page content edited with the PageBuilder. When I edit page content with a EditableArea, the changes don't get saved everytime. Or this could be the after saving the e...
Hi, I have been able to render PageBuilder content into an IHtmlString property by initializing the PageBuilder on a generic controller using the current HttpContext. It seems to work fine as long ...
In one of our environments, we are getting a null reference exception from:@Html.Kentico().PageBuilderScripts()Looking at a snippet of the stack trace:... System.Web.Optimization.AssetManager.Rend...