Skip to content

Commit 8907d2b

Browse files
committed
Update name
1 parent 495ff63 commit 8907d2b

File tree

1 file changed

+6
-16
lines changed

1 file changed

+6
-16
lines changed
Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,13 @@
11
api_version = "2025-04"
22

3-
[[extensions]]
4-
name = "t:name"
5-
handle = "{{handle | replace: " ", "-" | downcase}}"
6-
type = "function"
3+
[[extensions]] name = "t:name" handle = "{{ handle | replace: ' ', '-' | downcase }}" type = "function"
74
{% if uid %}uid = "{{ uid }}"{% endif %}
85
description = "t:description"
96

10-
[[extensions.targeting]]
11-
target = "cart.lines.discounts.generate.run"
12-
input_query = "generate_cart_run.graphql"
13-
export = "cart_lines_discounts_generate_run"
7+
[[extensions.targeting]] target = "cart.lines.discounts.generate.run" input_query =
8+
"cart_lines_discounts_generate_run.graphql" export = "cart_lines_discounts_generate_run"
149

15-
[[extensions.targeting]]
16-
target = "cart.delivery-options.discounts.generate.run"
17-
input_query = "generate_delivery_run.graphql"
18-
export = "cart_delivery_options_discounts_generate_run"
10+
[[extensions.targeting]] target = "cart.delivery-options.discounts.generate.run" input_query =
11+
"cart_delivery_options_discounts_generate_run.graphql" export = "cart_delivery_options_discounts_generate_run"
1912

20-
[extensions.build]
21-
command = "echo 'build the wasm'"
22-
path = ""
23-
watch = []
13+
[extensions.build] command = "echo 'build the wasm'" path = "" watch = []

0 commit comments

Comments
 (0)