| Date | 2023-06-23 (904 days ago) |
|---|---|
| Downloads | 958 downloads |
| NuGet | View on NuGet |
| GitHub | View on GitHub |
| Target Frameworks | .NET 6 |
| Umbraco Versions | Umbraco 10 Umbraco 11 |
Install the NuGet package - either via the .NET CLI:
dotnet add package Limbo.Umbraco.MultiNodeTreePicker --version 1.0.3or the NuGet package manager:
Install-Package Limbo.Umbraco.MultiNodeTreePicker -Version 1.0.3Implemented a published model converter (see a5e7870)
The purpose of the converter is that the value type of properties using this converter will be a published model (when using ModelsBuilder) rather than the normal IPublishedContent. If a common type can not be calculated, IPublishedContent will still be used as fall back for the value type.
Part of the implementation is borrowed from @callumbwhyte's Super Value Converters package - thanks for originally writing this 👍