PageBuilderContainers.Kentico 12.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package PageBuilderContainers.Kentico --version 12.0.0
NuGet\Install-Package PageBuilderContainers.Kentico -Version 12.0.0
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="PageBuilderContainers.Kentico" Version="12.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PageBuilderContainers.Kentico --version 12.0.0
#r "nuget: PageBuilderContainers.Kentico, 12.0.0"
#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 PageBuilderContainers.Kentico as a Cake Addin
#addin nuget:?package=PageBuilderContainers.Kentico&version=12.0.0

// Install PageBuilderContainers.Kentico as a Cake Tool
#tool nuget:?package=PageBuilderContainers.Kentico&version=12.0.0

Restores Kentico "Webpart Containers" to MVC Page Builder Widgets.

This package is for Kentico 12 SP, to be installed on the MVC web application and not the Kentico Application ("Mother").

Installation

Part 1 - Kentico Application ("Mother"):

  1. Install PageBuilderContainers.Kentico Nuget Package on your Kentico Application
  2. Rebuild your web application
  3. Log into Kentico as a Global Administrator
  4. Go to Modules
  5. Search and edit Page Builder Containers
  6. Go to Sites and add to your site.

Part 2 - MVC Site

  1. Install the PageBuilderContainers.Kentico.MVC NuGet package on your MVC Site and rebuild

Part 3 - Add to Widgets

  1. Have your Widget Properties Model class inherit from PageBuilderContainers.PageBuilderWidgetProperties
  2. In your Widget's View, add @Html.PageBuilderContainerBefore(Model) at the beginning of your rendering, and @Html.PageBuilderContainerAfter(Model) at the end
  • Note: "Model" must be the Widget Property Class object, if using a model of ComponentViewModel<YourWidgetModelClass>, then your property may be Model.Properties instead of Model

Usage

Create Containers

  1. Go to the Page Builder Containers UI element in Kentico
  2. Create your Containers or edit existing.
  3. You can use {% ContainerTitle %}, {% ContainerCSSClass %}, and {% ContainerCustomContent %} as part of the default Container Properties

Add Widget and configure Container

  1. Add your widget to a Page Builder Area in Kentico, you will see the Containers Name, Title, CSS Class, and Custom Content properties in the Widget's configuration dialog (cogwheel icon)
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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 3,548 3/14/2022
13.0.0 2,240 11/13/2020
12.29.0 2,677 8/6/2019
12.0.2 537 7/10/2019
12.0.1 514 7/10/2019
12.0.0 542 7/10/2019