No content to show
User Activity
Just in case anyone else has the same issue: it appears to persist page specific section data, each JSON Template needs its own liquid file in the sections directory.{
"sections":{
"main":{
"type": "Specific Liquid File Name"
}
},
...
How would you use a modular section on different pages with page specific content? I'm trying to create a page jumbotron that has section settings for title, subtitle, and background image but changing the settings changes all the pages using the sec...