diff --git a/packages/app-next/app-config.yaml b/packages/app-next/app-config.yaml index a79bb866db..7402493179 100644 --- a/packages/app-next/app-config.yaml +++ b/packages/app-next/app-config.yaml @@ -16,6 +16,7 @@ app: config: filter: kind:component has:links - entity-card:linguist/languages + - entity-card:catalog-graph/entity-relations # Entity page content - entity-content:techdocs diff --git a/plugins/catalog-graph/src/alpha.tsx b/plugins/catalog-graph/src/alpha.tsx index 00be9e8e69..6d0c9d2403 100644 --- a/plugins/catalog-graph/src/alpha.tsx +++ b/plugins/catalog-graph/src/alpha.tsx @@ -58,7 +58,7 @@ function getEntityGraphRelationsConfigSchema(z: Zod) { } const CatalogGraphEntityCard = createEntityCardExtension({ - name: 'catalog-graph', + name: 'entity-relations', configSchema: createSchemaFromZod(z => z .object({