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