Update config annotation
This commit is contained in:
@@ -254,9 +254,9 @@ func registerConfiguration() error { //nolint:maintidx
|
|||||||
ExpertiseLevel: config.ExpertiseLevelExpert,
|
ExpertiseLevel: config.ExpertiseLevelExpert,
|
||||||
DefaultValue: false,
|
DefaultValue: false,
|
||||||
Annotations: config.Annotations{
|
Annotations: config.Annotations{
|
||||||
config.DisplayOrderAnnotation: cfgOptionEnableHistoryOrder,
|
config.DisplayOrderAnnotation: cfgOptionEnableHistoryOrder,
|
||||||
config.CategoryAnnotation: "History",
|
config.CategoryAnnotation: "History",
|
||||||
config.SettingRequiresFeaturePlan: account.FeatureHistory,
|
config.RequiresFeatureID: account.FeatureHistory,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user