feat(app-next): install catalog in app-next
Signed-off-by: Camila Belo <camilaibs@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ function getEntityGraphRelationsConfigSchema(z: Zod) {
|
||||
}
|
||||
|
||||
const CatalogGraphEntityCard = createEntityCardExtension({
|
||||
name: 'catalog-graph',
|
||||
name: 'entity-relations',
|
||||
configSchema: createSchemaFromZod(z =>
|
||||
z
|
||||
.object({
|
||||
|
||||
Reference in New Issue
Block a user