22ce741a67
Signed-off-by: Camila Belo <camilaibs@gmail.com>
595 B
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'