-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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.
The JSON Schema definition for this component is defined as follows.
{
"label": "Content",
"refreshOnChange": false,
"key": "content1",
"type": "content",
"input": false,
"tableView": false
}
This component uses the core properties defined within the Common Parameters section.
Property | Description | Value | Required | Default |
---|---|---|---|---|
html | The HTML contents of this component | Any HTML string
|
true |
In order to allow specific tags and attr in the content component, please see Sanitize Configuration