Skip to content

Commit

Permalink
Merge pull request #91 from rickbutterfield/v3/3.2.0
Browse files Browse the repository at this point in the history
V3/3.2.0
  • Loading branch information
rickbutterfield authored Jan 24, 2025
2 parents 0d285a0 + 538d8c8 commit 43e9dc7
Show file tree
Hide file tree
Showing 1,018 changed files with 3,041 additions and 39,090 deletions.
8 changes: 5 additions & 3 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,19 @@ The Umbraco v15 version of this package is [available via NuGet](https://www.nug
To install the package, you can use either .NET CLI:

```
dotnet add package Umbraco.Community.BlockPreview --version 3.1.0
dotnet add package Umbraco.Community.BlockPreview --version 3.2.0
```

or the NuGet Package Manager:

```
Install-Package Umbraco.Community.BlockPreview -Version 3.1.0
Install-Package Umbraco.Community.BlockPreview -Version 3.2.0
```

## Setup
`Umbraco:Cms:ModelsBuilder:ModelsBuilderMode` **must** be set to either `SourceCodeAuto` or `SourceCodeManual` for BlockPreview to work.
Generated strongly typed models must exist on disk for BlockPreview to work. `Umbraco:Cms:ModelsBuilder:ModelsMode` **must** be set to either `SourceCodeAuto` or `SourceCodeManual` in your development environment and generated files committed to disk before deploying.

If you are using [Limbo.Umbraco.ModelsBuilder](https://github.com/limbo-works/Limbo.Umbraco.ModelsBuilder), the default configuration is to have `ModelsMode` set to nothing. Once this is set, generate models in the backoffice as normal.
```json
"Umbraco": {
"CMS": {
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.0
3.2.0
Loading

0 comments on commit 43e9dc7

Please sign in to comment.