Skip to content

Commit 0e7aab2

Browse files
Merge pull request #2733 from Shopify/add-customer-account.footer.render-after-to-target-overview-doc
Add customer account.footer.render after to target overview doc
2 parents 6aae61b + 3ef0fe7 commit 0e7aab2

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
350 KB
Loading

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 section at the bottom of all customer account pages, where customers can find links to store policies.',
275+
accordionContent: [
276+
{
277+
title: 'Footer',
278+
description: `A static extension target that renders in the footer, below the links to store policies. Since the footer appears across all customer account pages, this is an ideal location for elements like cookie consent banners that need to be visible across the entire customer accounts experience.
279+
\nSee all [extension targets](/docs/api/customer-account-ui-extensions/targets).`,
280+
image: 'target-overview-footer-extension.png',
281+
altText:
282+
'A desktop view of the customer-account.footer.render-after extension target that renders in the footer.',
283+
},
284+
],
285+
},
269286
],
270287
};
271288

0 commit comments

Comments
 (0)