Hi,
I'm trying to assign multiple articles to a single contentObject. Here are my steps:
1) In articles.json, I have two articles (a-10 & a-15) created with the same parentID (co-10)
2) In blocks.json, I have some blocks that are assigned to a-10 and, after that, others that are assigned to a-15
3) In components.json, I have my components assigned to the blocks mentioned above
The reason I've tried to do this is to mimic the demo here, which is using a nice graphic (the one with the origami cranes) that is wider than the other components to create a page break. The way my smart colleague figured out to do this is to create a class with an image and assign it to the articles.
However, my output using this method is very strange. Instead of the articles displaying in order on the page with the page break graphics, my components start stacking on top of one another around the middle of the page. I know they're stacking because, when I adjust my screen size, missing components start appearing. I don't see my page break at all.
Does anyone have a thought on why this has happened, and how to fix it?
Also, is there any way for the source code to be released for the demo I linked to? I'd love to take a look at how some of it was done.
Thanks in advance,
Arend