0 votes

Limbo Block List

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 invividual 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 BlockListModel to a desired type.

For us at @limbo-works, we find this particular usefull 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.

 

Umbraco 10

Install via .NET CLI:

dotnet add package Limbo.Umbraco.BlockList --version 3.0.0

Install via NuGet Package Manager:

Install-Package Limbo.Umbraco.BlockList -Version 3.0.0

 

Umbraco 9

Install via .NET CLI:

dotnet add package Limbo.Umbraco.BlockList --version 2.0.0

Install via NuGet Package Manager:

Install-Package Limbo.Umbraco.BlockList -Version 2.0.0

 

Umbraco 8

Install via NuGet:

Install-Package Limbo.Umbraco.BlockList -Version 1.0.0

Install Umbraco package:

  • https://our.umbraco.com/FileDownload?id=23503

 

Screenshots

NuGet install instructions for Umbraco 9+

dotnet add package Limbo.Umbraco.BlockList

Package owner

Anders Bjerner

Anders Bjerner

Anders has 2989 karma points

Package Compatibility

This package is compatible with the following versions as reported by community members who have downloaded this package:
Untested or doesn't work on Umbraco Cloud
Version 8.18.x (untested)

You must login before you can report on package compatibility.

Previously reported to work on versions:

Package Information

  • Package owner: Anders Bjerner
  • Created: 22/01/2022
  • Current version 3.0.0
  • .NET version 4.7.2
  • License MIT
  • Downloads on Our: 66
  • Downloads on NuGet: 10.1K
  • Total downloads : 10.2K