URL
The URL input is used for website addresses.
URL input example
[
{
"type": "url",
"title": "URL input title",
"payloadName": "url_input",
"defaultValue": "https://configure8.io",
"helpText": "URL input help text"
}
]
[
{
"type": "checkbox",
"title": "This example changes supported fields in the child input",
"payloadName": "parent"
},
{
"type": "url",
"title": "Child input title",
"payloadName": "child",
"defaultValue": "https://configure8.io",
"helpText": "Child input description",
"condition": {
"when": "parent",
"is": "true",
"then": {
"title": "New title",
"helpText": "New helpText",
"defaultValue": "https://docs.configure8.io"
}
}
}
]
Last updated