mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 18:17:55 +00:00
clarify that EditType is optional (#8386)
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user