Skip to content

Commit 5b9a5ed

Browse files
committed
add customer-account.footer.render-after to target overview doc
1 parent 2c9bea2 commit 5b9a5ed

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

packages/ui-extensions/docs/surfaces/customer-account/staticPages/extension-targets-overview.doc.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,23 @@ You register for targets in your [configuration file](/docs/api/checkout-ui-exte
266266
},
267267
],
268268
},
269+
{
270+
type: 'GenericAccordion',
271+
anchorLink: 'footer',
272+
title: 'Footer',
273+
sectionContent:
274+
'The footer is the bottom section of the customer account page.',
275+
accordionContent: [
276+
{
277+
title: 'Footer',
278+
description: `A static extension target that appears below the footer. Since the footer appears across all customer account pages, this is an ideal location for elements like cookie banners that need to be consistently visible throughout the customer accounts experience.
279+
\nSee all [extension targets](/docs/api/customer-account-ui-extensions/targets).`,
280+
image: 'target-overview-full-page-extension.png',
281+
altText:
282+
'A desktop view of the customer-account.footer.render-after extension target that renders after the footer.',
283+
},
284+
],
285+
},
269286
],
270287
};
271288

0 commit comments

Comments
 (0)