mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-14 00:19:16 +01:00
chore: format table
This commit is contained in:
parent
37387bc3d1
commit
e63c855497
@ -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 |
|
| type name | code representation | example value | UI control |
|
||||||
|------------|----------------------------------------|---------------|--------------------------|
|
|------------|----------------------------------------|---------------|--------------------------|
|
||||||
| string | `string` | `"a string"` | A standard input field |
|
| 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 |
|
| list | `string` (values are comma-separated) | `"one,two"` | A multi-input text field |
|
||||||
| number | `string` | `"123"` | A numeric text field |
|
| number | `string` | `"123"` | A numeric text field |
|
||||||
| boolean | `"true"` or `"false"` | `"true"` | An on/off toggle |
|
| boolean | `"true"` or `"false"` | `"true"` | An on/off toggle |
|
||||||
|
Loading…
Reference in New Issue
Block a user