Date | 2022-11-10 (736 days ago) |
---|---|
Downloads | 789 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 6 |
Umbraco Versions | Umbraco 10 |
First release for Umbraco 10. This release will not work on older versions of Umbraco.
#installation
">Installation.NET CLI:
dotnet add package Limbo.Umbraco.BlockList --version 3.0.1
Package Manager:
Install-Package Limbo.Umbraco.BlockList -Version 3.0.1
#changelog
">ChangelogProperty editor constants should be public, although most importantly EditorAlias
(see 6829a1d
)
Making the constants public ensures that they can be used by code outside of the package.
The return value of the IBlockListTypeConverter.Convert
method is now marked as nullable (see 052292e
)
The return value may be null
in some situations, to the API contract should reflect this. Eg. if the configuration has a limit of 1, the converter might be in single item mode.