Limbo.Umbraco.BlockList
3.0.1
Prefix Reserved
See the version list below for details.
dotnet add package Limbo.Umbraco.BlockList --version 3.0.1
NuGet\Install-Package Limbo.Umbraco.BlockList -Version 3.0.1
<PackageReference Include="Limbo.Umbraco.BlockList" Version="3.0.1" />
paket add Limbo.Umbraco.BlockList --version 3.0.1
#r "nuget: Limbo.Umbraco.BlockList, 3.0.1"
// Install Limbo.Umbraco.BlockList as a Cake Addin #addin nuget:?package=Limbo.Umbraco.BlockList&version=3.0.1 // Install Limbo.Umbraco.BlockList as a Cake Tool #tool nuget:?package=Limbo.Umbraco.BlockList&version=3.0.1
Limbo.Umbraco.BlockList
This package extends the default block list property editor in Umbraco, making it possible to control the CLR type returned by our version of the block list property editor.
But why?
The default block list property editor exposes the value as an instance of BlockListModel
representing the individual blocks as they are added by users in the backoffice.
If you wish to interpret the BlockListModel
a bit before rendering the block list on the website, there is a few different ways to go about this. With this package, you can select a type converter which is then used for converting a BlockListModel
instance to a desired type.
For us at @limbo-works, we find this particular useful as we can use a type converter to control the output for our headless API, thereby better being able to tailor the output for our frontenders.
Screenshots
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- Skybrud.Essentials (>= 1.1.43)
- Umbraco.Cms.Core (>= 10.0.0)
- Umbraco.Cms.Web.BackOffice (>= 10.0.0)
- Umbraco.Cms.Web.Website (>= 10.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
13.0.1 | 38 | 11/13/2024 |
13.0.0 | 1,123 | 2/21/2024 |
3.0.7 | 1,410 | 3/7/2024 |
3.0.6 | 298 | 2/21/2024 |
3.0.5 | 855 | 9/8/2023 |
3.0.4 | 753 | 7/4/2023 |
3.0.3 | 1,210 | 3/17/2023 |
3.0.2 | 2,448 | 11/21/2022 |
3.0.1 | 789 | 11/10/2022 |
3.0.0 | 393 | 11/3/2022 |
2.0.2 | 330 | 11/21/2022 |
2.0.1 | 326 | 11/19/2022 |
2.0.0 | 1,958 | 1/22/2022 |
1.0.2 | 323 | 11/21/2022 |
1.0.1 | 314 | 11/19/2022 |
1.0.0 | 391 | 1/22/2022 |