Skip to content

Commit e76eeb9

Browse files
Merge pull request #19 from ConductorOne/luisina-santos/update-config
Update config.go to inlude icon and help url
2 parents 144f865 + 74e7718 commit e76eeb9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/config/config.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,6 @@ var Config = field.NewConfiguration(
5555
ConfigurationFields,
5656
field.WithConstraints(FieldRelationships...),
5757
field.WithConnectorDisplayName("Tableau"),
58+
field.WithHelpUrl("/docs/baton/tableau"),
59+
field.WithIconUrl("/static/app-icons/tableau.svg"),
5860
)

0 commit comments

Comments
 (0)