[Playlist] feat: added dynamic group noun through the config

Signed-off-by: antonio.bergas <anthonyprincedom@hotmail.com>
This commit is contained in:
antonio.bergas
2023-03-18 23:14:14 +01:00
parent 1207646d38
commit 03cfdd388c
2 changed files with 1 additions and 10 deletions
-4
View File
@@ -125,10 +125,6 @@ proxy:
organization:
name: My Company
playlist:
groupPluralNoun: Collections
groupSingularNoun: Collection
# Reference documentation http://backstage.io/docs/features/techdocs/configuration
# Note: After experimenting with basic setup, use CI/CD to generate docs
@@ -16,12 +16,7 @@
import { parseEntityRef, stringifyEntityRef } from '@backstage/catalog-model';
import { ResponseErrorPanel } from '@backstage/core-components';
import {
alertApiRef,
configApiRef,
useApi,
useRouteRef,
} from '@backstage/core-plugin-api';
import { alertApiRef, useApi, useRouteRef } from '@backstage/core-plugin-api';
import {
humanizeEntityRef,
useAsyncEntity,