Skip to content

Commit

Permalink
chore: format table
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Dec 23, 2021
1 parent 37387bc commit e63c855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/advanced/custom-activation-strategy.md
Expand Up @@ -49,7 +49,7 @@ Values of *all types* have an empty string (`""`) as the default value. As such,
| type name | code representation | example value | UI control |
|------------|----------------------------------------|---------------|--------------------------|
| string | `string` | `"a string"` | A standard input field |
| percentage | an `int` between 0 and 100 (inclusive) | `99` | A value slider |
| percentage | an `int` between 0 and 100 (inclusive) | `99` | A value slider |
| list | `string` (values are comma-separated) | `"one,two"` | A multi-input text field |
| number | `string` | `"123"` | A numeric text field |
| boolean | `"true"` or `"false"` | `"true"` | An on/off toggle |
Expand Down

0 comments on commit e63c855

Please sign in to comment.