Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/fair-beans-confess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@frontify/app-bridge-theme": minor
---

feat(AppBridgeTheme): cleaning context
2 changes: 0 additions & 2 deletions packages/app-bridge-theme/src/types/Context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ export type TemplateContext = { templateId: string; type: ThemeTemplate } & (
);

export type Context = {
brandId: number;
brandPortalLink: BrandPortalLink | null;
projectId: number;
portalId: number;
portalNavigation: PortalNavigationItem[] | null;
documentNavigation: Record<number, DocumentChildNavigationItem[] | undefined>;
Expand Down