test
parent
de7e62895c
commit
8c84ae529b
|
@ -327,13 +327,13 @@
|
||||||
|
|
||||||
console.log(pageInfo);
|
console.log(pageInfo);
|
||||||
|
|
||||||
const tags = {{ product.tags | json }}
|
{% comment %} const tags = {{ product.tags | json }} {% endcomment %}
|
||||||
|
|
||||||
var pageInfo2 = {
|
var pageInfo2 = {
|
||||||
template: "{{ template }}",
|
template: "{{ template }}",
|
||||||
productTitle: "{{ product.title }}",
|
productTitle: "{{ product.title }}",
|
||||||
productHandle: "{{ product.handle }}"
|
productHandle: "{{ product.handle }}"
|
||||||
tags: tags
|
{% comment %} tags: tags {% endcomment %}
|
||||||
// Add more properties as needed
|
// Add more properties as needed
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue