Umbraco.BlockGrid.Example.Website 1.0.2

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Umbraco.BlockGrid.Example.Website --version 1.0.2
NuGet\Install-Package Umbraco.BlockGrid.Example.Website -Version 1.0.2
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="Umbraco.BlockGrid.Example.Website" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Umbraco.BlockGrid.Example.Website --version 1.0.2
#r "nuget: Umbraco.BlockGrid.Example.Website, 1.0.2"
#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.
// Install Umbraco.BlockGrid.Example.Website as a Cake Addin
#addin nuget:?package=Umbraco.BlockGrid.Example.Website&version=1.0.2

// Install Umbraco.BlockGrid.Example.Website as a Cake Tool
#tool nuget:?package=Umbraco.BlockGrid.Example.Website&version=1.0.2

Umbraco Block Grid Example Website

<img src="https://raw.githubusercontent.com/umbraco/Umbraco.BlockGrid.Example.Website/main/.github/readme-assets/UmbracoBlockGridDemoLogo.png" alt="Umbraco Block Grid Example Website" height="150" align="right">

An example of Umbraco Block Grid as a simple installable starter kit. This package is to help showcase what can be achieved with the new block grid editor in Umbraco.

Note This requires .NET7+ and Umbraco 11.0.0+

Installing

To install the Umbraco Block Grid Example site you need a minimum of Umbraco 11.0.0 RC5 or newer and then to add the following Nuget package to your project containg the Umbraco website.

dotnet add package Umbraco.BlockGrid.Example.Website

Alternatively here are some commands to get you up and runing with Umbraco 11 with a backoffice user preconfigured for you or you can alternatively configure it more with Paul Seal's Package Script Writer website

# Ensure we have the latest Umbraco templates
dotnet new -i Umbraco.Templates

dotnet new umbraco --force -n "BlockGridPlayground" --friendly-name "Administrator" --email "admin@example.com" --password "1234567890" --development-database-type SQLite

#Add starter kit
dotnet add "BlockGridPlayground" package Umbraco.BlockGrid.Example.Website

dotnet run --project "BlockGridPlayground"
#Running

Umbraco Block Grid Website

Umbraco BlockGrid

Umbraco Backoffice Block Grid

Umbraco BlockGrid Backoffice

Contributing

This package is open to be collobrated on with the wider Umbraco community.

You can get up and running really quickly by cloning down the website and running dotnet build at the root of the repository and running the website found in UmbracoBlockGrid.Site

dotnet build UmbracoBlockGrid.sln
cd UmbracoBlockGrid.Site
dotnet run 

Using GitHub Codespaces

You can work and contribute to this project using your FREE hours on GitHub Codespaces. This is a great way to get up and running quickly and contribute to the project.

Open in GitHub Codespaces

The CodeSpace will have the following preinstalled or configured for you

  • Installed .NET 7 SDK
  • Done a Nuget restore
  • Installed SQLite and the supporting VSCode extension to browse, query and edit the database
  • SMTP4Dev installed and running to view emails sent out from the website with its web UI on port 5000
  • Debugging enabled for the website in the Run & Debug section

Dependencies

We are using the community package uSync from Kevin Jump in order to synchronize changes to document types and configuration, as the base product is free and open source for all to use.

Product Compatible and additional computed target framework versions.
.NET 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 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. 
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
1.0.2 5,767 12/7/2022
1.0.1 553 12/1/2022
1.0.0 494 12/1/2022