File tree Expand file tree Collapse file tree 1 file changed +16
-6
lines changed
discounts/wasm/discount/default Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change 1
1
api_version = "2025-04"
2
2
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"
4
7
{% if uid %}uid = "{{ uid }}"{% endif %}
5
8
description = "t:description"
6
9
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"
9
14
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"
12
19
13
- [extensions.build] command = "echo 'build the wasm'" path = "" watch = []
20
+ [extensions.build]
21
+ command = "echo 'build the wasm'"
22
+ path = ""
23
+ watch = []
You can’t perform that action at this time.
0 commit comments