Skip to content

Commit dfc68cb

Browse files
committed
Update name
1 parent 8907d2b commit dfc68cb

File tree

1 file changed

+16
-6
lines changed

1 file changed

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

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

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

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"
15+
[[extensions.targeting]]
16+
target = "cart.delivery-options.discounts.generate.run"
17+
input_query = "cart_delivery_options_discounts_generate_run.graphql"
18+
export = "cart_delivery_options_discounts_generate_run"
1219

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

0 commit comments

Comments
 (0)