Hidden
A parameter of this type is hidden from the user. The value should always be of type text. If the default is not text then it will be converted to text.
Last updated
A parameter of this type is hidden from the user. The value should always be of type text. If the default is not text then it will be converted to text.
This type of parameter has no extra options
The value of a hidden parameter can be set using the default option.

[
{
"name": "hidden",
"type": "hidden",
"default": "I'm a hidden field."
}
]
Last updated

