Merged in fix/content-connection-block (pull request #2922)
fix: add back content block connection * fix: add back content block connection Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
@@ -31,13 +31,13 @@ export function getConnections({ promo_campaign_page }: PromoCampaignPageRefs) {
|
|||||||
}
|
}
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
/*case PromoCampaignPageEnum.ContentStack.blocks.Content:
|
case PromoCampaignPageEnum.ContentStack.blocks.Content:
|
||||||
{
|
{
|
||||||
if (block.content.length) {
|
if (block.content.length) {
|
||||||
connections.push(...block.content)
|
connections.push(...block.content)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break*/
|
break
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user