24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
-
+
|
* `str`/`string` for plain textual content.
* `int`/`integer` verifies the value to be numeric.
* `select`/`combo` defining a predefined list of defaults.
* With `select: "aaa|bbb|ccc"` being the alternatives attribute for
* With `select: "aaa┃bbb┃ccc"` being the alternatives attribute for
combobox options.
* `description:` holds some elaboration on the key name.
* And `value:` just sets a default.
|