api_version = "2024-07" [[extensions]] # Change the merchant-facing name of the extension in locales/en.default.json name = "t:name" handle = "admin-products-suppliers" type = "ui_extension" # Only 1 target can be specified for each Admin block extension [[extensions.targeting]] module = "./src/BlockExtension.jsx" # The target used here must match the target used in the module file (./src/BlockExtension.jsx) target = "admin.product-details.block.render" # Valid extension targets: # - admin.abandoned-checkout-details.block.render # - admin.collection-details.block.render # - admin.customer-details.block.render # - admin.draft-order-details.block.render # - admin.order-details.block.render # - admin.product-details.block.render # - admin.product-variant-details.block.render