Skip to content

Commit

Permalink
Merge pull request #12 from tada-team/7096-icon-for-plugins
Browse files Browse the repository at this point in the history
added icon field to IntegrationKind
  • Loading branch information
malekvictor authored Oct 23, 2020
2 parents ed3d2dd + 52104ba commit df2c7fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions integrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ type IntegrationKind struct {

// Integration template
Template Integration `json:"template"`

// Path to icon
Icon string `json:"icon"`
}

// Complete integrations data, as received from server
Expand Down

0 comments on commit df2c7fd

Please sign in to comment.