RapidCMS
RapidCMS copied to clipboard
Find solution for nesting collections multiple times
Using .AddSubCollection(string alias)
it is possible to nest a collection multiple times. But the nested collection will not be able to determine it's parent collection.
This makes the Up
button behave weird in some cases.
To reproduce: Nest PersonCollection in CountryCollection in the example project.