Skip to content

Commit a0cabee

Browse files
committed
Update commissions variable schema to include external links
1 parent f63e5a0 commit a0cabee

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,13 @@ Session Example:
205205
content: '' // Task description. Defaults to ''
206206
}
207207
],
208-
locked: false // Whether commission is locked from being edited by user. Defaults to false
208+
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+
]
209215
}
210216
]
211217
```

0 commit comments

Comments
 (0)