Date | 2024-03-07 (253 days ago) |
---|---|
Downloads | 1,397 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 6 |
Umbraco Versions | Umbraco 10 Umbraco 11 Umbraco 12 |
New stable release for Umbraco 10-12. This release will not work with other versions of Umbraco.
#installation
">Installation.NET CLI:
dotnet add package Limbo.Umbraco.BlockList --version 3.0.7
NuGet Package Manager:
Install-Package Limbo.Umbraco.BlockList -Version 3.0.7
#changelog
">Changelog[IgnoreDataMember]
attribute to the IsSinglePicker
property (see 665b4a7
)ValidationLimit.Max
property from the parent BlockListConfiguration
class. As this is an auto-property we it shouldn't be serialized.