Skip to content

Commit 72a6332

Browse files
Merge pull request #1007 from bitdefender/DEX-26409
fix(DEX-26409): update AEM components list to include 'footer2025'
2 parents 35ecbf4 + 933d421 commit 72a6332

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_src/blocks/footer/footer.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ async function runAemFooterLogic() {
174174
});
175175

176176
// a list of all the components to be received from aem components
177-
const aemComponents = ['footer'];
177+
const aemComponents = ['footer2025'];
178178

179179
// add logic so that every time an AEM function is fully loaded
180180
// it is directly run using the shadow dom as parameter
@@ -200,6 +200,7 @@ async function runAemFooterLogic() {
200200

201201
shadowRoot.appendChild(contentDiv);
202202
document.querySelector('footer').replaceWith(footer);
203+
adobeMcAppendVisitorId(contentDiv);
203204
}
204205

205206
/**

0 commit comments

Comments
 (0)