We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f63e5a0 commit a0cabeeCopy full SHA for a0cabee
1 file changed
README.md
@@ -205,7 +205,13 @@ Session Example:
205
content: '' // Task description. Defaults to ''
206
}
207
],
208
- locked: false // Whether commission is locked from being edited by user. Defaults to false
+ locked: false, // Whether commission is locked from being edited by user. Defaults to false
209
+ links: [ // Array of links associated with the commission
210
+ {
211
+ label: 'Link Label', // Link label
212
+ url: 'http://example.com' // Link URL
213
+ }
214
+ ]
215
216
]
217
```
0 commit comments