Trying to add Modular theme sections with a .JSON template in a Collection template

Trying to add Modular theme sections with a .JSON template in a Collection template.

I have assigned the Collection to the new .JSON template and from there, I can add all sections but the collection itself (with all the products) aren’t displaying…

The code I have on the .JSON is as follow:

{
“sections”: {
“slideshow”: {
“type”: “slideshow”,
“settings”: {
}
}
},
“order”: [
“slideshow”
]
}

Any idea why?

Thank you :slightly_smiling_face:

Anne

I have tried to insert the collection section into this code, but no luck!