I am using Slice Machine with Next.js and trying to implement a repeatable group within a repeatable group. My use case is for example a repeatable pricing card (basic, premium etc.) which has a list of repeatable elements (25 users, unlimited API calls etc.).
I saw it was discussed in Request: Nested or grouped repeatable content within slices, but this is basically 1 whole year ago so I am wondering if anything has changed? It seems like the only way to do this is with custom types, but then I am really unsure how to do this with Slice Machine and Next.js, so any help would really be appreciated!
@amos This has been something that I've also requested in the past due to some slices from the design requiring multiple nested groups.
For now, you can create a Pricing Tier custom type, then within your slice you can add a "pricingTier" content relationship and link it to the Pricing Tier custom type. You can then query this information using fetchLinks