HTML
An HTML field is a field that will display a text area where you can input HTML. You can use this field to write custom markup if need be. This will return HTML in a string format the you can render with your method of choice.
{
component: 'html',
name: 'htmlName',
label: 'HTML Field',
description: 'An HTML input',
}Key
Type
Required
Description
component
string
yes
The name of the field component. (html)
name
string
yes
The name of the field that will be accessible by the cms prop of the component.
label
string
no
A human-readable label for the field.
description
string
no
A short description of the setting scope.
Last updated