Reference - System 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.

Widget name

Properties

Description

Form

FormWidgetProperties

  • SelectedForm – a string property that contains the code name of the selected form

Allows users to display a form on the live site.

Rich text

RichTextWidgetProperties

  • Content – a string property that contains the formatted rich text.

Allows users to input rich text content via a toolbar with standard word processor features.

External widgets

The following page builder widgets can be integrated into Xperience projects from external sources:

Widget name

Properties

Description

Listing

See the Readme of the widget’s GitHub repository.

Enables content editors to display a configurable list of content, loaded from the fields of structured pages on the website. The appearance of the list and the displayed data is based on transformations, which are implemented in advance by developers for individual page types.

The Listing widget is available on GitHub: https://github.com/Kentico/xperience-listing-widget