System Information
- Strapi Version: v4.0.5
- Operating System: Windowns 10
- Database: .temp
- Node Version: v16.13.1
- NPM Version:
- Yarn Version:
Hi Guys,
Thank you for looking into this.
So I have set up a component (repeatable) inside another component. Please see the picture attached. For example:
Skills section - component
- Title
- Text
- - Sub section - component (repeatable)
- - - Title
- - - Text
When I try to fetch it via (/api/about-page?populate=*), I only get the top-level fields. The section (subsection in bold) does not show up.
Content with a red border does not show up.
Any suggestions?
Thank you.