Date | 2024-03-05 (255 days ago) |
---|---|
Downloads | 1,657 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 6 |
Umbraco Versions | Umbraco 10 Umbraco 11 Umbraco 12 |
#installation
">InstallationInstall the NuGet package - either via the .NET CLI:
dotnet add package Limbo.Umbraco.MultiNodeTreePicker --version 1.0.6
or the NuGet package manager:
Install-Package Limbo.Umbraco.MultiNodeTreePicker -Version 1.0.6
#changelog
">ChangelogThe 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.