Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,8 @@ <h3>Variable Header</h3>
<td>array or object</td>
<td>
If type is "select", these are the options that populate the select box.
Can be an array or object with key value pairs.
Can be an array or object with key value pairs in this format: <br>
<code>[{"value": 123, "display": "Option 1"}, {"value": 42, "display": "Option 2"}]</code><br>
If type is anything other than "select", this option is ignored.
</td>
<td><code>[]</code></td>
Expand Down