Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.55 KB

File metadata and controls

18 lines (11 loc) · 1.55 KB

GitHub license NuGet NuGet Umbraco Marketplace

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.

Changelog

The releases page lists all releases, and each there will be some information for each release on the most significant changes.

Documentation

For examples on how to use the package, see our documentation.