diff --git a/profile/config.go b/profile/config.go index 0ffe357e..c48ae756 100644 --- a/profile/config.go +++ b/profile/config.go @@ -186,6 +186,7 @@ Examples: OptType: config.OptTypeStringArray, DefaultValue: []string{}, Annotations: config.Annotations{ + config.StackableAnnotation: true, config.DisplayHintAnnotation: endpoints.DisplayHintEndpointList, config.DisplayOrderAnnotation: cfgOptionEndpointsOrder, config.CategoryAnnotation: "Rules", @@ -207,6 +208,7 @@ Examples: OptType: config.OptTypeStringArray, DefaultValue: []string{"+ Localhost"}, Annotations: config.Annotations{ + config.StackableAnnotation: true, config.DisplayHintAnnotation: endpoints.DisplayHintEndpointList, config.DisplayOrderAnnotation: cfgOptionServiceEndpointsOrder, config.CategoryAnnotation: "Rules",