Skip to content

Commit 0255d84

Browse files
authored
Merge pull request #626 from Shopify/add-missing-toml-description-attributes
Add missing toml description attributes
2 parents 1e7bf3a + 3408690 commit 0255d84

File tree

7 files changed

+8
-1
lines changed

7 files changed

+8
-1
lines changed

order-routing/javascript/local-pickup-delivery-option-generators/default/shopify.extension.toml.liquid

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ api_version = "unstable"
44
name = "t:name"
55
handle = "{{handle}}"
66
type = "function"
7+
description = "t:description"
78
{% if uid %}uid = "{{ uid }}"{% endif %}
89

910
[[extensions.targeting]]

order-routing/javascript/pickup-point-delivery-option-generators/default/shopify.extension.toml.liquid

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ api_version = "unstable"
44
name = "t:name"
55
handle = "{{handle}}"
66
type = "function"
7+
description = "t:description"
78
{% if uid %}uid = "{{ uid }}"{% endif %}
89

910
[[extensions.targeting]]

order-routing/rust/local-pickup-delivery-option-generators/default/shopify.extension.toml.liquid

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ api_version = "unstable"
44
name = "t:name"
55
handle = "{{handle}}"
66
type = "function"
7+
description = "t:description"
78
{% if uid %}uid = "{{ uid }}"{% endif %}
89

910
[[extensions.targeting]]

order-routing/rust/pickup-point-delivery-option-generators/default/shopify.extension.toml.liquid

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ api_version = "unstable"
44
name = "t:name"
55
handle = "{{handle}}"
66
type = "function"
7+
description = "t:description"
78
{% if uid %}uid = "{{ uid }}"{% endif %}
89

910
[[extensions.targeting]]

order-routing/typescript/pickup-point-delivery-option-generators/default/shopify.extension.toml.liquid

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ api_version = "unstable"
44
name = "t:name"
55
handle = "{{handle}}"
66
type = "function"
7+
description = "t:description"
78
{% if uid %}uid = "{{ uid }}"{% endif %}
89

910
[[extensions.targeting]]

order-routing/wasm/local-pickup-delivery-option-generators/default/shopify.extension.toml.liquid

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ api_version = "unstable"
44
name = "t:name"
55
handle = "{{handle}}"
66
type = "function"
7+
description = "t:description"
78
{% if uid %}uid = "{{ uid }}"{% endif %}
89

910
[[extensions.targeting]]
@@ -18,4 +19,4 @@ type = "function"
1819

1920
[extensions.ui.paths]
2021
create = "/"
21-
details = "/"
22+
details = "/"

order-routing/wasm/pickup-point-delivery-option-generators/default/shopify.extension.toml.liquid

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ api_version = "unstable"
44
name = "t:name"
55
handle = "{{handle}}"
66
type = "function"
7+
description = "t:description"
78
{% if uid %}uid = "{{ uid }}"{% endif %}
89

910
[[extensions.targeting]]

0 commit comments

Comments
 (0)