Added Indexing to v11+ UmbracoCmsSchema.cs

This commit is contained in:
Bjarke Berg
2023-08-09 11:51:47 +02:00
parent 945e3be553
commit a4f84ed490

View File

@@ -37,6 +37,7 @@ internal class UmbracoCmsSchema
public ImagingSettings Imaging { get; set; } = null!; public ImagingSettings Imaging { get; set; } = null!;
public IndexCreatorSettings Examine { get; set; } = null!; public IndexCreatorSettings Examine { get; set; } = null!;
public IndexingSettings Indexing { get; set; } = null!;
public KeepAliveSettings KeepAlive { get; set; } = null!; public KeepAliveSettings KeepAlive { get; set; } = null!;