main
alexanderroese 2024-06-17 23:31:26 +02:00
parent c7cc189acf
commit 29bd93ad7e
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@
template: "{{ template }}", template: "{{ template }}",
productTitle: "{{ product.title }}", productTitle: "{{ product.title }}",
productHandle: "{{ product.handle }}" productHandle: "{{ product.handle }}"
tags: {{ product.tags | json }} {% comment %} tags: {{ product.tags | json }} {% endcomment %}
// Add more properties as needed // Add more properties as needed
}; };