The Squarespace docs say
Each template family has its own Index style that falls into one of three designs: Grid, Stacked, Slideshow.
In index.conf, I see I can change the indexType, and I suppose I can also change the layout to represent a grid. But I'm using the stacked layout as well.
Is there any way to define two template styles to use on different index pages?
{
"title" : "Index",
"newTitle": "New Index",
"folder": true,
"fullData": true,
"acceptTypes" : [ "page", "gallery" ],
"addText": "Add Section",
"icon": "stacked",
"index" : true,
"indexType": "stacked"
}