Skip to content

Commit 4e62c0d

Browse files
Add Feature field to FilterConfig struct
1 parent 0928ce8 commit 4e62c0d

File tree

1 file changed

+1
-0
lines changed
  • internal/controller/consoleplugin/config

1 file changed

+1
-0
lines changed

internal/controller/consoleplugin/config/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ type FilterConfig struct {
9393
Examples string `yaml:"examples,omitempty" json:"examples,omitempty"`
9494
DocURL string `yaml:"docUrl,omitempty" json:"docUrl,omitempty"`
9595
Placeholder string `yaml:"placeholder,omitempty" json:"placeholder,omitempty"`
96+
Feature string `yaml:"feature,omitempty" json:"feature,omitempty"`
9697
}
9798

9899
type ScopeConfig struct {

0 commit comments

Comments
 (0)