Hi,
That works but you have to give each element a unique name.
Try changing the second "Content" to "ContentTwo", or something.
"Page1":{
"ImageElements":{
"BackGround":{
"URL":"",
"GoBehindNav":false,
"ShowOnSubPages":"0",
"PosBottomToTop":"0.0,1.0",
"PosLeftToRight":"0.0,1.0"
}
},
"TextElements":{
"Title":{
"Content":"Main",
"FontSize":16,
"AlignTopMiddleBottom":"top",
"AlignLeftMiddleRight":"middle",
"FontColour":"255,255,255,1",
"GoBehindNav":false,
"ShowOnSubPages":"0",
"PosBottomToTop":"0.0,1.0",
"PosLeftToRight":"0.0,1.0"
},
"Content":{
"Content":"\n\n TEXT 1.\n ",
"FontSize":16,
"AlignTopMiddleBottom":"top",
"AlignLeftMiddleRight":"middle",
"FontColour":"255,255,255,1",
"GoBehindNav":false,
"ShowOnSubPages":"0",
"PosBottomToTop":"0.0,1.0",
"PosLeftToRight":"0.0,1.0"
},
"ContentTwo":{
"Content":"\n\n TEXT 2.\n ",
"FontSize":16,
"AlignTopMiddleBottom":"top",
"AlignLeftMiddleRight":"middle",
"FontColour":"255,255,255,1",
"GoBehindNav":false,
"ShowOnSubPages":"1",
"PosBottomToTop":"0.0,1.0",
"PosLeftToRight":"0.0,1.0"
}
}
},