Open bjarnef opened 1 month ago
The docs mention child collections using AddChildCollectionGroup() and AddChildCollection() but not really any examples of how these are used: https://docs.umbraco.com/umbraco-ui-builder/v/13.ui-builder.latest-lts/collections/child-collections
AddChildCollectionGroup()
AddChildCollection()
It also mention a StudentProjectController to retrieve child collections, but I don't quite see how this is used and where does it get projectId parameter from? https://docs.umbraco.com/umbraco-ui-builder/v/13.ui-builder.latest-lts/collections/child-collections/retrieve-child-collections
StudentProjectController
projectId
The docs mention child collections using
AddChildCollectionGroup()
andAddChildCollection()
but not really any examples of how these are used: https://docs.umbraco.com/umbraco-ui-builder/v/13.ui-builder.latest-lts/collections/child-collectionsIt also mention a
StudentProjectController
to retrieve child collections, but I don't quite see how this is used and where does it getprojectId
parameter from? https://docs.umbraco.com/umbraco-ui-builder/v/13.ui-builder.latest-lts/collections/child-collections/retrieve-child-collections