| Date | 2024-03-05 (648 days ago) |
|---|---|
| Downloads | 3,176 downloads |
| NuGet | View on NuGet |
| GitHub | View on GitHub |
| Target Frameworks | .NET 6 |
| Umbraco Versions | Umbraco 10 Umbraco 11 Umbraco 12 |
Install the NuGet package - either via the .NET CLI:
dotnet add package Limbo.Umbraco.MultiNodeTreePicker --version 1.0.6or the NuGet package manager:
Install-Package Limbo.Umbraco.MultiNodeTreePicker -Version 1.0.6The IsSinglePicker property shouldn't be serialized (see bc44d9c)
The IsSinglePicker property is part of the model for the data type configuration, but it's an auto property that only has a getter, and the return value is based on another property, so the property shouldn't be serialized when Umbraco's saves the data type.
Updated the Skybrud.Essentials dependency (see 4f08050)
Might as well update it to the newest version.