Multiple, nested, repeatable Components

Within the admin panel, we limit the nesting to two as any more can cause very severe performance problems. You can hack it together by doing it manually in the backend but this is not a supported solution and you do so at your own risk.

If you need that level of complexity I recommend using relations

2 Likes