Allows only a valid email address to be filled in
Last updated
Allows only a valid email address to be filled in
Available types:
array
Provides an array of nested parameters that are shown when the value of the parameter is set (value is not empty)
string
Provides the URL address of an RPC to load the list of nested parameters.
object
Provides a detailed specification of nested parameters.
{
"name": "myEmail",
"type": "email",
"label": "My Email",
"nested": "rpc://getNestedFields"
}
[
{
"name": "contact",
"label": "Contact email",
"type": "email"
}
]Last updated

