dreame-action/extensions/thank-you-activity/shopify.extension.toml

22 lines
528 B
TOML
Raw Permalink Normal View History

2026-06-19 00:53:13 +08:00
api_version = "2026-01"
[[extensions]]
name = "Dreame Thank You Activity"
handle = "thank-you-activity"
type = "ui_extension"
[[extensions.targeting]]
module = "./src/Checkout.tsx"
target = "purchase.thank-you.block.render"
default_placement = "ORDER_STATUS1"
2026-06-19 00:53:13 +08:00
[extensions.capabilities]
network_access = true
[extensions.settings]
[[extensions.settings.fields]]
key = "app_url"
type = "single_line_text_field"
name = "App URL"
description = "Public HTTPS URL for the Shopify App backend, for example https://app.example.com"