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? | A label describing the purpose of the field. | 
| value? | A URL pointing to the content to display. | 
| height? | The height of the content, in pixels. |