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
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,117 @@ 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.',
image: 'admin.abandoned-checkout-details.link.png',
},
{
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.',
image: 'admin.collection.details.link.png',
},
{
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.',
image: 'admin.collection.index.link.png',
},
{
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.',
image: 'admin.customer.details.link.png',
},
{
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.',
image: 'admin.customers.index.link.png',
},
{
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.',
image: 'admin.customer-index-selection.link.png',
},
{
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.',
image: 'admin.discounts.index.link.png',
},
{
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.',
image: 'admin.draft-order.details.link.png',
},
{
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.',
image: 'admin.draft-orders.index.link.png',
},
{
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.',
image: 'admin.draft-order-index.selection.link.png',
},
{
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.',
image: 'admin.order.details.link.png',
},
{
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.',
image: 'admin.orders.index.link.png',
},
{
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.',
image: 'admin.order-index.selection-action.link.png',
},
{
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.link.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.',
image: 'admin.products.index.link.png',
},
{
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.',
image: 'admin.product-index.selection.link.png',
},
{
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.',
image: 'admin.product-variant.details.link.png',
},
],
},
{
type: 'Markdown',
title: 'Customer segmentation locations',
Expand Down
Loading