You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Umbraco:Cms:ModelsBuilder:ModelsBuilderMode`**must** be set to either `SourceCodeAuto` or `SourceCodeManual`for BlockPreview to work.
36
+
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.
37
37
38
+
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.
<RuntimeHostConfigurationOptionInclude="System.Globalization.AppLocalIcu"Value="68.2.0.9"Condition="$(RuntimeIdentifier.StartsWith('linux')) or $(RuntimeIdentifier.StartsWith('win')) or ('$(RuntimeIdentifier)' == '' and !$([MSBuild]::IsOSPlatform('osx')))" />
29
30
</ItemGroup>
30
31
32
+
<ItemGroup>
33
+
<FolderInclude="umbraco\" />
34
+
</ItemGroup>
35
+
31
36
<PropertyGroup>
32
37
<!-- Razor files are needed for the backoffice to work correctly -->
0 commit comments