Limbo.Umbraco.MultiNodeTreePicker adds a special multinode treepicker to the Umbraco backoffice in which developers can select a custom item converter.
The purpose of an item converter is to control the C# type returned by the .Value()
method or the corresponding property in a ModelsBuilder generated model. This is particular useful in a SPA/Headless Umbraco implementation, where the ModelsBuilder model can then be returned directly via a WebAPI endpoint.
The releases page lists all releases, and each there will be some information for each release on the most significant changes.
For examples on how to use the package, see our documentation.