Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated admin targets page with the new link targets #2512

Merged
merged 9 commits into from
Dec 10, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,126 @@ You register targets in your \`shopify.extension.toml\` and inside the Javascrip
},
],
},
{
type: 'GenericAccordion',
title: 'Admin link extension locations',
anchorLink: 'link-locations',
sectionContent:
'Admin link extensions appear on resource pages throughout the admin. Learn more about [admin actions](/docs/apps/admin/admin-actions-and-blocks#admin-actions).',
accordionContent: [
{
title: 'Abandoned checkout details',
description:
'This page shows information about a single abandoned checkout. The `admin.abandoned-checkout-details.action.link` target is available in the "More actions" on the page.',
},
{
title: 'Collection details',
description:
'This page shows information about a single collection. The `admin.collection-details.action.link` target is available in the "More actions" on the page.',
},
{
title: 'Collection index',
description:
'This page shows a table of multiple collections. The `admin.collection-index.action.link` target is available in the "More actions" on the page.',
},
{
title: 'Company details',
description:
'This page shows information about a single company. The `admin.company-details.action.link` target is available in the "More actions" on the page.',
AaronSpringut marked this conversation as resolved.
Show resolved Hide resolved
},
{
title: 'Customer details',
description:
'This page shows information about a single customer. The `admin.customer-details.action.link` target is available in the "More actions" on the page.',
},
{
title: 'Customer index',
description:
'This page shows a table of multiple customers. The `admin.customer-index.action.link` target is available in the "More actions" on the page.',
},
{
title: 'Customer index selection',
description:
'This page shows a table of multiple customers. The `admin.customer-index.selection-action.link` target is available on this page when multiple customers are selected.',
},
{
title: 'Customer segment details',
description:
'This page shows information about a single customer segment. The `admin.customer-segment-details.action.link` target is available in the "More actions" on the page.',
AaronSpringut marked this conversation as resolved.
Show resolved Hide resolved
},
{
title: 'Discount details',
description:
'This page shows information about a single discount. The `admin.discount-details.action.link` target is available in the "More actions" on the page.',
},
{
title: 'Discount index',
description:
'This page shows a table of multiple discounts. The `admin.discount-index.action.link` target is available in the "More actions" on the page.',
},
{
title: 'Draft order details',
description:
'This page shows information about a single draft order. The `admin.draft-order-details.action.link` target is available in the "More actions" on the page.',
},
{
title: 'Draft order index',
description:
'This page shows a table of multiple draft orders. The `admin.draft-order-index.action.link` target is available in the "More actions" on the page.',
},
{
title: 'Draft order index selection',
description:
'This page shows a table of multiple draft orders. The `admin.draft-order-index.selection-action.link` target is available on this page when multiple draft orders are selected.',
},
{
title: 'Gift card details',
description:
'This page shows information about a single gift card. The `admin.gift-card-details.action.link` target is available in the "More actions" on the page.',
AaronSpringut marked this conversation as resolved.
Show resolved Hide resolved
},
{
title: 'Order details',
description:
'This page shows information about a single order. The `admin.order-details.action.link` target is available in the "More actions" on the page.',
},
{
title: 'Order details fulfilled card',
description:
'This page shows information about a single order, including a card showing the fulfillment details. The `admin.order-fulfilled-card.action.link` target is available on this page, but only if your app is selected as the fulfillment app for that order.',
},
{
title: 'Order index',
description:
'This page shows a table of multiple orders. The `admin.order-index.action.link` target is available in the "More actions" on the page.',
},
{
title: 'Order index selection',
description:
'This page shows a table of multiple orders. The `admin.order-index.selection-action.link` target is available on this page when multiple orders are selected.',
},
{
title: 'Product details',
description:
'This page shows information about a single product. The `admin.product-details.action.link` target is available in the "More actions" on the page.',
image: 'admin.product-details.action.render.png',
},
{
title: 'Product index',
description:
'This page shows a table of multiple products. The `admin.product-index.action.link` target is available in the "More actions" on the page.',
},
{
title: 'Product index selection',
description:
'This page shows a table of multiple products. The `admin.product-index.selection-action.link` target is available on this page when multiple products are selected.',
},
{
title: 'Product variant details',
description:
'This page shows information about a single product variant. The `admin.product-variant-details.action.link` target is available in the "More actions" on the page.',
},
],
},
{
type: 'Markdown',
title: 'Customer segmentation locations',
Expand Down
Loading