1. Fields
  2. JSON Editor Field

Fields

JSON Editor Field

The JSON Editor Field allows for including custom JSON data in the form.

Basic Usage

Adds a JSON editor field to the fields of an action. This field can be configured to be editable or read-only using the readonly parameter.

loading...

Result

Preview of a JSON editor field in a form

Parameters

params.readonly

optional
boolean
This parameter specifies whether the JSON editor field should be editable or read-only.

params.readonly_label

optional
string
This parameter specifies the label to be displayed when the JSON editor field is read-only.

See fields for common parameters.