Update config annotation

This commit is contained in:
Daniel 2023-07-21 10:56:50 +02:00
parent dbffa8827b
commit b7fd1fc76a

View file

@ -256,7 +256,7 @@ func registerConfiguration() error { //nolint:maintidx
Annotations: config.Annotations{
config.DisplayOrderAnnotation: cfgOptionEnableHistoryOrder,
config.CategoryAnnotation: "History",
config.SettingRequiresFeaturePlan: account.FeatureHistory,
config.RequiresFeatureID: account.FeatureHistory,
},
})
if err != nil {