feat(SW-3033): Added possibility to reference to campaign overview pages

Approved-by: Matilda Landström
This commit is contained in:
Erik Tiekstra
2025-06-30 11:46:34 +00:00
parent 69a90928f3
commit 8127cfc73b
37 changed files with 179 additions and 1 deletions
@@ -450,6 +450,7 @@ export const renderOptions: RenderOptions = {
return null
} else if (
entry?.node.__typename === ContentEnum.blocks.AccountPage ||
entry?.node.__typename === ContentEnum.blocks.CampaignOverviewPage ||
entry?.node.__typename === ContentEnum.blocks.CampaignPage ||
entry?.node.__typename === ContentEnum.blocks.CollectionPage ||
entry?.node.__typename === ContentEnum.blocks.ContentPage ||