Skip to content

Commit 3ef0fe7

Browse files
committed
Doc - add customer -account.footer.render-after to target overview
1 parent 5b9a5ed commit 3ef0fe7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
350 KB
Loading

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,15 +271,15 @@ You register for targets in your [configuration file](/docs/api/checkout-ui-exte
271271
anchorLink: 'footer',
272272
title: 'Footer',
273273
sectionContent:
274-
'The footer is the bottom section of the customer account page.',
274+
'The section at the bottom of all customer account pages, where customers can find links to store policies.',
275275
accordionContent: [
276276
{
277277
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.
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.
279279
\nSee all [extension targets](/docs/api/customer-account-ui-extensions/targets).`,
280-
image: 'target-overview-full-page-extension.png',
280+
image: 'target-overview-footer-extension.png',
281281
altText:
282-
'A desktop view of the customer-account.footer.render-after extension target that renders after the footer.',
282+
'A desktop view of the customer-account.footer.render-after extension target that renders in the footer.',
283283
},
284284
],
285285
},

0 commit comments

Comments
 (0)