Skip to content

Commit 538d8c8

Browse files
Update README
1 parent 276eeff commit 538d8c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ Install-Package Umbraco.Community.BlockPreview -Version 3.2.0
3232
```
3333

3434
## Setup
35-
Generated models must exist on disk for BlockPreview to work. `Umbraco:Cms:ModelsBuilder:ModelsBuilderMode` **must** be set to either `SourceCodeAuto` or `SourceCodeManual` in your development environment and generated files committed to disk.
35+
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.
3636

37-
If you are using [Limbo.Umbraco.ModelsBuilder](https://github.com/limbo-works/Limbo.Umbraco.ModelsBuilder), the default configuration is to have `ModelsBuilderMode` set to nothing. Once this is set, generate models in the backoffice as normal.
37+
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.
3838
```json
3939
"Umbraco": {
4040
"CMS": {

0 commit comments

Comments
 (0)