Our.Umbraco.Extensions.Blocks
1.0.0
dotnet add package Our.Umbraco.Extensions.Blocks --version 1.0.0
NuGet\Install-Package Our.Umbraco.Extensions.Blocks -Version 1.0.0
<PackageReference Include="Our.Umbraco.Extensions.Blocks" Version="1.0.0" />
<PackageVersion Include="Our.Umbraco.Extensions.Blocks" Version="1.0.0" />
<PackageReference Include="Our.Umbraco.Extensions.Blocks" />
paket add Our.Umbraco.Extensions.Blocks --version 1.0.0
#r "nuget: Our.Umbraco.Extensions.Blocks, 1.0.0"
#:package Our.Umbraco.Extensions.Blocks@1.0.0
#addin nuget:?package=Our.Umbraco.Extensions.Blocks&version=1.0.0
#tool nuget:?package=Our.Umbraco.Extensions.Blocks&version=1.0.0
Umbraco Block Extensions
<img src="docs/img/logo.png?raw=true" alt="Umbraco Block Extensions" width="250" align="right" />
Getting started
This package is supported on Umbraco v10-v13
Installation
Umbraco Block Extensions is available via NuGet.
To install with the .NET CLI, run the following command:
$ dotnet add package Our.Umbraco.Extensions.Blocks
To install from within Visual Studio, use the NuGet Package Manager UI or run the following command:
PM> Install-Package Our.Umbraco.Extensions.Blocks
Usage
Umbraco Block Extensions includes extensions for cleanly working with Blocks (Block List, Block Grid) in Umbraco.
Use GetBlocks(x => ...) and GetBlocks<T>(x => ...) methods to locate Blocks matching specific criteria or types - also works with the singular GetBlock() / GetBlocks() methods.
On an individual Block the GetContent<T>() and GetSettings<T>() methods allow retrieving the content or settings in a null / type safe way.
The Html.RenderElement() and Html.RenderElements() helpers make it easy to render HTML views for a mixed list of Blocks, passing the content model as the primary view model. Use the ViewData.GetSettings<T>() helper to access contextual settings in a null / type safe way.
Picker Blocks
The custom "Picker" Block preview view located at ~/App_Plugins/Blocks/backoffice/pickerBlock.html can be used to render a Multi Node Tree Picker property as if it were a Block. This allows to mix-and-match inline Blocks with external picked content within a single interface.
Create an Element Type with a single Multi Node Tree Picker property. Assign it to a Block List or Block Grid editor and select the pickerBlock view.
Clicking a picker block will prevent the default Block editor UI from loading and will open picker in a dialog.
Contribution guidelines
To raise a new bug, create an issue on the GitHub repository. To fix a bug or add new features, fork the repository and send a pull request with your changes. Feel free to add ideas to the repository's issues list if you would to discuss anything related to the library.
Who do I talk to?
This project is maintained by Callum Whyte and contributors. If you have any questions about the project please raising an issue on GitHub.
Credits
The package logo uses the Block icon from the Noun Project by Wahyu Adam, licensed under CC BY 3.0 US.
License
Copyright © 2026 Callum Whyte, and other contributors
Licensed under the MIT License.
| 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 is compatible. 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 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. |
-
net6.0
- Umbraco.Cms.Web.Common (>= 10.3.0 && < 11.0.0)
-
net7.0
- Umbraco.Cms.Web.Common (>= 11.0.0 && < 13.0.0)
-
net8.0
- Umbraco.Cms.Web.Common (>= 13.0.0 && < 14.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 |
|---|---|---|
| 1.0.0 | 138 | 1/12/2026 |