Limbo.Umbraco.BlockList 13.0.1

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Limbo.Umbraco.BlockList --version 13.0.1
                    
NuGet\Install-Package Limbo.Umbraco.BlockList -Version 13.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Limbo.Umbraco.BlockList" Version="13.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Limbo.Umbraco.BlockList" Version="13.0.1" />
                    
Directory.Packages.props
<PackageReference Include="Limbo.Umbraco.BlockList" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Limbo.Umbraco.BlockList --version 13.0.1
                    
#r "nuget: Limbo.Umbraco.BlockList, 13.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Limbo.Umbraco.BlockList@13.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Limbo.Umbraco.BlockList&version=13.0.1
                    
Install as a Cake Addin
#tool nuget:?package=Limbo.Umbraco.BlockList&version=13.0.1
                    
Install as a Cake Tool

GitHub license NuGet NuGet Umbraco Marketplace

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

image

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.2 3,387 11/25/2024
13.0.1 573 11/13/2024
13.0.0 2,213 2/21/2024
3.0.7 1,746 3/7/2024
3.0.6 466 2/21/2024
3.0.5 1,051 9/8/2023
3.0.4 826 7/4/2023
3.0.3 1,434 3/17/2023
3.0.2 2,529 11/21/2022
3.0.1 861 11/10/2022
3.0.0 464 11/3/2022
2.0.2 402 11/21/2022
2.0.1 397 11/19/2022
2.0.0 2,038 1/22/2022
1.0.2 393 11/21/2022
1.0.1 386 11/19/2022
1.0.0 471 1/22/2022