Skip to content

Content Component

Mike edited this page Jun 5, 2025 · 5 revisions

For the updated documentation on the Content component, refer to the Form.io User Guide.

JSON Schema

The JSON Schema definition for this component is defined as follows.

{
  "label": "Content",
  "refreshOnChange": false,
  "key": "content1",
  "type": "content",
  "input": false,
  "tableView": false
}

Core Properties

This component uses the core properties defined within the Common Parameters section.

Specific Properties

Property Description Value Required Default
html The HTML contents of this component Any HTML string true

Sanitize Configuration

In order to allow specific tags and attr in the content component, please see Sanitize Configuration

Clone this wiki locally