Files
shopify-react-editor-template/app/collections/[handle]/page.json
T
2026-08-09 16:00:10 -04:00

40 lines
627 B
JSON

{
"root": {
"props": {
"title": "Collection",
"description": "Shop the collection.",
"ogImage": ""
}
},
"content": [
{
"type": "header",
"props": {
"id": "header"
},
"synced": true
},
{
"type": "collection-detail",
"props": {
"id": "collection-detail",
"collection": null,
"title": ""
}
},
{
"type": "footer",
"props": {
"id": "footer"
},
"synced": true
},
{
"type": "store-assistant",
"props": {
"id": "store-assistant"
}
}
]
}