Lets say I have a structure looking like this.
- Main website
- Subsite 1
- Subpage 1
- Subpage 2
- Subpage 3
- Subsite 2
- Subpage 1
- Subpage 2
- Subpage 3
- Subsite 3
- Subpage 1
- Subpage 2
- Subpage 3
How do I, on each Subpage, get some data from their parent Subsite ? Let's say that all footer content for all subpages are located on the Subsite page.
It's not possible for me to use global paragraphs since the number of Subsites is dynamic.