From af3a06a080ff8213739a658d9f5a91c9e65c1e33 Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 28 Nov 2023 11:16:22 +0100 Subject: [PATCH] chore: update api-reports Signed-off-by: blam --- plugins/scaffolder/api-report-alpha.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/scaffolder/api-report-alpha.md b/plugins/scaffolder/api-report-alpha.md index e659b8f30d..6a1e0648a4 100644 --- a/plugins/scaffolder/api-report-alpha.md +++ b/plugins/scaffolder/api-report-alpha.md @@ -85,6 +85,11 @@ export type TemplateWizardPageProps = { }; layouts?: LayoutOptions[]; formProps?: FormProps_3; + headerOptions?: { + pageTitleOverride?: string; + title?: string; + subtitle?: string; + }; }; // (No @packageDocumentation comment for this package)