chore: change set and api-report
Signed-off-by: Federico Morreale <frc.morreale@gmail.com>
This commit is contained in:
@@ -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`.
|
||||
|
||||
@@ -70,6 +70,11 @@ export type TemplateListPageProps = {
|
||||
actions?: boolean;
|
||||
tasks?: boolean;
|
||||
};
|
||||
headerOptions?: {
|
||||
pageTitleOverride?: string;
|
||||
title?: string;
|
||||
subtitle?: string;
|
||||
};
|
||||
};
|
||||
|
||||
// @alpha (undocumented)
|
||||
|
||||
Reference in New Issue
Block a user