You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/templates/parameters.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -284,7 +284,12 @@ variable "CLOUD_API_KEY" {
284
284
285
285
## Create Autofill
286
286
287
-
When the template doesn't specify default values, Coder may still autofill parameters.
288
-
289
-
1. Coder will look for URL query parameters with form `param.<name>=<value>`. This feature enables platform teams to create pre-filled template creation links.
290
-
2. Coder will populate recently used parameter key-value pairs for the user. This feature helps reduce repetition on common parameters such as `dotfiles_url` or `region`.
287
+
When the template doesn't specify default values, Coder may still autofill
288
+
parameters.
289
+
290
+
1. Coder will look for URL query parameters with form `param.<name>=<value>`.
291
+
This feature enables platform teams to create pre-filled template creation
292
+
links.
293
+
2. Coder will populate recently used parameter key-value pairs for the user.
294
+
This feature helps reduce repetition on common parameters such as
0 commit comments