URL

The URL field can be used to display any web page, with the ability to run scripts in a protected sandbox.

Example

{
  type: "url",
  label: "URL",
  value: "https://example.org",
  height: 272,
}

Options

Output

Use these options when using the field with make.

label?
string
A label describing the purpose of the field.
value?
string
A URL pointing to the content to display.
height?
number
The height of the content, in pixels.