mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
feat: allow masking workspace parameter inputs (#18595)
This commit is contained in:
@ -91,6 +91,7 @@ type PreviewParameterStyling struct {
|
||||
Placeholder *string `json:"placeholder,omitempty"`
|
||||
Disabled *bool `json:"disabled,omitempty"`
|
||||
Label *string `json:"label,omitempty"`
|
||||
MaskInput *bool `json:"mask_input,omitempty"`
|
||||
}
|
||||
|
||||
type PreviewParameterOption struct {
|
||||
|
Reference in New Issue
Block a user