Reference - Default Page Builder widgets
The following page lists all widgets available for the Page Builder out-of-the-box. You may not see all of the default system widgets for some pages, depending on the editable area limitations in your project.
Component identifiers
The identifiers of system components are available in the SystemComponentIdentifiers
class (in the Kentico.Content.Web.Mvc
namespace). For example, use SystemComponentIdentifiers.RICH_TEXT_WIDGET_IDENTIFIER
for the identifier of the Rich text widget.
These identifiers are required when decorating existing widgets with custom functionality. See Extend widgets.
Widget name | Properties | Description |
Form | FormWidgetProperties
| Allows users to display a form on the website. |
Rich text | RichTextWidgetProperties
| Allows users to input rich text content via a toolbar with standard word processor features. You can change the default set of toolbar options available to content editors via custom toolbar configurations. |