We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05df639 commit 7e504caCopy full SHA for 7e504ca
scripts/hubspot-deploy/hubspot-api.js
@@ -70,6 +70,7 @@ class HubSpotApi {
70
currentState: 'PUBLISHED',
71
publishImmediately: true,
72
academyContent: rawStart + bodyHtml + rawEnd,
73
+ footerHtml: rawStart + bodyHtml + rawEnd,
74
headHtml,
75
campaign: this.campaignId,
76
subcategory: 'site_page',
@@ -85,6 +86,7 @@ class HubSpotApi {
85
86
name: title,
87
htmlTitle: title,
88
89
90
91
92
metaDescription: metaDescription || "",
0 commit comments