Options for a web-item targeting a common dialog module.
1
2
3
4
5
6
7
8
{
"target": {
"type": "dialogmodule",
"options": {
"key": "dialog-module-key"
}
}
}
key
Type | string |
Max length | 100 |
Required | Yes |
Description | The key of a Dialog module declared in this Connect add-on. The dialog module will include the Dialog Options that would otherwise need to be specified directly in this options object. |
Rate this page: