Developer Forum »
Grouped elements in inner contents
11 posts

Is there  there a way to have grouped elements inside a inner content? In an article I would like to have an inner content where the user can add dynamic contents, as text, files (.pdf) and pictures (viewed as a small gallery).

Small gallery in article

Picture

 

The benifit with using the inner content is that the user can decide content position and amount of contents in the article. 

Attachments
31 posts

I have done something similar by adding an InnerContent inside another InnerContent. It was for adding quarterly reports, grouped by year.

Example:

InnerContent A "Year"
- InnerContent B "Quarter" (properties: "Report", "Presentation")

The result:

2011
- Quarter 1 (Q1-report.pdf, Q1-presentation.pdf)
- Quarter 2 (Q2-report.pdf, Q2-presentation.pdf)
- Quarter 3 (Q3-report.pdf, Q3-presentation.pdf)
- Quarter 4 (Q4-report.pdf, Q4-presentation.pdf)
2010
- Quarter 1 (Q1-report.pdf, Q1-presentation.pdf)
- Quarter 2 (Q2-report.pdf, Q2-presentation.pdf)
...
...

I don't know if this is what you're looking for. Hope it helps :)

11 posts

Thanks! I didn't think I could have nested Inner Contents. I will give it a try

1