Collections Editor
{
...
"shopify_menu": [
{
"id": collection_id,
"image": {
"src": collection_image
}
"text": collection_name,
"children": [
{...},
{...}
]
}
]
...
}Last updated