huwred
08/11/2023, 2:57 PMjson
"Umbraco": {
"CMS": {
"ModelsBuilder": {
"ModelsMode": "SourceCodeAuto",
"ModelsNamespace": "Umbraco.Cms.Web.Common.PublishedModels",
"FlagOutOfDateModels": true,
"ModelsDirectory": "~/models",
"AcceptUnsafeModelsDirectory": false,
"DebugLevel": 0
}
},
However in the backoffice it says
Models Builder
Version: 12.1.0+d9c3ebd
ModelsBuilder is enabled, with the following configuration:
The models mode is 'InMemoryAuto'. Strongly typed models are re-generated on startup and anytime schema changes (i.e. Content Type) are made. No recompilation necessary but the generated models are not available to code outside of Razor.
Models namespace is Umbraco.Cms.Web.Common.PublishedModels.
Tracking of out-of-date models is not enabled.
Any thoughts?D_Inventor
08/11/2023, 4:37 PMD_Inventor
08/11/2023, 4:37 PMhuwred
08/11/2023, 4:58 PMhuwred
08/14/2023, 9:23 AMD_Inventor
08/14/2023, 12:25 PM