mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 20:36:26 +02:00
clarify that EditType is optional (#8386)
This commit is contained in:
parent
538bf25223
commit
832ff5ddd8
@ -190,8 +190,8 @@ type DisplayAttributes struct {
|
||||
// Action is the verb to use for the operation.
|
||||
Action string `json:"action,omitempty"`
|
||||
|
||||
// EditType is the type of form field needed for a property
|
||||
// e.g. "textarea" or "file"
|
||||
// EditType is the optional type of form field needed for a property
|
||||
// This is only necessary for a "textarea" or "file"
|
||||
EditType string `json:"editType,omitempty"`
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user