Skip to content

Commit

Permalink
Max color rule description length to features
Browse files Browse the repository at this point in the history
  • Loading branch information
malekvictor committed Oct 7, 2020
1 parent 16912bf commit 0343668
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions features.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ type Features struct {
// Maximum length for task title
MaxTaskTitleLength int `json:"max_task_title_length"`

// Maximum length for Color Rule
MaxColorRuleDescriptionLength int `json:"max_color_rule_description_length"`

// Maximum teams for one account
MaxTeams int `json:"max_teams"`

Expand Down

0 comments on commit 0343668

Please sign in to comment.