Been a while since I used Perch Runway.
Anyone able to help shed some light on this? I am trying to use a related collection, which is working but the blocks within the related items are not showing....
here is the gist:
<perch:related id="faqs" collection="FAQ's" label="FAQ's" sort="custom" > | |
<details class="expandingBlock // application-notes__item"> | |
<summary class="expandingBlock__title // application-notes__title"><perch:content id="question" type="text" label="Question" required="true" title="true" /></summary> | |
<div class="expandingBlock__content"> | |
<perch:template path="content/blocks/content-primary.html" /> | |
</div> | |
</details> | |
</perch:related> |
```
<perch:related id="faqs" collection="FAQ's" label="FAQ's" sort="custom" >
<details class="expandingBlock // application-notes__item">
<summary class="expandingBlock__title // application-notes__title"><perch:content id="question" type="text" label="Question" required="true" title="true" /></summary>
<div class="expandingBlock__content">
<perch:template path="content/blocks/content-primary.html" />
</div>
</details>
</perch:related>
```
If I stick a <perch:showall> then I get the following back, so it looks accessible.
The question field is pulling through ok for each item. but none of the blocks.....