diff --git a/.changeset/dry-readers-raise.md b/.changeset/dry-readers-raise.md index ae15ceea0e..c13e830062 100644 --- a/.changeset/dry-readers-raise.md +++ b/.changeset/dry-readers-raise.md @@ -3,4 +3,4 @@ --- Added `headerOptions` to `TemplateListPage` to optionally override default values. -Changed themeId of TemplateListPage from `website` to `home`. +Changed `themeId` of TemplateListPage from `website` to `home`. diff --git a/plugins/scaffolder/alpha-api-report.md b/plugins/scaffolder/alpha-api-report.md index 55d14bff75..e659b8f30d 100644 --- a/plugins/scaffolder/alpha-api-report.md +++ b/plugins/scaffolder/alpha-api-report.md @@ -70,6 +70,11 @@ export type TemplateListPageProps = { actions?: boolean; tasks?: boolean; }; + headerOptions?: { + pageTitleOverride?: string; + title?: string; + subtitle?: string; + }; }; // @alpha (undocumented)