Skip to content

Commit 7e504ca

Browse files
committed
Test: add footerHtml alongside academyContent for now
1 parent 05df639 commit 7e504ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/hubspot-deploy/hubspot-api.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ class HubSpotApi {
7070
currentState: 'PUBLISHED',
7171
publishImmediately: true,
7272
academyContent: rawStart + bodyHtml + rawEnd,
73+
footerHtml: rawStart + bodyHtml + rawEnd,
7374
headHtml,
7475
campaign: this.campaignId,
7576
subcategory: 'site_page',
@@ -85,6 +86,7 @@ class HubSpotApi {
8586
name: title,
8687
htmlTitle: title,
8788
academyContent: rawStart + bodyHtml + rawEnd,
89+
footerHtml: rawStart + bodyHtml + rawEnd,
8890
headHtml,
8991
currentState: 'PUBLISHED',
9092
metaDescription: metaDescription || "",

0 commit comments

Comments
 (0)