Click or drag to resize
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.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public IEnumerable<string> AllowedWidgets { get; set; }

Property Value

Type: IEnumerableString
See Also