Files
backstage/.changeset/thin-steaks-trade.md
T
Camila Belo 22ce741a67 refactor: apply review suggestions
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2025-02-16 08:13:55 +01:00

595 B

@backstage/plugin-catalog
@backstage/plugin-catalog
patch

Update the default entity page extension component to support grouping multiple entity content items in the same tab.

Disable all default groups:

# app-config.yaml
app:
  extensions:
    # Pages
+   - page:catalog/entity:
+       config:
+         groups: []

Create a custom list of :

# app-config.yaml
app:
  extensions:
    # Pages
+   - page:catalog/entity:
+       config:
+         groups:
+           # This array of groups completely replaces the default groups
+           - custom:
+               title: 'Custom'