Skip to content

Commit

Permalink
Include type categories in the reference config
Browse files Browse the repository at this point in the history
Adds "categories" attribute for the example "Team" type.
  • Loading branch information
zetxek authored Dec 23, 2024
1 parent d271162 commit 47a0f63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/reference.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@
// This is how the type will be displayed in the catalog dashboard.
name: 'Team',
description: 'Teams in the Product Development function.',
// This will determine the group in which this type will appear under. They can be one of the following:
// 'customer', 'issue-tracker', 'on-call', 'product-feature', 'service', 'team', 'user'
categories: ['team'],

// The unique type name for this catalog type. If other catalog types
// create attributes that point at this type, they should set the
Expand Down

0 comments on commit 47a0f63

Please sign in to comment.