From 7f48d8a5ecd0f03d45ad28be5bf40e1d1c8d5402 Mon Sep 17 00:00:00 2001 From: 1337 <19777147+the-serious-programmer@users.noreply.github.com> Date: Sat, 18 Apr 2026 14:32:46 +0200 Subject: [PATCH] Update docs/features/software-catalog/catalog-customization.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: 1337 <19777147+the-serious-programmer@users.noreply.github.com> --- docs/features/software-catalog/catalog-customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/software-catalog/catalog-customization.md b/docs/features/software-catalog/catalog-customization.md index c91800f178..229a9446c2 100644 --- a/docs/features/software-catalog/catalog-customization.md +++ b/docs/features/software-catalog/catalog-customization.md @@ -129,7 +129,7 @@ const app = createApp({ The `CatalogExportConfigBlueprint` supports the following properties: -- **`exporters`** - Record of custom export format configurations (e.g., XML, YAML), each with a `fn` exporter function and optional `label` +- **`exporters`** - Record of custom export format configurations (e.g., XML, YAML), each using the `CatalogExporterConfig` shape with an `exporter` function and optional `label` - **`columns`** - Custom columns to include in the export. Each column specifies an entity field path (`entityFilterKey`) and an optional display `title`. If not provided, defaults to Name, Type, Owner, and Description - **`onSuccess`** - Callback function invoked on successful export - **`onError`** - Callback function invoked if export fails, receives `{ error: Error }`