From 47a0f634d0f3e680ab87eee5e7f54ababbc4ebec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Moreno=20Pe=C3=B1a?= Date: Mon, 23 Dec 2024 08:41:58 +0100 Subject: [PATCH] Include type categories in the reference config Adds "categories" attribute for the example "Team" type. --- config/reference.jsonnet | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/reference.jsonnet b/config/reference.jsonnet index 7755948..05d9912 100644 --- a/config/reference.jsonnet +++ b/config/reference.jsonnet @@ -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