feat(SW-3354): Added possibility to add heading to top campaign on campaign overview page
Approved-by: Matilda Landström
This commit is contained in:
@@ -29,10 +29,12 @@ export function getConnections({
|
||||
}
|
||||
})
|
||||
}
|
||||
if (campaign_overview_page.top_campaignConnection) {
|
||||
campaign_overview_page.top_campaignConnection.edges.forEach(({ node }) => {
|
||||
connections.push(node.system)
|
||||
})
|
||||
if (campaign_overview_page.top_campaign_block.campaignConnection) {
|
||||
campaign_overview_page.top_campaign_block.campaignConnection.edges.forEach(
|
||||
({ node }) => {
|
||||
connections.push(node.system)
|
||||
}
|
||||
)
|
||||
}
|
||||
if (campaign_overview_page.blocks) {
|
||||
campaign_overview_page.blocks.forEach((block) => {
|
||||
|
||||
Reference in New Issue
Block a user