We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent516fb44 commitca39931Copy full SHA for ca39931
docs/admin/templates/extending-templates/parameters.md
@@ -480,7 +480,6 @@ The "Options" column in the table below indicates whether the form type requires
480
| `input` | `string`, `number` | No | Standard single-line text input field. Default for string/number parameters without options. |
481
| `key-value` | `string` | No | For entering key-value pairs (as JSON). |
482
| `multi-select` | `list(string)` | Yes | Select multiple items from a list with checkboxes. |
483
-| `password` | `string` | No | Masked input field for sensitive information. |
484
| `radio` | `string`, `number`, `bool`, `list(string)` | Yes | Radio buttons for selecting a single option with all choices visible at once. |
485
| `slider` | `number` | No | Slider selection with min/max validation for numeric values. |
486
| `switch` | `bool` | No | Toggle switch alternative for boolean parameters. |