We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d79a97 commit 4bafcc6Copy full SHA for 4bafcc6
provider/formtype.go
@@ -17,6 +17,8 @@ const (
17
ParameterFormTypeSwitch ParameterFormType = "switch"
18
ParameterFormTypeMultiSelect ParameterFormType = "multi-select"
19
ParameterFormTypeTagInput ParameterFormType = "tag-input"
20
+ //ParameterFormTypeTextArea ParameterFormType = "textarea"
21
+ ParameterFormTypeError ParameterFormType = "error"
22
)
23
24
func ParameterFormTypes() []ParameterFormType {
@@ -29,6 +31,8 @@ func ParameterFormTypes() []ParameterFormType {
29
31
ParameterFormTypeSwitch,
30
32
ParameterFormTypeMultiSelect,
33
ParameterFormTypeTagInput,
34
+ //ParameterFormTypeTextArea,
35
+ ParameterFormTypeError,
36
}
37
38
0 commit comments