We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35ecbf4 + 933d421 commit 72a6332Copy full SHA for 72a6332
_src/blocks/footer/footer.js
@@ -174,7 +174,7 @@ async function runAemFooterLogic() {
174
});
175
176
// a list of all the components to be received from aem components
177
- const aemComponents = ['footer'];
+ const aemComponents = ['footer2025'];
178
179
// add logic so that every time an AEM function is fully loaded
180
// it is directly run using the shadow dom as parameter
@@ -200,6 +200,7 @@ async function runAemFooterLogic() {
200
201
shadowRoot.appendChild(contentDiv);
202
document.querySelector('footer').replaceWith(footer);
203
+ adobeMcAppendVisitorId(contentDiv);
204
}
205
206
/**
0 commit comments