chore: change set and api-report

Signed-off-by: Federico Morreale <frc.morreale@gmail.com>
This commit is contained in:
Federico Morreale
2023-11-16 15:11:12 +01:00
parent 6806d10be3
commit 387c904b61
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -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`.
+5
View File
@@ -70,6 +70,11 @@ export type TemplateListPageProps = {
actions?: boolean;
tasks?: boolean;
};
headerOptions?: {
pageTitleOverride?: string;
title?: string;
subtitle?: string;
};
};
// @alpha (undocumented)