Conditional Logic
{
"type": "ConditionalBlock",
"properties": {
"bindingPropertyName": "type",
"equals": "url"
},
"children": [
{
"type": "InputBox",
"properties": {
"labelName": "URL:",
"allowBinding": true,
"allowManualEntry": true,
"spellcheck": false,
"type": "URL",
"liveUpdate": true,
"bindingPropertyName": "url"
}
}
]
}Configurable properties
Last updated
Was this helpful?