Skip to content

Widgets

Trevor Fayas edited this page Jan 1, 2022 · 3 revisions

Kentico provides 2 widgets by default: Form and Rich text.

Baseline includes a couple of others:

  • Image: Image widget that allows either Media Library selection or Attachment, and includes alternative text
  • Rich Text (Containered): Rich text widget that uses the widget configuration and popup froala editor instead of showing the froala editor on the page. Useful for areas where the space is very limited to work on an editor.
  • Partial Widget Page: Allows you to render a page within another page (limited use)
  • Shareable Content: Displays the selected Shareable Content's Widget content wherever you put it.
  • Static Text: This allows you to insert HTML directly without any editor (which can sometimes adjust the HTML content).

If you wish to add or remove any widgets, make sure to modify the UserWidgetProvider to reflect these, as most of the default widget zones limit widgets to the ones in this list.

Clone this wiki locally