8000 docs: add new dynamic parameters information to parameters doc by EdwardAngert · Pull Request #17653 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

docs: add new dynamic parameters information to parameters doc #17653

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
May 19, 2025
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
make
  • Loading branch information
EdwardAngert committed May 15, 2025
commit 03c91dfb14ef4959c50abe5426350595d4544238
2 changes: 1 addition & 1 deletion docs/admin/templates/extending-templates/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ The "Options" column in the table below indicates whether the form type requires

| Form Type | Parameter Types | Options | Notes |
|----------------|--------------------------------------------|---------|---------------------------------------------------------------------------------------------------------------------------------|
| `checkbox` | `bool` | No | A single checkbox for boolean parameters.<br>Default for boolean parameters. |
| `checkbox` | `bool` | No | A single checkbox for boolean parameters.<br>Default for boolean parameters. |
| `dropdown` | `string`, `number` | Yes | Searchable dropdown list for choosing a single option from a list.<br>Default for `string` or `number` parameters with options. |
| `input` | `string`, `number` | No | Standard single-line text input field.<br>Default for string/number parameters without options. |
| `key-value` | `string` | No | For entering key-value pairs (as JSON). |
Expand Down
Loading
0