Install the full version

In this article you will find instructions on how to install the full version of the Models Builder to your Umbraco project.

The full version can be installed with the following NuGet packages.

Umbraco.ModelsBuilder

Umbraco.ModelsBuilder - this is the core package for the full version of Models Builder and will disable the Umbraco version of Models Builder, and will remove the Umbraco version of the "Models Builder" dashboard UI from the "Settings" section.

Install-Package Umbraco.ModelsBuilder

Umbraco.ModelsBuilder.Ui

Umbraco.ModelsBuilder.Ui

This package is optional and will add the "Models Builder" dashboard UI for the full version into the "Settings" section of the Umbraco backoffice.

If you only install this, then Umbraco.ModelsBuilder will automatically get installed as a dependency.

Install-Package Umbraco.ModelsBuilder.Ui

Last updated