EditableAreaOptionsAllowedWidgets Property |
Identifiers of allowed widgets in the area. All widgets are allowed by default.
Use
NONE or
EmptyTResult if no widgets are allowed; or
ALL if all widgets are allowed.
Namespace: Kentico.PageBuilder.Web.MvcAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax public IEnumerable<string> AllowedWidgets { get; set; }
Property Value
Type:
IEnumerableStringSee Also