Multiple, nested, repeatable Components

Hello,

I think I have the same problem. Can you maybe check if its the same issue?

I want to create three different components:

button
card
section

I want to use the button in the card-component and the card-component in the section-component.

But this is not possible. If the card has the button component I can not select it inside the section-component. This is just possible when the card has no button.

It seems that this behaviour is because these components are nested.

As long the card-component is not used inside the section-component I can add other components to it.

Unfortunately I don’t understand the suggested solution for this. I can’t use dynamic zones or relations because my elements are components. So how can I solve it in my case?

Is there a solution for this without hacking it in a not supported way? Is there a way to increase the nesting-limit to three?

And another question:

Is there anything in the documentation about this?

Thanks for some help!

Best regards,

Timo