I am following the documentation here for Limiting widgets allowed in zones: https://docs.xperience.io/developing-websites/page-builder-development/developing-page-builder-sections
<div> @{ var widgetsWhitelist = new[] { Kentico.Content.Web.Mvc.SystemComponentIdentifiers.FORM_WIDGET_IDENTIFIER, "LearningKit.Widgets.NumberWidget", "LearningKit.Widgets.SomeOtherWidget" }; } @Html.Kentico().WidgetZone(allowedWidgets: widgetsWhitelist) </div>
I am getting a WidgetZone does not have parameter named allowedWidgets error message. Did I forget to add a reference to something?
This feature is available in Kentico Xperience 13 Refresh 3. What version is your application?
https://docs.xperience.io/release-notes-xperience-13#ReleasenotesXperience13-Ref3
What minor version are you on? I believe this is only available on Refresh 3 and above.
Please, sign in to be able to submit a new answer.